资源列表
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
HermitePoly
- MATLAB 源码 一个HermitePoly的例子 可以运行的-MATLAB source code examples can run a HermitePoly
newton
- 牛顿法解决数值优化问题源代码,可直接运行出结果-Newton s method to solve numerical optimization problem source code can be run directly out of the results
maxsubarray
- An algorithm to find a sub array maximum.
duiyingshijianchengxu
- 知道历年河流流量的情况,提取出其中引水开始与结束时间-I know in a historical context river flows, which extract the water start and end time
BiTree
- 给定前序遍历和后序遍历的顺序,要求出总共有多少棵不同形态的二叉树满足这样的遍历顺序。-To order preorder and postorder before setting requires the total number of trees of different forms of binary tree traversal order to meet this.
Periodic-equation_catch-up-method
- 周期性方程(追赶法)_Periodic equation (catch-up method)-Periodic equation (catch-up method)
3-8
- 编写一个函数int squeeze(char s1[], const char s2[]),它从字符串s1中删除所有在s2里出现的字符,函数返回删除的字符个数-Write a function that removes all the characters that appear in the S2 the string S1
