资源列表
Prob3730
- 这是北京大学OJ 第3730题的解答,供参考并提出意见.-This is PKU OJ Problem 3730
gaosixiaoqu
- 高斯消去法-Gaussian elimination
Leastsquare
- 有用的最小二乘法matlab的程序 有参考价值-Useful procedure for least squares matlab useful
neville
- Nevilles method in C
gray_bin_NeiBlakeAlgorithm
- Gray scale images to Binary images conversion using Nei Black Binarization Algorithm using Matlab
costas
- Recovery phase with recursive Costas loop. Bpsk symbols to demodulate
stick
- (1)输入有多个测试案例 每个测试案例的第一行代表切后的木棍数目(<=64),第二行为切后各木棍的长度(由空格分隔开) 最后一行为数字0; (2)对每个测试案例,输出原始木棍中可能的最短长度-(1)Enter the number of test cases are the first line of each test case on behalf of the stick after cutting the number of (<= 64), the second
3922
- zstu 3922的解题源码,对学习ACM程序设计竞赛非常有用。适合初学者 含测试数据-zstu 3922
picture
- 由于题目要求是要求最小值,如果能有一种工具能够自动将我们输入的值进行排序就好了。由此,很容易就会想到使用容器multiset,它能够将我们输入的数值自动进行从小到大的顺序进行排列。这样,当我们输入完数值后,直接调用函数begin(),取容器中的第一个值即为容器中的最小值了。-The subject requirement is to require the minimum, if there is a tool that can automatically input value like so
LU
- C语言的LU分解求解线性方程组 输入格式: 输入n ,然后n*(n+1)的增广矩阵-LU decomposition of the C language for solving linear equations input format: Input n, then n* (n+1) augmented matrix
LM
- 用阻尼最小二乘计算weibull分布参数-use matlab to caculate the parameters of weibull distribution
list
- 单向链表,2nd插入节点,尾部插入节点,顺序插入节点,删除节点,遍历节点-list,insert list,delete list