资源列表
Linearequationfitting
- 一次方程的拟合程序,能根据所给点给出方程的参数拟合-Linear equation fitting procedures, can give points based on parameter fitting equations give
niudundiedaigongshi
- 牛顿迭代公式算法实现,以方便数学计算模块的应用,提供便利-Newton' s iterative formula algorithm in order to facilitate the application of mathematical calculation module, to facilitate the
verifyMsisdn
- 给定N*N字母矩阵,从任意点出发,上,下,左,右移动,在规定方向连续匹配给定的单词序列。即称为命中,否则不命中,字符矩阵中的字母仅能使用一次,不能在同一单元格停留两次。字符矩阵最大50*50,都为大写字母。输入1为字母矩阵,输入2为字母序列,输出是否匹配。-Given the letter N* N matrix, starting from any point, up, down, left, right, match the prescribed direction of the conti
josephus
- C++约瑟夫问题采取链表实现任意输出 链表实现-josephus problems
EKG
- 使用动态规划高效求解EKG序列。EKG序列现在在质数研究方面有着非常重要的意义,而且EKG序列在医学等方面也有应用。-To get the EKG sequence.
matlab-LST
- 这里采用最小二乘法,实现了matlab的可视化,下载之后复制到matlab中即可-The method of least squares circle, where the least squares method, the visualization of matlab
HaffmanTree
- 哈弗曼树的建立和实现,方法选取一个权值最小和一个权值次小的结点来构成一个新的父母结点,递归建立一颗哈夫曼树-Hafu Man tree establishment and realization of the method to select a right to the minimum value and a weight value of small nodes to form a new parent node, recursive establish a Huffman tree
Stack
- 使用堆栈来测试输入的字符串当中括号是否匹配-Use the stack to test whether the input string which matched parenthesis
reverse
- 本实验设有一个线性表,分别实现数组结构存储的原地逆置。为数据结构课程必做实验。-This experiment has a linear form, respectively, to achieve the storage array structure in situ reverse home. For the data structure courses will do the experiment.
distribution_judge
- 判断数据处于什么分布状态,有些数据参数需要自己设定-Determine what data is distributed state, some data parameters need to set their own
binary_sort_tree
- 二叉排序树 能在nlogn级别完成排序、查找等工作-binary search tree
Serpentine-number-fill
- 蛇形填数。。。。。。。C++优化程序,时间较短,更适于ACM竞赛。-Serpentine number fill, C++ optimizer