资源列表
二次曲线拟合---最小二乘法
- 最小二乘法拟合,其中应用了列主元高斯消去法处理矩阵
NB
- 朴素贝叶斯算法,以函数形式实现,花了一个上午的时间-Naive Bayes algorithm, in order to function the form of implementation, a morning flower time
P248-1
- 二次曲线拟合,应用了高斯列主元消去法,并且应用了矩阵的转置-Quadratic curve fitting, application of Gaussian elimination pivot column
Outside-the-penalt
- 外罚函数法 ** ** 求x1*x1+x2*x2的最小值。 ** 求P函数的在约束条件(x1+x2-1>0)下的最小值-Outside the penalty function**** find x1* x1+ x2* x2 minimum.** P function of the demand constraint (x1+ x2-1> 0) under the minimum
cengxubianli
- 层序遍历二叉树算法,构建一个二叉树,然后对其进行层序遍历-Sequence binary tree traversal algorithm, to build a binary tree, and then traverse its sequence
42
- 给定N(1≤N≤32767)天的营业额a1,a2,a3,……an. 定义最小波动值:该天的最小波动值=min{|该天以前某一天的营业额-该天营业额|}. 特别地,第一天的最小波动值即为a1. 试求N天的最小波动值之和。-Given N (1 ≤ N ≤ 32767) day turnover a1, a2, a3, ... ... an. Defines the minimum volatility value: the smallest fluctuations in the value of
Stack
- 数据结构C语言版本的对栈的操作。功能齐全,简单易用。-The C language version of the data structure on the stack operation. Full-featured, easy to use.
bandv
- 解对称变宽带线性方程组程序 ! n: 方程组个数 ! np: a数组的长度 ! id: 存放方程组系数矩阵的第i行对角元在a数组的位置j,ID(i)=j ! b: 存放方程组右列向量 ! ir: 计算结束标志,ir=0程序正常结束,ir=/0表示系数矩阵奇异-Solution of linear equations is ymmetrical broadband program
pku2187
- pku 2187 的解题报告,是一道基础的数学几何题目,选择卡壳法。-solution to pku 2187,it is a very ordinary problem。
1
- 猴子选大王是数据结构中关于链表的一个经典的算法问题,比较实用,用C++实现-The monkey king election is the algorithm on a classic linked list data structure, more practical C++ to achieve
5
- 程序计算与PI值相关的BUFFON‘S NEEDLE问题。-Buffon s needle
CreateTree
- 用递归方法创建二叉树的算法,会提示某节点左儿子和右儿子的输入,避免一次输入所有节点导致出错的情形-Recursive method to create the binary tree algorithm, a node will be prompted son left and right inputs son, enter all the nodes to avoid a situation that caused the error