CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - example

搜索资源列表

  1. 栈的数制转换算法

    0下载:
  2. 进制转换是数据结构中的栈的应用的一个典型例子- Enters the system transformation is in a construction of data stack application typical example
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.06kb
    • 提供者:杨涛
  1. 树操作

    0下载:
  2. 这时关于树的一些操作的程序,包括建立,遍历....对学习数据结构的朋友一定有用-This programe implements some operation of tree,for example,construction,traversal and so on.It is very useful for people who study data structure.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10.16kb
    • 提供者:阿的
  1. OTHELLOCHESS

    0下载:
  2. 黑白棋(othello)示例算法,TC实现,提供交互界面功能-reversi (othello) algorithm for example, TC achieved, providing interface function
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.39kb
    • 提供者:胡安
  1. 用分枝定界法求解TSP

    2下载:
  2. 分支定界法可以求解小规模的TSP问题,这个例子是用vc编写的-branch and bound method can solve small-scale TSP, this example was prepared by the vc
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.61kb
    • 提供者:yy
  1. 十字链表数据结构

    0下载:
  2. 数据结构中关于十字链表的实现,十字链表可以很好的对稀疏矩阵进行效率很高的存储和计算。比如在通信纠错编码的ldpc编译码中就要用到这种数据结构-data structure on the realization of Chain Cross, Cross List can be good for sparse matrix highly efficient storage and computing. For example, in communications-correction coding
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:18.72kb
    • 提供者:杨翔
  1. sf1

    0下载:
  2. 算法函数实例,算法1,存放了书中所有的算法函数程序以及例子中的主函数程序-arithmetic functions example, an algorithm, the book store all the arithmetic functions procedures and examples of procedures for the main function
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.63kb
    • 提供者:rt
  1. ayangmovie

    0下载:
  2. 有关遗传算法的例子,可以解决诸如数学中函数近似最大值,最短路径的问题.vb开发的,很好的 .-example, can be resolved, such as mathematics function approximate maximum shortest path problem. Vb development, very good.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.22mb
    • 提供者:王名
  1. 最小m段和问题

    0下载:
  2. 这个是非常常用的一个数据结构与算法的例子在我们平时的时候都有写过这样的最小M段的程序-This is a very common data structure and algorithm in the example when we have peacetime wrote the smallest of the procedure M
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.03kb
    • 提供者:周华
  1. Eidffakght

    1下载:
  2. 利用BFS算法解八数码问题 在3*3的方格上放着1-8数码,有一空格为0变化规则为空格可以和上,下,右,左四个相邻的数字互换, 至到和目标状态相等, 每一种状态用一个结点表示 而每个结点每次变化最多有四种结点,将这些结点依次入队列中, 例如初始结点S0,入队列后出队,将S0变化最多产生的四种结点S01,S02,S03,S04依次入队列中, 当S01出队后,产生的四种结点S11,S12,S13,S14(实际上不会有四种结点)依次入队, 每次出队时与结束结点相比较,如果
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13.27kb
    • 提供者:刘少人
  1. Dijkstrasolve

    0下载:
  2. 实现了图的数据结构和Dijkstra算法。例子为中关村附近的交通问题。-achieved map data structure and Dijkstra algorithm. For example Zhongguancun near the traffic problems.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8.5kb
    • 提供者:刘源
  1. 传教士与野人问题

    1下载:
  2. 传教士和野人问题是人工智能中的经典问题。本程序采用递归算法求解。定义一个函数,该函数返回一个解路径,路径可以用规则序列表示,也可以用状态序列表示。比如,用规则序列表示,可以表示为:(1 1)(1 0)。。。 表示:过去1个传教士,一个野人,回来一个传教士,。。。如果用状态序列表示,可以表示为:(3 3 1)(2 2 0)(3 2 )。。。 路径用一个链表表示,该函数返回该链表。在main中调用该函数,并打印输出该路径。-missionaries and Savage is a classic A
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:33.45kb
    • 提供者:罗鹏魁
  1. 369MyTemplate

    0下载:
  2. 这是个有关三维地形显示的例子,里面用到了简单数据 结构 -This is a show that the three-dimensional terrain example, they used a simple data structure
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:38.79kb
    • 提供者:陈智
  1. c++cast

    0下载:
  2. 这是一个C++的比较简单的例子,使用于初学者,建议入门级的人看看.-This is a C relatively simple example, beginners to use, the proposed entry-level people to see.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.72kb
    • 提供者:亿摆
  1. c++io

    0下载:
  2. C++中输入输出的例子,对于C++入门的学者来说有一定的参考价值,可以学习C++的基本语法-C input and output example, the entry for C scholars have some reference value, can learn the basic syntax C
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.68kb
    • 提供者:亿摆
  1. mergesort11

    0下载:
  2. 二分搜索是运用分治策略的典型例子。二分搜索方法充分利用了元素间的次序关系,采用分治策略,可在最坏情况下用O(logn)的时间完成搜索任务。-two hours search is to use the divide and conquer strategy is a typical example. Two-search method full use of the elements in the order, using the divide and conquer strategy, in
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:49.04kb
    • 提供者:黄波
  1. testKrouteDll2

    0下载:
  2. 一个使用k路由算法的例子,给你的是k路由的DLL,尽管用就是了。-a routing algorithm used the example to you is the DLL k routing, despite using the grindstone.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:665.08kb
    • 提供者:黎敏
  1. -arguments

    0下载:
  2. C++中变量的例子,对于C++的初学者有一些帮助,可以更了解C-C variable example, for C beginners some help, we can be more understanding of C
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.19kb
    • 提供者:亿摆
  1. example

    0下载:
  2. 数据结构的一些例子,清华大学严蔚敏教程的实验例子及其他常用例子。-Some example for data structure(c).
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:80.5kb
    • 提供者:song
  1. simple-example

    2下载:
  2. 二维结构网格单相流simple算法的一个例子-simple example
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:52.59kb
    • 提供者:李哲奂
  1. An-example-of-moving-loads

    1下载:
  2. ansys关于移动荷载的实际例子,非常有用。-An example of moving loads
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:1.07kb
    • 提供者:许亮
« 12 3 4 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com