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

资源列表

« 1 2 ... .12 .13 .14 .15 .16 25617.18 .19 .20 .21 .22 ... 28276 »
  1. 2006shortPath

    0下载:
  2. 一个关于图论的课程设计,求图中两个节点之间的最短路径的问题。包括详细的试验报告。-on a graph theory of curriculum design, seeking map between two nodes is the shortest path problem. Including the detailed test report.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:26.89kb
    • 提供者:杨黎
  1. GraphCC

    0下载:
  2. 有向图的强连通分量算法的java语言实现,-directed graph algorithms strongly connected component of java language.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.57kb
    • 提供者:黄牛
  1. 01knap_Dynamic_Programming

    0下载:
  2. 本文通过研究动态规划原理,提出了根据该原理解决0/1背包问题的方法与算法实现,并对算法的正确性作了验证.观察程序运行结果,发现基于动态规划的算法能够得到正确的决策方案且比穷举法有效.-through research paper on dynamic programming, According to the principle of resolving the 0 / 1 knapsack problem with the algorithm, the algorithm was verifi
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10.64kb
    • 提供者:汤烈
  1. LCS_Dynamic_Programming

    0下载:
  2. LCS(最长公共子序列)问题可以简单地描述如下: 一个给定序列的子序列是在该序列中删去若干元素后得到的序列。给定两个序列X和Y,当另一序列Z既是X的子序列又是Y的子序列时,称Z是序列X和Y的公共子序列。例如,若X={A,B,C,B,D,B,A},Y={B,D,C,A,B,A},则序列{B,C,A}是X和Y的一个公共子序列,但它不是X和Y的一个最长公共子序列。序列{B,C,B,A}也是X和Y的一个公共子序列,它的长度为4,而且它是X和Y的一个最长公共子序列,因为X和Y没有长度大于4的公共子序列
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4.63kb
    • 提供者:汤烈
  1. shopping_Dynamic_Programming

    0下载:
  2. Jones先生是一位模范丈夫,每个星期六的早晨他的太太都会给它一个购物清单,他只能购买清单上所列的物品并且必须全部买齐。最开始,Jones先生总是穿梭于商店的过道之间,对每样商品选择最便宜的价格购买,但是他逐渐地厌倦了这种方式,并开始了一种新的尝试——对于商店中的每条过道只走一遍,并严格按照清单上物品的顺序购物。现在你要写一个程序来帮助他购物。你所拥有的信息除了清单所列的物品之外,还包括在他选择的整条路线上依次出现的商品和它的价格,你的任务是计算他购齐所有货物的最小花费。-Mr. Jones i
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11.16kb
    • 提供者:汤烈
  1. 01knap

    0下载:
  2. 设有n种物品,每一种物品数量无限。第i种物品每件重量为wi公斤,每件价值ci元。现有一只可装载重量为W公斤的背包,求各种物品应各取多少件放入背包,使背包中物品的价值最高。-with n product, every kind of infinite number of copies. I first product for each weight wi kilograms, each worth ci yuan. Existing a carrying weight of the backpac
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:30.71kb
    • 提供者:汤烈
  1. shorttest_path_program

    0下载:
  2. 有N个城市,编号为0、1…N-1,每个城市之间的路径长度保存在二位数组a中,如a[i][j]表示城市i与城市j的路径长度。求某个城市到其余城市的最短路径。-cities are N, No. 0,1 ... N-1, every city path length between the two kept in a group median, if a [i] [j] i said cities and urban j length of the path. For a city to the o
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4.4kb
    • 提供者:汤烈
  1. code3[1]

    0下载:
  2. 此文件为数据结构用floyd算法实现最短路径的算法-file data structure to use Floyd algorithm to achieve the shortest path algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1010byte
    • 提供者:李明
  1. okdes

    0下载:
  2. 经典的DES算法,确保可以编译通过,可以少花不少时间,-classic DES algorithm to ensure that the compiler is enacted, it will spend a lot less time,
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 自己随便写的 大家看看 最好有人帮我写个回溯算法0-1背包问题的演示软件 -own writing any of us look at the best people to help me write a backtracking algorithm 0-1 knapsack problem of presentation software
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1010byte
    • 提供者:手电筒
  1. danyuanzuiduanlujing

    0下载:
  2. 该程序用来求图的单元最短路径,允许用户动态输入图-the procedure used to plan for the shortest path modules, allowing users to input dynamic map
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.34kb
    • 提供者:yuyu
  1. 20063202514811

    0下载:
  2. 本源码是一个算法,请大家多多共享,如有不当之处请谅解。-the source is an algorithm, we share a lot, if anything wrong with the request of understanding.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.65kb
    • 提供者:彭玉辉
« 1 2 ... .12 .13 .14 .15 .16 25617.18 .19 .20 .21 .22 ... 28276 »
搜珍网 www.dssz.com

浏览历史记录

关闭