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

资源列表

« 1 2 ... .88 .89 .90 .91 .92 25193.94 .95 .96 .97 .98 ... 28275 »
  1. algorithm

    0下载:
  2. 常见的排序算法:插入法、快排法、堆排序、冒泡法、选择法、桶排序等,C语言实现,vc6.0环境-algorithm : insert methods,quick methods,choose methods and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1430332
    • 提供者:王秀雨
  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
    • 文件大小:855
    • 提供者:liuwei
  1. nbpx

    0下载:
  2. 对十种内部排序的比较.有直接排序,快速排序,折半排序,基数排序,堆排序,等.-Sort of dozens of internal comparison. Have a direct sort, quick sort, binary sort, Radix Sort, Heap Sort, et al.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:3996
    • 提供者:面条
  1. tra

    0下载:
  2. 小明准备骑单车从A地到B地旅行,A地与B地的距离是4.5公里。 A地到B地路上除了小明外还有许多的单车一族,他们也骑单车从A地前往B地,假设 他们在从A地到B地的公路上,骑车的速度总是固定的。小明有个特殊的习惯,他总是要和 别人一起骑车,这样才不会孤单。假设小明现在在A地,他会在那等待一个也是到B地旅行 的人,然后就跟上他,和他一起以同样的速度前往B地。如果暂时没有人从A到B,那么小 明会在那等待直到有人从A地到B地时,才会从A地出发,并跟着他,一起前往B地。在旅 途中
  3. 所属分类:Data structs

    • 发布日期:2016-01-25
    • 文件大小:57344
    • 提供者:panmin
  1. FomulaStack

    0下载:
  2. 利用栈求解算术表达式的值,程序分为两种表达式,中缀式与后缀式,分别得用栈先入后出的特性,以及运算符的优先级比较,进行求解-use arithmetic to solve the value of the expression, procedures are divided into two expressions, and the sergeant-type suffix. Stack were starting after the first-in-the characteristics, a
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:259633
    • 提供者:Leon
  1. 利用尾插法建立一个双向链表

    0下载:
  2. 1. 利用尾插法建立一个双向链表,并遍历双向链表。 2. 实现双向链表中删除一个指定元素。 3. 在非递减有序双向链表中实现插入元素e仍有序算法。 4. 判断双向链表中元素是否对称,若对称返回1,否则返回0。 5. 设元素为正整型,实现算法所有奇数排列在偶数之前。 6. 在主函数中设计一个简单的菜单调试上述算法。 -table
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:63272
    • 提供者:李惠
  1. a

    0下载:
  2. (1).输入一组整型元素序列,建立顺序表。 (2).实现该顺序表的遍历。 (3).在该顺序表中顺序查找某一元素 .输入整型元素序列利用有序表插入算法建立一个有序表-(1). Enter an integer sequence of elements, and to establish the sequence table. (2). Traversal of the sequence table. (3). The order to find a particular element in
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:1169
    • 提供者:xuxy
  1. QuickSort

    0下载:
  2. 迭代快速排序,基本上按照算法书上的算法思想来实现的-Iterative Quicksort basically in accordance with the algorithm book thinking algorithm to achieve the
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:111813
    • 提供者:taolizao
  1. suanfa

    0下载:
  2. 算法设计与分析基础课后习题答案,好的一本算法书。-Algorithm Design and Analysis of Problem-based after-school answer to an algorithm is a good book.
  3. 所属分类:Data structs

    • 发布日期:2017-05-17
    • 文件大小:4685950
    • 提供者:jack
  1. meanshift

    0下载:
  2. 这是介绍menshift算法的资料,很经典-This algorithm is described menshift information, it is classic
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:266418
    • 提供者:teamcen
  1. scasca

    0下载:
  2. 迷宫求解 用一个m×n长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序对于任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。-Maze solving an m × n long phalanx said the maze, the maze of pathways and barriers 0 and 1, respectively. Design a program for any set of the maze, find a path from entran
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2712
    • 提供者:mkk
  1. TRIE

    0下载:
  2. 字典树,实现字典树的插入删除查找功能。效率高-Dictionary tree, insert the tree removed to achieve a dictionary lookup function. Efficient
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1633
    • 提供者:fanjingfan
« 1 2 ... .88 .89 .90 .91 .92 25193.94 .95 .96 .97 .98 ... 28275 »
搜珍网 www.dssz.com