资源列表
二次曲线拟合---最小二乘法
- 最小二乘法拟合,其中应用了列主元高斯消去法处理矩阵
16jinzhiyubcdmazhuhuan
- 16进制转BCD码C语言程序,希望大家有所借鉴,对大家有一定的帮助-16 hexadecimal to BCD code C language program, I hope all of you learn from all of you have some help
list2
- 是STL中双向循环链表list的经典应用,面向对象的标准C++语法解决了josephus圈的问题,适合学习数据结构中stl中list的应用,需要面向对象的C++知识。-A concise aplication of "list" in STL, simple but powful.
palindrome
- 分解解析文章的程序。可以将各个字符出现的频率排序。-Decomposition process analytical articles. You can sort the frequency of each character.
stl
- 用于进行矩阵方程的高斯-赛德尔迭代程序。-Matrix equation for the Gauss- Seidel iterative procedure.
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.
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