CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 控制台程序

搜索资源列表

  1. MD5加密的C++类

    0下载:
  2. 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR GetErr() //如果有错误,取错误字串
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4533
    • 提供者:俞训峰
  1. yiyuan

    0下载:
  2. 医院模拟:经典堆栈队列应用;VC++控制台程序;小弟上数据结构是作品.-hospital simulation : classic stack Queue application; VC console; Finding data on the structure of work.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:18895
    • 提供者:li
  1. tubaoTest

    0下载:
  2. 凸包算法的实现,用的控制台程序,不过已经能够说明问题了-convex hull algorithm for the realization of the console procedures, but has been able to illustrate the problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6914
    • 提供者:bjsheng
  1. CalcBigMulti

    0下载:
  2. 计算大数乘法的算法示例,windows控制台程序
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8062
    • 提供者:和恶毒发
  1. xiaoyuan-daoyou

    0下载:
  2. 最短寻路算法的实现和使用 校园导游 数据结构课程设计 vc++控制台程序 可以读文件初始化-campus guider
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1249435
    • 提供者:liuwei
  1. Red_Black

    0下载:
  2. 红黑树的算法试验作业。控制台程序,vs2008编译调试完全正确。希望对大家有帮助。-Red and black tree algorithm test operation. Console program, vs2008 debugging compiler entirely correct. We want to help.
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1042688
    • 提供者:cherry
  1. TreeMap

    0下载:
  2. 本人在学习数据结构,做课程设计时,写的演示二叉树和图的C语言控制台程序。-I am in the learning data structure, so when the curriculum design and writing binary tree and map presentation of C language program console.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:6116
    • 提供者:menchael
  1. sort

    0下载:
  2. 数据结构课程的实验程序,演示了线性表的排序操作,包含多种排序算法,是一个控制台程序。-Experimental data structure course procedures, demonstrated the sort operation of the linear form, contains a variety of sorting algorithm is a console program.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1436
    • 提供者:menchael
  1. MultiSort

    0下载:
  2. 双线程对一系列随机数进行归并排序,使用MFC的控制台程序-Dual-threaded on a series of random numbers to merge sort, using the Console application in MFC
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:207968
    • 提供者:张韶远
  1. hhfm

    0下载:
  2. VC++控制台程序,实现huffman编码。在控制台中输入编码字符数及响应的权重,即能得到相应的编码。-VC++ console program, to achieve huffman coding. Enter the code in the console characters and respond to the weight that can be coded accordingly.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:889274
    • 提供者:kefan
  1. file

    0下载:
  2. 大二数据结构课程设计 c写的,控制台程序-Sophomore data structures course design c write, console application
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:4051557
    • 提供者:胡宸源
  1. 178c

    0下载:
  2. 178个经典C语言编写的各种算法代码,用C语言写的控制台程序-178 classic variety of algorithms written in C code, console application written in C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:70487
    • 提供者:liu
  1. DatastructDesign

    0下载:
  2. 本人上学期数据结构课程设计(包含9个程序),一部分使用MFC(IDE为VS2008),一部分为控制台程序(IDE为DEV-C++),代码量大约148KB。(内容包括电梯模拟、南京公交路线查询等等)-I designed last semester data structures courses (including 9 procedures), part of the use of MFC (IDE is VS2008), part of the console application (IDE
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:3419577
    • 提供者:li
  1. ramsortcomparesourcecode

    0下载:
  2. 数据结构课程设计时完成的内排序效率比较的控制台程序,程序简易,包含了主要的内排序算法,排序后统计实际运行时间输出,其中包含的精确计时算法精度可以超过10ns 。-A console program for RAM sort , include main RAM sort algorithms, count their times and output. The high resolution timer can accurate to less than 10 ns.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:2048667
    • 提供者:
  1. changename

    0下载:
  2. 控制台程序,用于拷贝一个二进制文件,并从别外一个C文件中读取某一字符串作为拷贝文件的名称。-copy a binary file and rename it that the name read from the other c file. you can use the console execute it . EG.changename cn
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:4241102
    • 提供者:ding qianghua
  1. Graph

    0下载:
  2. 数据结构,图部分,C++编写的,具有创建、遍历、拓扑排序等函数。控制台程序。-Data structures, graph part, C++ written with creation, traversal, topological sorting and other functions. Console application.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:646210
    • 提供者:
  1. shujujiegoushiyan7

    0下载:
  2. 数据结构实验,各种查找算法,控制台程序,C++编写的,两个工程。-Experimental data structure, a variety of search algorithms, console applications, C++ written in the two projects.
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1741645
    • 提供者:
  1. shujujiegoushiyan5

    0下载:
  2. 数据结构实验内容,C++编写的树结构的控制台程序。其中运用到队列结构。-Experimental data structure contents, C++ written in the console tree program. Which applied to the queue structure.
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1026842
    • 提供者:
  1. Fraction(eg)

    0下载:
  2. 大学课程数据结构用分数与分数类及其实现,这个是win32控制台程序-University courses with scores and scores of data structure and its implementation class, this is a win32 console application
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:583082
    • 提供者:林烽
  1. SparseMatrix

    0下载:
  2. 大学课程数据结构用稀疏矩阵及其实现,这个是win32控制台程序 -University courses with a sparse matrix data structure and its implementation, this is a win32 console application
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:900905
    • 提供者:林烽
« 12 3 »
搜珍网 www.dssz.com