-
图像压缩的源代码
PCA进行SVD分解的图像压缩它是在MATLAB中实现
- 2022-02-13 13:27:26下载
- 积分:1
-
这是一个基于模拟退火算法的混沌神经网络模型
这是一个基于模拟退火算法的混沌神经网络模型-This is an algorithm based on simulated annealing chaotic neural network model
- 2022-05-08 16:51:59下载
- 积分:1
-
通过Matlab实现有限元算法第二版
通过Matlab实现有限元算法第二版-through Matlab finite element method 2nd Edition
- 2022-04-16 17:01:00下载
- 积分:1
-
传热学二维稳态C++程序
单位长度为一。内外壁分别维持450度和50度。管道热导率1.05W/(m.k),求每米长管道热损失。
- 2022-05-25 20:51:34下载
- 积分:1
-
Prolog实现8-puzzle
he 8-puzzle will be represented by a 3x3 list of lists positions where the empty box will be represented by the value 9, as shown below: [[9,1,3],[5,2,6],[4,7,8]]
Possibility Solution: Only half of the initial positions of the 8-puzzle are solvable. There is a formula that allows to know from the beginning if you can solve the puzzle.To determine whether an 8-puzzle is solvable, for each square containing a value N is calculated how many numbers less than N there after the current cell. For example, to the initial status
- 2023-07-26 11:40:02下载
- 积分:1
-
energy center, two pairs of split
用能量重心法,对基2分裂的FFT算法进行校正,在整周期采样的条件下,幅值,相位,频率等可以达到很高的精度
-energy center, two pairs of split-the FFT algorithm for correction, in the whole cycle of sampling conditions, the amplitude, phase, frequency, etc., may achieve high accuracy
- 2022-04-20 19:20:20下载
- 积分:1
-
A*算法matlab仿真程序
A*(A-Star)算法是一种静态路网中求解最短路最有有效的方法:
公式表示为: f(n)=g(n)+h(n),
其中f(n) 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-01-17 05:30:03下载
- 积分:1
-
时域差分法计算一维光子晶体反射率和透射率
时域差分法计算一维光子晶体反射率和透射率。时域差分法是最新研究光子晶体的科学数值方法。使用MATLAB编写了其源码,对于研究光子晶体的人们,有重要参考价值。
- 2022-12-02 07:00:03下载
- 积分:1
-
多机器人路径规划算法,RVO
多机器人路径规划算法,可视化界面显示,默认实验数据为实现4个机器人路径规划。希望对于路径规划的学习者有一定帮助。
- 2022-10-31 01:15:03下载
- 积分:1
-
字符串匹配 KMP算法
包含main()函数,KMP()以及GetNext()函数。VS2010编译通过。
- 2022-02-28 21:09:56下载
- 积分:1