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

资源列表

« 1 2 ... .13 .14 .15 .16 .17 25218.19 .20 .21 .22 .23 ... 28275 »
  1. PrimPrithmetic.rar

    0下载:
  2. Prim算法求无向图的最小生成树,用C语言实现的,仅供参考,Prim Prithmetic
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:6783
    • 提供者:chengshengyang
  1. Queen.zip

    0下载:
  2. 这是数据结构中的一道经典题目,是计算在8×8的棋盘上放置8个不同行不用列的皇后的算法,This is a data structure together with the classical subject is included in the 8 × 8 board to place the eight different line of the Queen' s not out of the algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:79476
    • 提供者:中杰
  1. Avl_tree.zip

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

    • 发布日期:2017-04-07
    • 文件大小: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-08
    • 文件大小: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-26
    • 文件大小: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-22
    • 文件大小: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-13
    • 文件大小:2373
    • 提供者:ycd
  1. AdvancedDataStructures.pdf.zip

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

    • 发布日期:2017-05-08
    • 文件大小:1792894
    • 提供者:王雨施
« 1 2 ... .13 .14 .15 .16 .17 25218.19 .20 .21 .22 .23 ... 28275 »
搜珍网 www.dssz.com