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

资源列表

« 1 2 ... .24 .25 .26 .27 .28 23529.30 .31 .32 .33 .34 ... 28278 »
  1. Dijkstra

    0下载:
  2. 用D[i]来表示当前从源到顶点i的最短特殊路径长度。假设u是G的某一顶点,把从源到u且中间只经过S中顶点的录称为从源到u的特殊路径,并用D数组记录当前每个顶点对应的最短特殊路径长度。Dijkstra算法每次从V-S中取出具有最短特殊路径长度的顶点u,将u添加到S中,同时对D数组作必要的修改。一旦S中包含了V中所有顶点,D就记录了从源到所有其它顶点之间的最短路径长度。-With D [i] to indicate the current node i from the source to the
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4.05kb
    • 提供者:suyu
  1. Data-structure

    0下载:
  2. 数据结构的一些源代码,可以直接运行,不是光函数,方便初学者学习!-Data structure of some source code can be run directly, instead of light function, easy for beginners to learn!
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:11.29kb
    • 提供者:空空
  1. trieTree

    0下载:
  2. 实现tiretree的基本操作,并可以通过“字典.txt”扩充搜索范围-Achieve tiretree the basic operation, and can be " dictionary. Txt" Extended Search
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2.47kb
    • 提供者:kerwin
  1. Stack_Public_Interface

    0下载:
  2. < Mastering Algorithms with C>>的Stack公共接口-Stack public interface for <<Mastering Algorithms with C>>
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:590byte
    • 提供者:xushihao
  1. Booklist

    0下载:
  2. 本人利用<<Mastering Algorithms with C>>的单链表写的简单的图书管理程序。提供了增加、查询、删除的操作。-A simple book-management program providing add, query and delete functions using the public interface within <<Mastering Algorithms with C>>
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3.32kb
    • 提供者:xushihao
  1. Chained-HashTable_Public_Interface

    0下载:
  2. < Mastering Algorithms with C>>链式哈希表的公共接口实现,所需的包含文件请下载本人的Singly-linked list公共接口-chained-hash table public interface for<<Mastering Algorithms with C>>,include files needed are available within my download-area
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1.34kb
    • 提供者:xushihao
  1. conway

    0下载:
  2. Conway宇宙模型演化模型,解决细胞分化过程,用的hash数组带删除节点回收以及头尾相连的循环链表。-Conway model of the universe evolution model to solve the cell differentiation process, using hash array delete nodes recovered with head and tail attached circular list.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:425.45kb
    • 提供者:Toby
  1. mergeLinkList

    0下载:
  2. 算法设计课程作业,按序合并两个有序链表。-Algorithm design course work, sequential merge two sorted linked list.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:972byte
    • 提供者:jason
  1. element-position-of-maximum

    0下载:
  2. 求数组最大元素的位置并输出数组下标-For the array element position of maximum
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:692byte
    • 提供者:ITcxy
  1. sezigame

    0下载:
  2. 色子游戏规则: 色子初始时被放在一个方格上, 要移动色子, 玩家可以水平或垂直滚动色子到相邻的方格上。 游戏的目的是要求用最少的移动步数, 让色子从初始位置移动到目标位置。 色子的状态必须与目标位置的状态相一致 编程任务: 用最少的移动步数, 让色子从初始位置移动到目标位置并且使得色子的状态与目标位置 的状态相一致-Dice game rules: dice initially be placed in a box, and you want to move the dice,
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:111.45kb
    • 提供者:liushui
  1. self_correlation

    0下载:
  2. 利用自相关函数可以检测含有噪声的信号序列中隐含的周期性。-Autocorrelation function can be detected using the noisy signal sequence implicit periodicity.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:664byte
    • 提供者:B411070007
  1. djkstra

    0下载:
  2. A program in C++ to implement djkstra algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-10-23
    • 文件大小:1.69kb
    • 提供者:aditya55
« 1 2 ... .24 .25 .26 .27 .28 23529.30 .31 .32 .33 .34 ... 28278 »
搜珍网 www.dssz.com

浏览历史记录

关闭