资源列表
lsm
- 最小二乘一次完成算法及其matlab实现-Least squares method, matlab
quick
- quick sort is the most popular sorting algorithm. Its virtue is that it sorts in-place (even though it s a recursive algorithm) and that it usually is very fast. On reason for its speed is that its inner loop is very short and can be optimized very w
SELECTION
- selection sort algorithm in C
ertexe
- thisisaanother erettt exaple
1088
- 编程求出1^M+2^M+3^M+...+N^M的近似值(1<=N<=10000000,1<=M<=20) Time Limit: 2000MS Memory Limit: 65536KB 方法:利用伯努利数推导公式求解-The programming 1 ^ M+2 ^ M+3 ^ M+ ...+N ^ M approximation is obtained (1 < = N < = 10000000,1 < = M < = 20) Tim
xunhuansai
- 算法:循环赛日程表,适用于任何数,根据王晓东算法设计与分析编写-Algorithm: round robin schedule
gf28
- matlab 二位元陣列乘法除法的程式碼-matlab source code
gauss
- 利用高斯列主元法求解四元一次线性方程组。-Gauss main element method
1220
- we can create a file.
DE2
- 实现差分进化算法,并通过了rastrigr函数的测试,在全局上搜索得到了正确的结果。-Achieve differential evolution algorithm, and passed the test rastrigr function in the global search to get the correct results.
Extended_GCD
- 扩展欧几里得算法,能够求解同余线性方程组。数论里的内容。-Extended Euclidean Algorithm can solve the congruence of linear equations. Number theory in content.
guassian-
- 列主元高斯消去法,可以解决线性方程组数值解法的问题-Gauss elimination method can solve the problem of numerical solution of linear equations