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

搜索资源列表

  1. huddd

    0下载:
  2. 本压缩包包含: 数据结构实验报告-校运动会-飞机票定票系统-猴子选大王-huffuman编码等源代码,欢迎参考!-the compression packages include : Experimental data structure report - school sports events - counting system set airfares - election monkey king-source coding huffuman code reference welcom
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:21189
    • 提供者:冬冬
  1. bus

    0下载:
  2. 城市公交查询程序,对大量数据进行查询,数学建摸实验程序,希望对大家有帮助
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2014-01-17
    • 文件大小:165964
    • 提供者:李里里
  1. 拓扑排序.实验4

    0下载:
  2. 这是一个拓扑排序的例子,对学数据结构的同学有很大帮助!-This is a topological sorting example, the data structure of the students will have a great help!
  3. 所属分类:控制台(字符窗口)编程

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

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

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

    0下载:
  2. 最小生成树 算法 利用二叉树原理生成最小生成书 数据结构实验-Principle of minimum spanning tree algorithm uses a binary tree data structure generated experimental Smallest Book
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:134033
    • 提供者:杜鹃
  1. LinkNode

    0下载:
  2. 数据结构课程,学生实验信息管理,单链表的实现和应用-Data structure courses, students experiment information management, the realization of a single list and applications
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:2163
    • 提供者:jdk_1_ok
  1. sort

    0下载:
  2. 数据结构实验,各种排序算法的实现,运用模板的设计方法-Experimental data structure, the realization of various sorting algorithms, using a template design method
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:2175
    • 提供者:jdk_1_ok
  1. linked

    0下载:
  2. 链表的顺序存储结构,算法与数据结构的第一个实验,符合实验要求,程序中有注释-List the order of the storage structure, algorithm and data structure of the first experiment, in line with the experimental requirements, procedures in the Notes
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:1583
    • 提供者:娜娜
  1. kkkk

    0下载:
  2. 数据结构课程设计,包括哈夫曼编译码器+散列法实验研究+缔结斯特拉算法实现校园导游!-Curriculum design data structure, including Huffman codecs+ hash+ the conclusion of experimental study of law algorithm Stratford campus tour guide!
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:236668
    • 提供者:hoo
  1. code

    0下载:
  2. 实验一 用信号量来实现读者-写者问题 (一) 实验目的 理解进程(或线程)及信号量的概念 (二) 实验内容 1、定义一个数据缓存buffer及用于实现同步互斥的信号量。 2、定义一个读者函数: 当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。 当有其他读者在占用buffer时,读者可对buffer进行读取操作。 当buffer中有数据时,则从其中读取一个数据,并显示然后退出。 当buffer中没有数据时,应等待,直到buffe
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:1718
    • 提供者:镡皓琳
  1. B3006@04.24

    0下载:
  2. 1.支持A,G,R,D,E,U,T,P等命令; 2.可读入.ASM汇编文件或者.COD二进制文件执行; 3.可选择不同的运行方式(全速,单指令,单微指令,暂停); 4.支持中断实验(三级中断源),可以设定中断向量; 5.支持指令集与微指令集的动态扩充; 6.控件动态显示所有重要信号与数据状态(部分控件可点击) -1 supports A, G, R, D, E, U, T, P and other orders 2 read into. AS
  3. 所属分类:Console

    • 发布日期:2017-05-10
    • 文件大小:2289764
    • 提供者:张飞
  1. Shortest

    0下载:
  2. 数据结构实验内容 最小生成树程序设计-Minimum spanning tree
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:930
    • 提供者:沙皮
  1. sort_methods

    0下载:
  2. 插入、选择、冒泡、快速排序。很多学校数据结构的实验都是这几个排序。已编译通过,可供参考。-Insert, select, bubbling, quick sort. Many experimental school data structures are a few sort. Compiled by, for reference.
  3. 所属分类:Console

    • 发布日期:2017-12-08
    • 文件大小:1188
    • 提供者:莫兴伟
  1. floyd_method

    0下载:
  2. 弗洛伊德算法求两点间最短距离。也是数据结构实验要用的算法,小做修改,改成自己需要的就能验收-Freud algorithm for getting between two points is the shortest distance.
  3. 所属分类:Console

    • 发布日期:2017-11-14
    • 文件大小:1389
    • 提供者:莫兴伟
  1. two_bauchs_tree_method

    0下载:
  2. 二叉树算法,应用很广泛的经典的数据结构,也是高校数据结构实验的必修。-Binary tree algorithm, application of a wide range of classic data structure, the university data structure experiments compulsory.
  3. 所属分类:Console

    • 发布日期:2017-12-05
    • 文件大小:1145
    • 提供者:莫兴伟
  1. 1-reading-pcd

    0下载:
  2. 点云数据读入 基于pcl的数据读入操作实验-Point cloud data is read into the pcl data read operation experiments
  3. 所属分类:Console

    • 发布日期:2017-11-12
    • 文件大小:1210
    • 提供者:李宁
  1. Shell-sort

    0下载:
  2. 希尔排序的实现,数据结构课程作业。具体思路及实现过程可参考配带的实验报告。-Hill sorting achieve data structures course work. Specific ideas and implementation process may refer equipped with experimental reports.
  3. 所属分类:Console

    • 发布日期:2017-11-15
    • 文件大小:213359
    • 提供者:卡卡
  1. car-rental

    0下载:
  2. 数据结构课程设计,车辆租赁管理系统,实验说明,源代码,实验报告-Data structure curriculum design, vehicle rental management system, the experiment shows, source code, lab report
  3. 所属分类:Console

    • 发布日期:2017-11-15
    • 文件大小:316974
    • 提供者:huguoqun
  1. 20112219_04_02

    0下载:
  2. 数据结构的实验,C语言编写的一个52张牌,洗牌后发给四家,每一家手里的牌可以按照斗地主方式排序(3最小2最大),或者按照花色和牌面大小排序的小程序。-Experimental data structures, C language, a 52 cards, shuffle issued after four, each one can follow his cards Landlords sort (3 min 2 max), or in accordance with the color an
  3. 所属分类:Console

    • 发布日期:2017-12-05
    • 文件大小:1297
    • 提供者:龙常
  1. Calc-for-Phylab

    0下载:
  2. 大学物理实验数据处理程序与源码,符合GPL协议-College physics experiment data processing program with source code, in line with the GPL
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:101956
    • 提供者:chickenjohn
« 12 »
搜珍网 www.dssz.com