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

搜索资源列表

  1. EulerInMaths

    0下载:
  2. 搜集了Euler为数学界做出的贡献,以及Euler理论,Euler定律 喜欢数学的朋友不可错过-collected a number of scholars to make contributions, and the Euler theory, Euler law like mathematics friends not to be missed
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:83203
    • 提供者:王开
  1. Dynamic_Programming

    1下载:
  2. 多阶段决策过程( multistep decision process )是指 这样一类特殊的活动过程,过程可以按时间顺序分解成若干个相互联系的阶段,在每一个阶段都需要做出决策,全部过程的决策是一个决策序列。 动态规划 ( dynamic programming )算法 是解决 多阶段决策过程最优化问题 的一种常用方法,难度比较大,技巧性也很强。利用动态规划算法,可以优雅而高效地解决很多贪婪算法或分治算法不能解决的问题。动态规划算法的基本思想是:将待求解的问题分解成若干个相互联系的子问题,先求解
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3241
    • 提供者:汤烈
  1. ACOTSP.tar

    0下载:
  2. linux gc编写的蚁群算法程序 首先tar xzfv 解压缩 进入目录后,./confiure 然后make -prepared by the ant colony algorithm first extract tar xzfv directory access, . / then make confiure
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:92379
    • 提供者:来守林
  1. PackageProblem

    2下载:
  2. 实现背包问题 package problem 1. 问题描述 假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品,能否从n件物品中挑选若干件恰好装满背包,即使w1 +w2 + … + wn=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到下列4组解: (1,4,3,2)、(1,4,5)、(8,2)、(3,5,2)。 2. 基本要求 读入T、n、w1 , w2 , … , wn
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9296
    • 提供者:李昭明
  1. TriMat

    0下载:
  2. 在目录“\\上三角矩阵类的实现”中给定了文件triMat.cpp、triMat.h,请把triMat.h文件中的9个填空位置补上正确的代码,使triMat.cpp能完成上三角矩阵的加、减、乘运算。要求输入: 输入矩阵维数:4 输入矩阵a的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 输入矩阵b的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 -in the di
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7880
    • 提供者:李昭明
  1. REPEAT_S

    0下载:
  2. 本附录中的所有源程序文件可通过e-mail向读者发送,如有任何问题、要求或建议,欢迎给作者发e-mail,作者的e-mail地址是 bxjsyjs@hotmail.com。请读者注明e-mail接// 为了保证每个程序的完整性,使得都能单独运行,下列各节中不同的程序之间有很多重复的代-the appendix of all source documents are available through e-mail sent to the readers, if any, requests or
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:929
    • 提供者:小柔
  1. du

    0下载:
  2. 对队列操作,可以让人简单了解还可以加深对队列的理解-right queue operation, can make simple understanding can also deepen the understanding of the Queue
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1156
    • 提供者:李阳光
  1. TSPinmatlab

    0下载:
  2. 用遗传算法解决城市的访问次序,可使其 旅行路线的总长度最短 可从该程序借鉴到其他应用 -using genetic algorithms to solve the city for the visit, travel routes can make the total length of the shortest can draw from the procedures of other applications
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8120
    • 提供者:候海
  1. color.cpp

    0下载:
  2. 对于给定的图G,如果存在一种用2种颜色对顶点着色的 方案,使得图中任意一条边所连接的2 个顶点着有不同 颜色,则称图G 是可2着色的。-for the given graph G, if there is a use two colors of vertex programs, make a map arbitrary edge connected with two vertices are different colors, says G is 2-colored.
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-12
    • 文件大小:2888
    • 提供者:Nouth
  1. dijkstramatlab

    0下载:
  2. dijkstra算法的matlab程序,用于优化路径规划的初始路径,只能做出一个次优的结果,以后可以用很多优化算法来进一步优化-dijkstra the algorithm matlab procedure, uses in to optimize the way plan the initial way, only can make an order superior result, later will be allowed to use the very many optimized
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2893
    • 提供者:刘关俊
  1. 0_1question

    0下载:
  2. 计算机算法中著名的0_1背包问题:给定n种物品和一背包。物品i的重量是Wi,其价值为Vi,背包的容量是c,问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大。-computer algorithm famous 0_1 knapsack problem : given n product and a backpack. I articles of the weight of Wi, the value of Vi and backpack is the capacity c, aske
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11933
    • 提供者:贾明明
  1. ppmd_src

    0下载:
  2. 一个压缩算法, 名字叫PPMD,压缩率比较高, 同时, 可以自行修改并编译,请各位研究算法的同僚一同研究.-a compression algorithm, named PPMD, higher compression ratio, and can make its own decisions and build, please algorithm research colleagues to study together.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12686
    • 提供者:丁国银
  1. functionpop

    0下载:
  2. 本文件主要是针对于粒子群算法在matlab环境中地应用说编写地m文件!其中粒子群算法地目标函数可在源程序中自行更改! -this document is mainly targeted at PSO algorithm in Matlab environment application to the preparation of that document m! PSO algorithm which to target function in the source can make chang
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3972
    • 提供者:毛学志
  1. Generic_Pool_demo

    0下载:
  2. Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grow
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:174272
    • 提供者:zhuxin
  1. anneal_SimulatedAnnealing

    0下载:
  2. anneal_SimulatedAnnealing.rar用C语言编写,能弥补Matlab中无现成模拟退火算法函数的不足-anneal_SimulatedAnnealing.rar C language, Matlab can make up for the non-existing simulated annealing function of inadequate
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:43569
    • 提供者:wang
  1. CAR4 用VC模拟交通状况

    1下载:
  2. 4车道交通模拟程序,用VC模拟交通状况,并能够做出统计分析-four lanes of traffic simulation program, VC simulated traffic situation and to make a statistical analysis
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-11-04
    • 文件大小:52734
    • 提供者:lxt
  1. ls_mmse_updated

    0下载:
  2. mmse接收 不错的程序,希望能够给大家参考-mmse receiving good procedures, we hope to be able to make reference to
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:5302
    • 提供者:彭建
  1. FILE_CRC

    0下载:
  2. 计算文件的32位CRC校验码.比较简单实用,Demo中一次性读完整个文件是不可取的,您需要作些修改以应用于所有大小的文件CRC.-calculations of 32 of CRC. Relatively simple and practical, Demo one time reading the entire document is undesirable, You need to make some changes to apply to all size of the CRC docum
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:23720
    • 提供者:阿乱
  1. chagnshengjiangjun

    0下载:
  2. 常胜将军 现有21根火柴,两人轮流取,每人每次可以取走1至4根,不可多取,也不能不取,谁取最后一楰火柴谁输。请编写一个程序进行人机对弈,要求人先取,计算机后取;计算机一方为“常胜将军”。 *问题分析与算法设计 在计算机后走的情况下,要想使计算机成为“常胜将军”,必须找出取 关键。根据本题的要求枷以总结出,后走一方取子的数量与对方刚才一步取子的数量之和等于,就可以保证最后一个子是留给先取子的那个人的。 据此分析进行算法设计就是很简单的工作,编程实现也十分容易。-everlas
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1114
    • 提供者:黄波
  1. bp-forcast

    1下载:
  2. 一个基于BP神经网络预测的matlab小程序,可以参考一下-based on an artificial neural network to predict the Matlab small procedures that will make reference to
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1753
    • 提供者:wei
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com