-
ROMBERG加速算法的实现,同时包含梯形方法等,通过比较可以明显看出加速效果。...
ROMBERG加速算法的实现,同时包含梯形方法等,通过比较可以明显看出加速效果。-Romberg algorithm to accelerate the realization, at the same time contains the trapezoidal method, and so is evident by comparing the accelerated effects.
- 2022-07-27 20:31:08下载
- 积分:1
-
杉木滤波器的代码,实现基本的杉木过滤器
fir滤波器代码,实现基本的FIR滤波器-fir filter code, the realization of the basic FIR filter
- 2022-03-19 14:50:26下载
- 积分:1
-
矩阵的类,可以做矩阵运算
矩阵的类,可以做矩阵运算-matrix of categories that can be done matrix calculation
- 2022-05-22 13:23:08下载
- 积分:1
-
利用线形组合法,生成随机数,附加随机数检验功能
利用线形组合法,生成随机数,附加随机数检验功能-Using linear combination method to generate random numbers, an additional random number test function
- 2023-08-21 18:55:03下载
- 积分:1
-
是自己在ECPLISE下做的一个简单的排序程序,有兴趣的可以看下....
是自己在ECPLISE下做的一个简单的排序程序,有兴趣的可以看下.-in ECPLISE is done with the sort of a simple procedure that can be interested in a glance.
- 2023-01-09 01:50:04下载
- 积分:1
-
一个订单多个工件的柔性工艺路线规划
采用遗传算法,解决一个订单多个工件的柔性工艺路线规划问题。此程序各个功能均以单个function写出,清晰明了,可以用于结局所有类似问题。
- 2023-05-29 21:25:02下载
- 积分:1
-
最优化算法
该压缩包内包含了常用的最优化源码,均是利用C++实现的,其中包 扩DFP, 单纯形, 共轭梯度法, 内点法, 外点法, 内外点法,这些算法均在程序中实现,相信对初学最优化算法的会有很大的帮助
- 2023-01-06 18:45:04下载
- 积分:1
-
ZIP解压源程序 VC++编写 Borland C++buider 环境下通过
ZIP解压源程序 VC++编写 Borland C++buider 环境下通过-source VC extracting ZIP prepared Borland C environment through buider
- 2022-01-31 04:10:24下载
- 积分:1
-
设计了矩阵类,该类实现了矩阵的数学运算,包括矩阵乘除/求逆/求特征向量的!...
设计了矩阵类,该类实现了矩阵的数学运算,包括矩阵乘除/求逆/求特征向量的!-Design a matrix type, such realization of the matrix arithmetic, including matrix multiplication and division/inversion/demand eigenvector!
- 2022-03-17 23:19:38下载
- 积分:1
-
三色球问题 若有一个口袋放有12个球,其中有3个红的,3个白的和6个黑的,从中任取8个球, 问共 这也是一个可用穷举法求解的问题。 设任取的红球个数为i, 白球...
三色球问题 若有一个口袋放有12个球,其中有3个红的,3个白的和6个黑的,从中任取8个球, 问共 这也是一个可用穷举法求解的问题。 设任取的红球个数为i, 白球个数为 j,则黑球个数为8-i-j,用count统计不同的搭配数目- Three chromospheres questions if have a pocket to put have 12
balls, including 3 red, 3 white and 6 black, no matter what takes 8
balls, asked altogether this also is may use the question which the
exhaustion method solves. Supposes no matter what takes the red ball
integer is i, the white ball integer is j, then the black ball integer
is 8-i-j, counts differently with count matches the number
- 2022-06-03 14:36:47下载
- 积分:1