-
模拟退火算法实现TSP问题
旅行商问题,即TSP问题,是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路经的限制是每个城市只能拜访一次,路径的选择目标是要求得的路径路程为所有路径之中的最小值。模拟退火算法是解决TSP问题的有效方法之一, 其最初的思想由Metropolis在1953年提出,Kirkpatrick在1983年成功地将其应用在组合最优化问题中。
- 2022-08-12 09:29:48下载
- 积分:1
-
按照既定的步长,输入后筛选已有数据 程序2
按照既定的步长,输入后筛选已有数据 程序2-accordance with the established step, the imported data screening procedures have been 2
- 2022-01-23 10:26:26下载
- 积分:1
-
通过邻接矩阵构造图
通过邻接矩阵构造图-through adjacency matrix structural map
- 2023-06-11 03:35:02下载
- 积分:1
-
优化计算的新方法
可以直接进行数值计算
优化计算的新方法
可以直接进行数值计算- The optimized computation new method may directly carry on the
value to calculate
- 2022-03-09 22:14:28下载
- 积分:1
-
使用PIC单片机开发的直流伺服(含源码和上位机)
直流伺服(含源码和上位机),本人测试使用过,真实有效。
- 2022-09-19 18:35:03下载
- 积分:1
-
Householder method least squares problems. Avoid conventional methods encountere...
Householder法求解最小二乘问题。可以避免常规方法遇到奇异矩阵(即行列式|A|接近零)时误差太大的问题。本方法的精度非常高。-Householder method least squares problems. Avoid conventional methods encountered singular matrix (that is determinant | A | close to zero) error much of a problem. The accuracy of this method is very high.
- 2022-05-27 00:41:32下载
- 积分:1
-
用于连续体的结构拓扑优化设计的matalb代码
用于连续体的结构拓扑优化设计的matalb代码-For continuum structural topology optimization design matalb code
- 2023-06-27 07:05:03下载
- 积分:1
-
This is a compiler for a small pascal procedures it is not enough for some but a...
这是一个用来编译pascal的一个小程序有些还不行但也发了-This is a compiler for a small pascal procedures it is not enough for some but also made a
- 2022-02-05 02:30:56下载
- 积分:1
-
傅里叶变换算法fft
How To Use
void main(void)
{
gen_w_r2(w, N); // Generate coefficient table
bit_rev(w, N>>1); // Bit−reverse coefficient table
DSPF_sp_cfftr2_dit(x, w, N);
// radix−2 DIT forward FFT
// input in normal order, output in
// order bit−reversed
// coefficient table in bit−reversed
// order
DSPF_sp_icfftr2_dif(x, w, N);
// Inverse radix 2 FFT
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-02 15:55:21下载
- 积分:1
-
c++实现坦克大战游戏
用C++编写的坦克大战游戏,可以参考参考,经本人运行检验过!游戏做得很精致,是个学习vc的好例子,对类的用法很精髓,使用了多种高级编程技术,多线程,动画处理,消息打包和解包,定时,地图传输,图像管理,键盘管理等等,是一个不可多得的学习高级windows编程的材料啊!
- 2022-10-11 08:10:03下载
- 积分:1