CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 数据结构试验

搜索资源列表

  1. 999999

    0下载:
  2. 数据结构试验中一个有关于非递归算法的源程序,很适合于初学者参考。-test data structure on a non - recursive algorithm of the source is well-suited to beginners reference.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.16kb
    • 提供者:jayjiang
  1. YSeFHu

    0下载:
  2. 本文件是数据结构试验中的约瑟夫环的源文件,经编译无误-data structure of the pilot Josephus source files, compile and unmistakably
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.04kb
    • 提供者:石增华
  1. huffman_Code

    0下载:
  2. 数据结构试验。。。哈夫曼编码。。字符的编码与译码
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.93kb
    • 提供者:段成
  1. yuesefuhuan

    1下载:
  2. 数据结构试验报告 约瑟夫环 问题描述: 约瑟夫(Joseph)问题的一种描述是:编号为1,2,,...,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从l报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序。 基本要求: 利用单向循环链表存储结构模拟此过程,按照出列的顺序印出
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:37.03kb
    • 提供者:riverphoenix
  1. haffman

    0下载:
  2. 哈夫曼编码与树结构的东西啊,做数据结构试验用
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.52kb
    • 提供者:人民
  1. csuds1

    0下载:
  2. 中南的数据结构试验1-Indochina data structure a test
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:56.9kb
    • 提供者:小罗
  1. VC下利用COM传递不定长结构数组(非Variant)

    0下载:
  2. Variant变量可以在COM/DCOM接口方法中传递(传入、传出)不定长结构数组,但是需要打包和解包,效率比较低。这个例子使用了size_is指定长度的方法,本是从MSDN上看到的,但是MSDN上给出的例子不够具体,所以费了些时间摸索,最后试通,给刚接触COM的朋友分享(老家伙们可以直接无视)。本例子由于是工作需要做得试验程序,因此其中存在少量冗余代码,大家注意一下就行了,还有,减少传递的参数个数时,所传递的实时(随机模拟)数据只是减了最后一个(没有减去相对应的),这个Bug不妨碍大局,因此存
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2009-09-11
    • 文件大小:350.44kb
    • 提供者:seaskyfox
  1. List_withHead_0

    0下载:
  2. c++数据结构试验一,其中包括单链表的各种实现与功能 -c++ data structure test a, including various implementations of single-chain and functions
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:2.55kb
    • 提供者:lichong
  1. askdigui

    0下载:
  2. 数据结构试验中的查找和排序的源代码,上课老师给的,很有用-yuandianma
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1.24mb
    • 提供者:刘丽
  1. tree

    0下载:
  2. 数据结构试验 1.将一颗树或森林转化为二叉树 2.求森林高度-Test 1 data structure would be converted into a binary tree or forest tree 2 find a high degree of forest
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:8.06kb
    • 提供者:刘辉
  1. maze

    1下载:
  2. 数据结构试验报告—迷宫问题,有详细的需求分析和源码及测试结果,高质量!-Test report data structure- a maze problem, there is a detailed needs analysis and source code and test results
  3. 所属分类:Data structs

    • 发布日期:2014-10-03
    • 文件大小:67.54kb
    • 提供者:sunyingcheng
  1. zhan-shixian-shuzhi-zhuanhuan

    0下载:
  2. 数据结构试验报告 用栈实现数值之间的转换-Stack test report with data structures to achieve the conversion between the value
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:855byte
    • 提供者:liuwei
  1. make_stack

    0下载:
  2. 关于栈的基本操作:自己做得数据结构试验内容,包括进栈,出栈,添加结点以及删除结点等等,仅供参考。 -Basic operation on the stack: the data structure to do their own tests, including into the stack, the stack, add the node and the deletion of nodes, etc., for reference purposes only.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.27kb
    • 提供者:等天香
  1. test

    0下载:
  2. 数据结构实验报告,图及其应用的试验报告。 有源码,内容详细-Experimental data structure report, map and its application test report. There are source code and detailed
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:20.76kb
    • 提供者:曾锐
  1. DataStructerEditor

    0下载:
  2. C++写的数据结构课程设计:文章编辑器,压缩包里面包括源程序和试验报告,贡献出来大家一起学习进步啊-C++ Written curriculum design data structure: Article Editor, compressed package includes source code and test reports, contribute to learn and progress together ah
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:75.5kb
    • 提供者:huahua
  1. DataStructerCode

    0下载:
  2. 数据结构课程设计:运动会分数统计。压缩包里包括全部的源代码和试验报告。拿出来大家一起分享啊-Data Structure Course Design: Games Score Statistics. Compression bag, including all the source code and test report. Out to share ah
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:123.58kb
    • 提供者:huahua
  1. TEST

    1下载:
  2. 数据结构试验 实验一 线性表的顺序表示与实现 实验二 线性表的链式表示与实现 实验三 栈与队列及其应用 实验四 二叉树的应用 实验五 图的遍历与应用 实验六 查找技术 实验七 内部排序 全部源码-Experimental test data structure form a linear sequence of that experiment and realization of the Second linear chain form and realizati
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:388.97kb
    • 提供者:稻草人
  1. 数据结构-迷宫

    1下载:
  2. C语言数据结构的一次实验报告——迷宫。包含算法和源代码。可直接使用。(Data structure experiment report - maze)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-16
    • 文件大小:14kb
    • 提供者:飞剑
  1. hash

    0下载:
  2. 数据结构实验代码,交互化实现哈希表的动态存储结构(Data structure experiment code, interactive realization of hash table dynamic storage structure)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:612kb
    • 提供者:twat
  1. 第二次试验

    0下载:
  2. 数据结构 产生单链表实验 数据结构 产生单链表实验(Data structure produces single chain tables Experiment)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:2kb
    • 提供者:zyfff
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com