资源列表

« 1 2 ... .70 .71 .72 .73 .74 17575.76 .77 .78 .79 .80 ... 28523 »

[数据结构常用算法beibao

说明:给定一个容量为C的背包及n个重量为 wi,价值为pi的物品,要求把物品装入背 包,使背包的价值最大,此类问题为背 包问题。物品或者装入背包,或者不装 入背包,称之为0/1背包问题。 -A given a capacity for the the C of the backpack, and n a of by weight for the wi, the value of for the the the items
<yan> 在 2025-04-04 上传 | 大小:2kb | 下载:0

[数据结构常用算法astar

说明:A*算法 1、将开始节点放入开放列表(开始节点的F和G值都视为0) 2、重复以下步骤: 在开放列表中查找具有最小F值的节点,并把查找到的节点作为当前节点 把当前节点从开放列表删除, 加入到封闭列表. -A* algorithm 1, will begin to node placed in the and opening up list of (the began to node of the F and G va
<yan> 在 2025-04-04 上传 | 大小:1kb | 下载:0

[数据结构常用算法dstring

说明:动态规划——编辑距离问题 设A和B是2个字符串。要用最少的字符操作将字符串A转换为字符串B。-Dynamic Programming- edit distance problem Let A and B are two strings. Characters use the least action string A converted to a string B.
<yan> 在 2025-04-04 上传 | 大小:1kb | 下载:0

[matlab例程zunewton-dfpdfp

说明:实用最优化方法中的经典题目,包含DFP算法、共轭梯度法、内点法、阻尼牛顿法、最速下降法,都要求在matlab软件下执行,有正确结果输出。-The classical topics practical optimization method, including the DFP algorithm, conjugate gradient method, interior point method, damped Newton method
<10.2> 在 2025-04-04 上传 | 大小:18kb | 下载:0

[matlab例程kalman

说明:扩展卡尔曼算法 matlab源代码 定位算法-Extended Kalman algorithm matlab source code
<赵国柱> 在 2025-04-04 上传 | 大小:2kb | 下载:0

[matlab例程MATLAB_FFT

说明:matlab中进行FFT分解的算法,基2时间抽取的FFT算法,很有用。-matlab FFT decomposition algorithms
<zhangfei> 在 2025-04-04 上传 | 大小:4kb | 下载:0

[matlab例程MIT-MATLAB

说明:麻省理工大学matlab课件及课后习题,适合学习-MIT Matlab the courseware and Homework suitable learning
<xlfice> 在 2025-04-04 上传 | 大小:2.39mb | 下载:0

[人工智能/神经网络/遗传算法ABC

说明:人工蜂群算法是今年来蓬勃发展的一类新型智能算法。这个代码是算法发明人写的,调试可用。-Artificial bee colony algorithm is a new AI algorithm. The code was written by the algorithm inventor and it is useful.
<demondong> 在 2025-04-04 上传 | 大小:13kb | 下载:0

[matlab例程各种距离计算matlab源码

说明:计算两个矩阵之间的距离:具体有欧式距离,chisquare距离以及绝对距离等。
<canniao> 在 2013-04-05 上传 | 大小:5.52kb | 下载:0

[matlab例程EKFUKF

说明:Unscented Kalman Filter and Extended Kalman Filtering Tutorial and source code, includes worked examples and source.
<dalchemy> 在 2025-04-04 上传 | 大小:159kb | 下载:0

[数学计算/工程计算queen

说明:这道题的算法思路比较简单,其重点在于对搜索的剪枝优化,由于如果对于每一行都枚举每一列,显然其中会有很多在枚举过程中就可以判断不可能出解的情况,显然对这些情况的继续向下一行搜索是无用的冗余操作,所以我们应在枚举搜索中加入一些判断条件,以减少无用的搜索分支。 -Algorithm of solving the problem is relatively simple idea, with its emphasis on the sear
<zhang> 在 2025-04-04 上传 | 大小:9kb | 下载:0

[数学计算/工程计算TanLan

说明:图论贪婪算法详解,有算法原程序以及各种例子,而且还有pdf,ppt讲解。是学习的很好工具。-Graph theory greedy algorithm Xiangjie algorithm original program as well as a variety of examples, but also pdf, ppt to explain. Is a good tool for learning.
<张三> 在 2025-04-04 上传 | 大小:33kb | 下载:0
« 1 2 ... .70 .71 .72 .73 .74 17575.76 .77 .78 .79 .80 ... 28523 »

源码中国 www.ymcn.org