资源列表
Kmeans
- Kmeans algorithm source code.
dictionarysort
- 该程序实现了字典排序算法,给出一个一直的序列,然后根据该算法能求出下一个序列-the program realize the algorithm of dictionary sort.
lagelangri
- 拉格朗日插值,很好用的,请大家多指教~-Lagrange interpolation, the good, please keep advice ~ Thank you
Decomposition_QR
- QR分解法是三种将矩阵分解的方式之一。这种方式,把矩阵分解成一个正交矩阵与一个上三角矩阵的积。QR 分解经常用来解线性最小二乘法问题。QR 分解也是特定特征值算法即QR算法的基础。-QR decomposition are the three ways of decomposition of the matrix. In this way, the matrix decomposition into an orthogonal matrix and an upper triangular mat
Random-licensing
- 一个用c++实现的随即发牌的小程序。只是简单的算法。-A with c++ implementation then a small licensing program. Just a simple algorithm.
main
- reverse and add problem for mathmatics
lsq
- This the general code for least square estimation-This is the general code for least square estimation
sort
- 两个排序:冒泡排序和选择排序(具体是用c语言来实现的) 一个斐波那契数列的输出-Two sorts: bubble sort and selection sort (specifically, to achieve the c language) A Fibonacci Fibonacci series output
main
- 字符串转浮点数,解决KEIL的atof不能使用-The string turn a floating-point number, solve KEIL atof can not use
matlab-MK
- matlab MK检验程序,用来检验时间序列突变型-matlab_MK test
long_division
- divider for long division enhanced algorithm yay awesomeness! This divider works really awesomely correctly we-divider for long division enhanced algorithm yay awesomeness! This divider works really awesomely correctly well
addTwoNumbers
- Leetcode练习,将两个非负整数相加,整数一字符串的形式保存,逆向存储。要求得到的结果也是字符串。-You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a li
