CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - data test

搜索资源列表

  1. 6paixusuanfa

    0下载:
  2. 1、 演示程序对6种内部排序算法(堆排序、直接插入排序、简单选择排序、快速排序、希尔排序、归并排序)作输入实测比较。 2、 待排序表的元素的关键字为整数。用户可输入不同数据作测试比较。比较的指标为关键字参加的比较次数(用compCount计量)和关键字的移动次数(用shiftCount计量,关键字交换计为3次移动)。 3、 演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”下,用户可由键盘输入待排序表的表长(不大于20)和数据。 4、 每次测试完毕,显示各种
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:31.84kb
    • 提供者:张涛
  1. bigmultiply

    0下载:
  2. 实现两个大整数的相乘、附有测试数据以及试验报告一份。-achieve two large integer multiplication, with the test data and a test report.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:9.61kb
    • 提供者:shifu2007
  1. base2fft

    0下载:
  2. 定点基2-FFT及执行时间测试代码。可以手工输入数据,也可以从文件读入。 文档中含有测试说明和代码。-sentinel-2-FFT execution time and test code. Can manually input data, but also from the file into. Documents containing descr iptions and test code.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:9.59kb
    • 提供者:李文涛
  1. 编译原理实验_课程设计_词法分析

    0下载:
  2. 1、本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展。比如已将词法分析结果记入到了一个顺序存储的数据结构中,以待后用。 5、程序扫描处理一部分是经孙悦红老师的示范程序修改而成,(增加了一些功能)其他部分为了适应自己的接口,都是由本人编写。-one, t
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:136.14kb
    • 提供者:谷穗
  1. PBFSandDFS

    0下载:
  2. 对与数据结构中有向图采用邻接矩阵为存储结构实现有向图建立、深度优先遍历和广度优先遍历、并带有图片测试数据 可运行-And the data structure of a directed graph with adjacency matrix storage structure established to achieve a directed graph, depth-first traversal and breadth-first traversal, and test data can
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:614.29kb
    • 提供者:liqiang
  1. spfa

    0下载:
  2. 求单源点最短路径效率最高的算法,包括2个样例程序和测试数据。-For single-source shortest path algorithm for the highest efficiency, including two sample procedures and test data.
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:60.17kb
    • 提供者:ly
  1. ORDER

    0下载:
  2. 按阶次递推用F检验法判断模型阶次的算法 用模型计算出仿真数据,再按模型阶次递推算法的辨识方法,辨识模型的阶次和参数 -By order recursive F-test used to determine model order of the algorithm with the simulation data model, and then the recursive algorithm for model order identification method, identifica
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:15.35kb
    • 提供者:miaomiao
  1. God

    0下载:
  2. 用Windows控制台程序实现A*算法在交通网络中寻找最短路径的应用,并附有实际的测试数据,程序已经调过没有问题。-Windows Console Application with the realization of A* algorithm to find the shortest path transport network applications, along with the actual test data, the program has emphasized there is
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:1.12mb
    • 提供者:丁小寻
  1. 34ACM-ICPCP2009Pwuhan

    0下载:
  2. ACM-ICPC+2009+武汉赛区网络赛题目 +测试数据+AC代码-ACM-ICPC+2009+ network Wuhan Division title race+ AC code+ test data
  3. 所属分类:Console

    • 发布日期:2017-05-20
    • 文件大小:5.39mb
    • 提供者:nike
  1. CMemFile

    0下载:
  2. 将相应数据依次存入内存,后进行对数据的依次提取,并显示的测试工具。-The corresponding data is sequentially stored in the memory, after the pair of data are sequentially extracted and displayed test tool.
  3. 所属分类:Console

    • 发布日期:2017-11-07
    • 文件大小:3.49mb
    • 提供者:李名
  1. bayes_net_ex

    2下载:
  2. 根据dlib18 的C++代码库,利用VS2010进行了里面的实例测试,测试成功了,并对里面的代码进行了针对性的注释。 dlib18具有很强大的数据挖掘功能,我这里只是针对贝叶斯网络进行了实例验证,验证的贝叶斯网络也就是dlib原本给定的例子,只不过原本给定的只有cpp文件,这里提供的是一个工程。希望有兴趣的同学下载参考。-According to the C++ code library of dlib18, VS2010 instance inside test, the test
  3. 所属分类:Console

    • 发布日期:2017-12-01
    • 文件大小:12.71mb
    • 提供者:索子
  1. Test-data-structure-answers

    0下载:
  2. 数据结构试验答案,针对于数据结构新手,包括栈,队列,串等-Data structure test answers novice for data structures, including stacks, queues, strings
  3. 所属分类:Console

    • 发布日期:2017-11-12
    • 文件大小:15.16kb
    • 提供者:yanson
  1. HuffmanTree

    0下载:
  2. 哈夫曼编/译码器 利用哈夫曼编码进行信道通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。 要求:一个完整的系统应具有以下功能: (1)初始化(Initialization)。从终端读入字符集大小n,以及n个字符和权值, 建立哈夫曼树,并将它存于文
  3. 所属分类:Console

    • 发布日期:2017-11-15
    • 文件大小:247.6kb
    • 提供者:丁洁琼
  1. PPP-Fsc-test

    0下载:
  2. 最近在做ppp协议,对其FSC校验不是很了解,查找了资料也很片面,经过慢慢查找,终于总结出了基本过程,于是写了个控制台程序来测试了一下,数据都正确通过。(注:为了减小文件大小,Debug生成的临时文件已全部删除,请重新生成)-Ppp agreement recently made its FSC parity is not very understanding , finding the information is also very one-sided , after slowly find
  3. 所属分类:Console

    • 发布日期:2017-05-01
    • 文件大小:501.31kb
    • 提供者:hanzic
  1. ZJU-PAT-Data-Structure-Source-code

    0下载:
  2. 浙江大学Programming Ability Test《数据结构学习与实验指导》实验项目集里面30道题左右的答案。 网址http://pat.zju.edu.cn/ 做PAT里面的题时,我自己写得代码。-Zhejiang University Programming Ability Test " data structure learning and experimental guidance" pilot project set inside 30 question
  3. 所属分类:Console

    • 发布日期:2017-03-23
    • 文件大小:34.43kb
    • 提供者:黄张伟
  1. Cpp1

    0下载:
  2. 设计一个名为Account 类。这个类包含: (1)一个名为id 的int 型数据域,表示账户的身份号(默认值为0)。 (2)一个名为balance 的double 型数据域,表示账户余额(默认值为0)。 (3)一个名为annualInterestRate 的double 型数据域,保存当前年利率(默认值为0)。 (4)一个无实参构造函数,创建一个默认账户。 (5)id、balance 和annualInterestRate 的访问器和更改器函数。 (6)一
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:626.78kb
    • 提供者:紫玉轩辕
  1. Test

    0下载:
  2. 经典数据挖掘算法,Apriori算法,采用的是C++实现的,数据集已经放到了压缩包里-Classical data mining algorithms, Apriori algorithm is used C++ achieved, the data set has been compressed into a bag
  3. 所属分类:Console

    • 发布日期:2017-05-14
    • 文件大小:3.21mb
    • 提供者:lida
  1. test

    0下载:
  2. 这是我刚开始学习数据结构编写的一个小程序,用顺序存储方式的循环队列来实现选舞伴的问题。希望对大家有帮助。- This is what I have just started learning to write the data structure of a small program, with sequential storage circular queue to achieve the selected partner s problems. Hope everyone has to
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:1.15kb
    • 提供者:李勇
  1. test

    0下载:
  2. 关于浮点数的方方面面,连续两个浮点型数据对应的整数只相差1等-About all aspects of the floating point number.Two consecutive floating-point data corresponding integer differ by 1
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:1.03kb
    • 提供者:孙霖
  1. QSort

    0下载:
  2. 快排递归算法的实现,测试数据从10000到100000000,并通过计时函数计算不同规模的数据递归快速排序所用的时间-Row fast recursive algorithm, test data 10 thousand to 100 million, and calculate the different sizes of data recursive quicksort time used by the timing function
  3. 所属分类:Console

    • 发布日期:2017-04-29
    • 文件大小:23.56kb
    • 提供者:gaocongli
搜珍网 www.dssz.com