-
use c language to make a Newton interpolation arithmetic.Newton interpolation ar...
用C语言来实现的。牛顿插值法对一些函数作近似的替代,是N个节点数的插值函数。-use c language to make a Newton interpolation arithmetic.Newton interpolation arithmetic make a approximation of the function witch have N interpolation points
- 2023-02-05 04:00:03下载
- 积分:1
-
本程序是用matlab遍写 有很强的实用性
本程序是用matlab遍写 有很强的实用性-this procedure is used Matlab times was a strong practicality
- 2023-01-28 09:10:03下载
- 积分:1
-
Hanoi非递归源码
Hanoi非递归源码-Hanoi non- recursive FOSS
- 2022-03-14 21:25:26下载
- 积分:1
-
遗传算法的C++实现
遗传算法的有趣应用很多,诸如寻路问题,8数码问题,囚犯困境,动作控制,找圆心问题(这是一个国外网友的建议:在一个不规则的多边形 中,寻找一个包含在该多边形内的最大圆圈的圆心。),TSP问题(在以后的章节里面将做详细介绍。),生产调度问题,人工生命模拟等。直到最后看到一个非 常有趣的比喻,觉得由此引出的袋鼠跳问题(暂且这么叫它吧),既有趣直观又直达遗传算法的本质,确实非常适合作为初学者入门的例子。
- 2022-10-26 10:15:02下载
- 积分:1
-
一个经典问题的比较好的解决方法
一个经典问题的比较好的解决方法-a classic problem of a relatively good solution
- 2022-01-25 19:47:43下载
- 积分:1
-
这是一个追赶法的算法
这是一个追赶法的算法-This is a law to catch up with the algorithm
- 2022-05-18 13:05:24下载
- 积分:1
-
DFP变尺度法,包括一维搜索法,黄金分割法,采用类封装,包括矩阵类,变尺度类。实现简单明了。...
DFP变尺度法,包括一维搜索法,黄金分割法,采用类封装,包括矩阵类,变尺度类。实现简单明了。-DFP variable metric method, including the one-dimensional search, golden section method, type of packaging used, including matrix-type, variable-scale category. Simple to achieve.
- 2022-06-03 06:57:24下载
- 积分:1
-
从10进制到16进制的转换
从10进制到16进制的转换-band from 10 to 16 band conversion
- 2022-03-21 02:34:49下载
- 积分:1
-
huffman编码压缩
huffman编码压缩,使用C++编写,实现任意文件的压缩和解压缩,对于数据流文件压缩非常有用,可以获得较高的压缩效率。并且压缩时间上也能得到保障。把这种压缩算法用在嵌入式系统上有很大的效果和作用。
- 2022-08-22 13:26:52下载
- 积分:1
-
ROMBERG ALGORITHM
* * To approximate I = integral ( ( f(x) dx ) ) from a to b:* * INPUT: endpoints a, b; integer n.** OUTPUT: an array R. ( R(2,n) is the approximation to I. )** R is computed by rows; only 2 rows saved in storage
- 2022-08-09 17:55:35下载
- 积分:1