资源列表

« 1 2 ... .57 .58 .59 .60 .61 16862.63 .64 .65 .66 .67 ... 28522 »

[数据结构常用算法jicha

说明:给定n个正整数数列,进行如下操作:每次删去两个数 a和b,添加1个数 a*b+1,直到只剩1个数N。在所有的这样的N中,有1个最大Max的和最小的Min,M=Max-Min是极差。设计程序计算 M -Given n positive integers, proceed as follows: each time deleting two numbers a and b, add a number of a* b+1 until on
<yan> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法strassen

说明:Strassen要求阶n是2的幂,但这样的情况很少。对任一偶数n,总有 n=m*2k, 将矩阵分为m*m个的2k阶矩阵。小矩阵用Strassen相乘,大矩阵用传统算法。设计出偶数阶矩阵相乘的算法。 -Strassen requires order n is a power of 2, but this situation is seldom. On either an even number n, out of a total of
<yan> 在 2025-01-23 上传 | 大小:2kb | 下载:0

[数据结构常用算法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-01-23 上传 | 大小: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-01-23 上传 | 大小: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-01-23 上传 | 大小: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-01-23 上传 | 大小:18kb | 下载:0

[matlab例程kalman

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

[matlab例程MATLAB_FFT

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

[matlab例程MIT-MATLAB

说明:麻省理工大学matlab课件及课后习题,适合学习-MIT Matlab the courseware and Homework suitable learning
<xlfice> 在 2025-01-23 上传 | 大小: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-01-23 上传 | 大小: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-01-23 上传 | 大小:159kb | 下载:0
« 1 2 ... .57 .58 .59 .60 .61 16862.63 .64 .65 .66 .67 ... 28522 »

源码中国 www.ymcn.org