-
PGE Solving equations faster
高斯消元法解方程, 速度较快-PGE Solving equations faster
- 2022-03-21 08:54:03下载
- 积分:1
-
98年全国大学生数学建模竞赛B题“水灾巡视问题”,是一个推销员问题,本题有53个点,所有可能性大约为exp(53),目前没有好方法求出精确解,既然求不出精确解,...
98年全国大学生数学建模竞赛B题“水灾巡视问题”,是一个推销员问题,本题有53个点,所有可能性大约为exp(53),目前没有好方法求出精确解,既然求不出精确解,我们使用模拟退火法求出一个较优解,将所有结点编号为1到53,1到53的排列就是系统的结构,结构的变化规则是:从1到53的排列中随机选取一个子排列,将其反转或将其移至另一处,能量E自然是路径总长度。具体算法描述如下:步1: 设定初始温度T,给定一个初始的巡视路线。步2 :步3 --8循环K次步3:步 4--7循环M次步4:随机选择路线的一段步5:随机确定将选定的路线反转或移动,即两种调整方式:反转、移动。步6:计算代价D,即调整前后的总路程的长度之差步7:按照如下规则确定是否做调整:如果D0,则按照EXP(-D/T)的概率进行调整步8:T*0.9-->T,降温-98 National Mathematical Contest in Modeling B and that the "flood inspections", is a salesman problem, and that is 53 points, all possibilities about exp (53), there is no good way to get accurate solutions, since no exact solution for, we used simulated annealing France obtained an optimum solution to all nodes to a number of 53 to 53.1 is with the system structure, changes in the structure of the rules is : from 1-53 with a randomly selected with a son, to reverse or to move it to another, the energy E is the natural path length. The specific algorithm is described as follows : Step 1 : The initial set temperature T,
- 2023-05-19 17:45:04下载
- 积分:1
-
黄金分割法,二分法,Fibonacci法求多项式函数最值
黄金分割法,二分法,Fibonacci法求多项式函数最值-Golden Section, dichotomy, the Fibonacci method for the value of a polynomial function
- 2023-02-03 13:00:04下载
- 积分:1
-
PI值的计算算法,c++代码,值得好好学习
PI值的计算算法,c++代码,值得好好学习-PI value of the algorithm, c code, it is worth to learn
- 2022-03-11 23:47:39下载
- 积分:1
-
Numerical Anaysis 8th Edition, by Burden and Faires (Pascal Source)
Numerical Anaysis 8th Edition, by Burden and Faires (Pascal Source)
- 2022-02-12 01:32:05下载
- 积分:1
-
ant colony algorithm for TSP problem
tsp问题的蚂蚁算法-ant colony algorithm for TSP problem
- 2023-06-22 06:50:03下载
- 积分:1
-
我的数字信号处理 作业。FFT的C语言实现。运行时将2个c文件放在同一目录,运行draw.c。最好Turbo.c 如用VC运行,把头文件改下,很容易的...
我的数字信号处理 作业。FFT的C语言实现。运行时将2个c文件放在同一目录,运行draw.c。最好Turbo.c 如用VC运行,把头文件改下,很容易的-digital signal processing operations. FFT C language. When running two c files on the same directory, run draw.c. Best Turbo.c as VC running headfirst document change, it is very easy
- 2022-03-19 11:41:29下载
- 积分:1
-
一个菲波拉契数列的DEMO程序
一个菲波拉契数列的DEMO程序-a Fibonacci series of procedures DEMO
- 2023-07-27 09:45:04下载
- 积分:1
-
本代码是C语言实现的CRC循环校验具体算法
本代码是C语言实现的CRC循环校验具体算法-the code is the C language CRC checksum algorithm for the cycle
- 2022-11-18 05:00:03下载
- 积分:1
-
三角网存储于显示
资源描述
既可以动态鼠标取点建立TIN,也可以读取文件,有点线面的标注,同时,设置了线宽线形字体颜色等功能,利用凸包法进行建立。适合初学者。
- 2022-03-12 19:24:54下载
- 积分:1