-
c语言耍法,对于数学建模有用
c语言耍法,对于数学建模有用-c language game, useful for mathematical modeling.
- 2022-01-22 06:07:50下载
- 积分:1
-
计算水平线与垂直线交点个数问题。扫描方法计算。
计算水平线与垂直线交点个数问题。扫描方法计算。-Calculation of horizontal and vertical line of intersection the number of questions. Scanning method.
- 2022-10-24 03:35:03下载
- 积分:1
-
maze problems every step of the output change a chessboard with the recursive so...
迷宫问题输出每一步的棋盘变化 第一个用递归解决的问题-maze problems every step of the output change a chessboard with the recursive solution
- 2022-03-20 09:48:39下载
- 积分:1
-
最新版三次样条插值源程序
最新版三次样条插值源程序-latest version of Cubic Spline Interpolation source
- 2022-01-22 01:26:05下载
- 积分:1
-
ASE的小例子
一个 aes 的例子,里面有详细的算法和 比较简单的例子,易懂。遵循 ase 的流程进行编写。。
- 2022-04-06 19:26:42下载
- 积分:1
-
求 排列组合,用.net实现,能求出所有的排列组合情况
求 排列组合,用.net实现,能求出所有的排列组合情况-Permutation and combination for use. Net realized, can be obtained in all cases of permutation and combination
- 2023-01-12 08:40:03下载
- 积分:1
-
快速排序、归并排序与选择排序平均时间之比较
/*----------------------选择排序-----------------------------*/
void SelectSort(int data[],int low,int high)
{
for(int i=low;i
- 2022-03-18 12:13:58下载
- 积分:1
-
这是一个计算银行利息和本利和的VB程序,,只要输入利率,本金,存款年数,就可以直接计算...
这是一个计算银行利息和本利和的VB程序,,只要输入利率,本金,存款年数,就可以直接计算-This is a calculated bank interest and the principal and the VB program, as long as the importation of interest rates, principal, the number of years of deposits, it can be directly calculated
- 2022-07-07 04:02:59下载
- 积分:1
-
上面的矩阵算法库的Borland编译文件
上面的矩阵算法库的Borland编译文件- Above matrix algorithm storehouse Borland translation document
- 2022-04-22 15:01:43下载
- 积分:1
-
基于粒子群算法的函数寻优算法
粒子群优化算法(PSO,particle swarm optimization)是计算智能领域,除了蚁群算法,鱼群算法之外的一种群体智能的优化算法。函数寻优是工程中经常遇到的问题,有些函数因为局部极小值点的存在,算法难以寻找到局部最优值。粒子群算法具有群体智能,全局寻优等优势,比较适合于函数寻优问题,本案例研究了基于粒子群算法的函数寻优算法。
- 2023-04-07 22:00:03下载
- 积分:1