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

资源列表

« 1 2 ... .92 .93 .94 .95 .96 25197.98 .99 .00 .01 .02 ... 28275 »
  1. 棋盘覆盖算法

    0下载:
  2. 有3个棋盘覆盖的算法,C++程序,
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-10-19
    • 文件大小:2480271
    • 提供者:w755472897
  1. threadpool-0_2_5-src

    0下载:
  2. 多线程编程,线程池类库,boost library封装实现,例程有merge sort-Multi-threaded programming, thread pool library, boost library package implementation, routines have merge sort etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:52538
    • 提供者:leo
  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
    • 文件大小:8254
    • 提供者:刘辉
  1. ride

    0下载:
  2. usaco在线系统的ride题源码!包含测试数据哦!此题可不简单哦!-usaco online system ride title source! Containing the test data Oh! This question is not easy Oh!
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:4358
    • 提供者:linucos
  1. v1

    0下载:
  2. (1)输入字符序列,建立二叉链表。 (2)遍历二叉树输出。 (3)请设计一个算法,要求该算法把二叉树的叶子结点按从左到右的顺序连成一个单链表,表头指针为head。 二叉树按二叉链表方式存储,链接时用叶子结点的右指针域来存放单链表指针。请遍历该链表输出所有叶子结点,然后再先序遍历二叉树输出所有叶子结点,并对比两个输出结果,看是否相同。 (4)试写一算法判断某二叉树是否是完全二叉树。 (5)试写一算法判断某二叉树是否是二叉排序树。 (6)在主函数中设计一个简单的菜单,分别调试上
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2031
    • 提供者:Ahole
  1. vectoralist

    0下载:
  2. 练习vector和list的使用 定义一个空的vector,元素类型int,生成10个随机数插入到vector中,用迭代器遍历vector并输出其中的元素值。在vector头部插入一个随机数,用迭代器遍历vector并输出其中的元素值。用泛型算法find查找某个随机数,如果找到便输出,否则将此数插入vector尾部。用泛型算法sort将vector排序,用迭代器遍历vector并输出其中的元素值。将vector清空。 定义一个list,并重复上述实验,并注意观察结果。 -Exerc
  3. 所属分类:Data structs

    • 发布日期:2017-11-02
    • 文件大小:1086
    • 提供者:唐亮
  1. 多叉树的实现

    0下载:
  2. 多叉树的实现, visual c++ 6.0 编辑-duo cha shu de shi xian, visual c++ 6.0
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-29
    • 文件大小:1315
    • 提供者:mashichi
  1. Queen

    0下载:
  2. 利用回溯法和栈来实现八皇后问题:在n×n的国际象棋棋盘上,安放n个皇后,要求没有一个皇后能够“吃掉”任何其他一个皇后,即没有两个或两个以上的皇后占据棋盘上的同一行、同一列或同一对角线-Use of backtracking and stack to achieve the eight queens problem: the n × n chess board, place n queens, a queen is not required to " eat" any other
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:9631
    • 提供者:wazr
  1. biaodashiqiuzhi

    0下载:
  2. 数据结构 表达式求值演算 ~输入一个表达式 输出求值的过程和结果!-Expression for the value of the data structure calculus ~ enter an expression for the value of the output of the process and results!
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:14368
    • 提供者:陈小东
  1. B-Tree

    0下载:
  2. 实现B-树的创建、插入、删除、遍历等功能,并以层序方式通过程序台显示输出。-B-tree to achieve the creation, insertion, deletion, traversal functions, and to sequence through the procedure showed that the output of Taiwan.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:202717
    • 提供者:Carol
  1. floyed

    0下载:
  2. 这是一个图论经典程序。 图论最短路径的Floyd算法,供大家参考。-This is a classic graph theory program. Graph theory Floyd algorithm of the shortest path, for your reference.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:4832
    • 提供者:jiangyixing
  1. merge

    0下载:
  2. 自然合并排序算法 与归并算法MergeSort相比 没有递归的过程 是按照数组的大小依次进行合并来实现排序的算法-Natural merge sort algorithm and merging algorithm compared MergeSort not recursive process is in accordance with the size of the array in order to achieve the sort merge algorithm
  3. 所属分类:Data structs

    • 发布日期:2016-01-24
    • 文件大小:7727
    • 提供者:cuiyuzheng
« 1 2 ... .92 .93 .94 .95 .96 25197.98 .99 .00 .01 .02 ... 28275 »
搜珍网 www.dssz.com