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

资源列表

« 1 2 ... .68 .69 .70 .71 .72 23873.74 .75 .76 .77 .78 ... 28278 »
  1. bitreezonghe

    0下载:
  2. /*综合性试验(排序二叉树) 1.建立一棵排序二叉树(随机产生1000个0~999的数) 2.前、中、反中序遍历 3.统计叶子数、结点数、深度 4.查找、插入、删除 5.求最大、最小值 6.求查找的次数n1,与二分查找作比较(n1>n2,二叉树不均衡) 7.排序算法与中序遍历的效率比较 *8.将上述各步的结果写入文件(result.txt)-/* Test (sort of binary tree) (1) to establish a sort bin
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2.87kb
    • 提供者:向曦
  1. bitree

    0下载:
  2. 1、以广义表的方式输入二叉树 2--7、三种递归、非递归遍历的结果 8、统计结点数、叶子数 9、求深度(递归、非递归) 10、以反中序方式打印树图的格式-A generalized table input binary tree 2- 7, three recursion, non-recursive traversal results 8, the statistics the number of nodes, leaf number 9, seeking dept
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.76kb
    • 提供者:向曦
  1. paixu

    0下载:
  2. 数据结构中各种排序的算法实现: 1.插入排序 2.希尔排序 3.简单选择排序 4.冒泡排序 5.快速排序 6.堆排序 7.归并排序 -Data structures in a variety of sorting algorithms: (1) insertion sort 2 Hill sorting 3 simple selection sort (4) bubble sort 5 quick sort 6. Heap sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2.63kb
    • 提供者:向曦
  1. dijkstra

    0下载:
  2. 基于dijkstra的单源节点的最短路径算法的代码实现-Implemented based on of dijkstra single-source nodes of the shortest path algorithm code
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1.03mb
    • 提供者:
  1. tushuguanli

    0下载:
  2. 通过这个系统可以完成以下功能:录入图书(注册新书,包括图书的编号、书名、作者、数量)、借阅图书(必须记录借书人的借书证序号、借阅天数和借阅图书的编号,并且可以通过书的编号查找到相应的借书人的资料)、归还图书(删除借阅的记录)、注销旧书(注销图书的编号等信息、将其后的图书的编号均减少一,图书信息逐一覆盖)、查询图书(可按照图书的编号、书名、作者三种方式查询图书是否存在)、修改图书(将错误的信息修改掉)。-Through this system can be completed the follow
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:6.03kb
    • 提供者:xiaoqing
  1. graph

    0下载:
  2. 图的操作,一个关于数据结构的图的操作,是学习c语言的源码-tu de chaozuo,yige guanyu shujujiegou de guangyuutu de chaozuo
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1.66kb
    • 提供者:yeshaohua
  1. huolangdang

    0下载:
  2. 学数据结构时 用C++解决的一个货郎担问题-using C++ to solve the problem of 货郎担
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:926.5kb
    • 提供者:ddc
  1. Dijkstra

    0下载:
  2. 数据结构中的迪杰斯特拉算法,能求出从起点到其他各个点的最短距离-Dijkstra algorithm, the data structure to calculate the shortest distance from point of origin to other points
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:207.88kb
    • 提供者:tom
  1. Floyd

    0下载:
  2. 数据结构中的最短路径问题,弗洛依德算法,能求出各个点到其他各个点的最短路径-The shortest path problem in the data structure of the Floyd algorithm can solve for each point to point shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:204.96kb
    • 提供者:tom
  1. wanghaosuanfa

    0下载:
  2. 王浩算法的C实现,对输入的逻辑式,可以输出王浩算法的推理过程和所用的定理号。-Wang Hao algorithm C implementation, the input logical form, can output Wang Hao algorithm for the inference process and the used by the theorem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:348.18kb
    • 提供者:zhangsong
  1. Maze--spurt--

    0下载:
  2. 电脑鼠校级竞赛参赛程序,能稳定的搜索迷宫,并进行最后冲刺,遍历搜寻以寻找最优路径-IEEE micro mouse the competition the procedure, can stable search maze, and final sprint, traverse search to find the most optimal path
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:96.91kb
    • 提供者:何成洋
  1. 1

    0下载:
  2. 链表相关操作 输入 排序 输出 插入数据删除 -List of related operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.21kb
    • 提供者:鬼厉
« 1 2 ... .68 .69 .70 .71 .72 23873.74 .75 .76 .77 .78 ... 28278 »
搜珍网 www.dssz.com

浏览历史记录

关闭