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

资源列表

« 1 2 ... .87 .88 .89 .90 .91 492.93 .94 .95 .96 .97 ... 2673 »
  1. Avl_tree.zip

    0下载:
  2. 平衡二叉树的插入 删除和查找 分裂 合并等操作,it s hard to say
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:19255
    • 提供者:豆豆
  1. hanoi.rar

    0下载:
  2. 看了数据结构那本书的源代码,又学了点MFC的知识,顺便就把可视化程序做出来了,不过功能少了点,请大家多多指教!,Read the data structure of the book' s source code, but also learn a little knowledge of MFC, the way they do out of visual programming, but the functional少了点, exhibitions please!
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1694196
    • 提供者:萧锋
  1. travelingSalespersonProblem.ra

    0下载:
  2. 旅行商问题的实现,用分支界限法实现旅行商问题,The realization of traveling salesman problem, and the Limits of Law branch of the realization of traveling salesman problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:196175
    • 提供者:燃烧
  1. 数组操作算法作业

    0下载:
  2. 该函数将数组b的前n个元素追加到数组a的前m个元素后,假定数组a具有至少存放m+n个元素的空间。例如,如果数组a为{22,33,44,55,66,77,88,99},数组b为{20,30,40,50,60,70,80,90},则调用append(a,5,b,3)后,将把数组a变为{22,33,44,55,66,20,30,40}。注意数组b并没有改变,而且数组a中只需改变n个元素。,The function of the array b before the n additional eleme
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-25
    • 文件大小:9227
    • 提供者:weiht
  1. 查找向量容器中的两个字符串

    0下载:
  2. 编程实现如下功能:在主函数中,使用find()函数查找向量容器中的两个字符串,然后使用排序算法sort对查找到的两个字符串之间的所有字符串进行排序操作,最后输出排序后的向量容器中的字符串。其中函数push用于生成一个包含12个字符串的向量,函数disp用于输出向量容器中的字符串。,Programming to achieve the following functions: the main function, use the find () function to find Vector co
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-21
    • 文件大小:4212
    • 提供者:weiht
  1. 数据统计源代码

    0下载:
  2. 设BUF数据区中n个无符号字节数,试计算这些数之和,并以以下形式显示:d0+d1+…+dn-1=S 其中di为第i个数的十进制表示,S为和值的十进制表示。编写程序,要求将十进制数的显示使用子程序SUB1实现,求和工作用子程序SUB2实现。上机调试程序,检查程序正确性,BUF data area located in the n-byte unsigned number, the number of test and calculation of these and the following
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-27
    • 文件大小:883
    • 提供者:董文丽
  1. TCtoqicailianzhu.rar

    0下载:
  2. 根据数据结构的思想,利用C语言设计游戏七彩连珠。在9X9的棋盘方格内,将五个及五个以上的同颜色的彩球连成直线(横、竖、对角均可),则彩球消失并得分;游戏开始在棋盘内随机出现五个颜色随机的彩球,在玩家每次移动一个球后,随机的出现3个颜色随机的球,至少存在一条可通路径,彩球方可被移动,直到棋盘被球填满,游戏结束。,Data structure in accordance with the idea of game design using C language Lianzhu colorful. 9
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:44880
    • 提供者:屠娇娇
  1. RBT.rar

    0下载:
  2. 运用C++进行红黑树的描述,对红黑树的插入、删除、查找等操作进行了实现等等。,The use of C++ for a descr iption of red and black tree on the red and black tree insert, delete, search and other operations to achieve and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:309505
    • 提供者:刘岩
  1. balanceBiTree.rar

    0下载:
  2. balanceBiTree学习资料 程序设计参考资料,c++balanceBiTree
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:2373
    • 提供者:ycd
  1. 用分治法求第k小元素

    1下载:
  2. 用分治法求第k小元素 输入:程序从标准输入读入数据,第一行是一个整数n (1=<n<=100000)表示元素的个数,接下来的n行中每行有一个整数。最后一行是k,就是我们要找的第k小元素。 输出:针对每一组输入,输出一个结果,每个结果占一行。 例如: 输入 5↵ 123↵ 12↵ 1↵ 3↵ 4↵ 4↵ 输出: 12 ,Separation method using the first k elements in small
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-23
    • 文件大小:531
    • 提供者:cj
  1. AdvancedDataStructures.pdf.zip

    0下载:
  2. 包含了很多高级数据结构的内容,是学习数据结构进一步的很好的资料。,advanced data structure
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1792894
    • 提供者:王雨施
  1. zuheshuxue.rar

    0下载:
  2. 经典的组合数学课件,国内著名大师出品!内容丰富,深入浅出!,A combination of classical mathematics courseware, the famous master of the domestic production! Content-rich, easy!
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:108047
    • 提供者:李建军
« 1 2 ... .87 .88 .89 .90 .91 492.93 .94 .95 .96 .97 ... 2673 »
搜珍网 www.dssz.com