资源列表
asc2HexNum_for_interview
- 将一位ASC码转为一位十六进制数,面试中遇到的一个题目,当时想了很久才做出来-put a ascii code to hex code ,for interview
stocks4
- 一个自己玩的随机漫步程序,可用于模拟金融市场的波动,并且绘制了价格、5日均线、10日均线等图形。-A random walk code for simulation of financial market price and averages.
TOEPLZ
- 线性方程组的求法 托伯利兹方程组求法 求解Rx=y, 即给定2n-1个数Rk-Find 法托伯利兹 linear equations method for solving equations seeking Rx = y, ie, given the number of 2n-1 Rk
2
- 浙大计算物理第四章:使用赛得尔迭代法计算线性方程组-Using the Seidel iterative method to calculate the linear equation group
Thomas-method
- 针对三对角方程组的特殊形式,利用杜利脱尔三角分解法中的追赶法,求出方程组的解。-For special form tridiagonal equations, it uses Thomas method in the Dooley off in Seoul to find solutions of equations.
Conjugate-Gradient
- 机械优化设计中的共轭梯度算法 优化二维方程-Conjugate Gradient
F2002180
- 在求解每日零息债券的基础之上,计算每日远期利率曲线 -basing on Solving zero-coupon bonds in the daily basis, calculated daily initial forward rate curve in future
ConsoleApp
- 解析Grads的格点文件,并生把数据生成到文本本件中。-Analysis of Grads lattice file, and the data generated from the text of the cases.
marini
- marini对流层映射函数,csharp编写,pnts前期编写的。-marini tropophere mappingfunction
rom
- 用Romberg算法计算定积分 #include <stdio.h> #include <math.h> #define MAX 10 double func(double a) { double y if (a == 0) return y = 1 else return y = 4/(1+a*a) //return y = pow(a,2) }-Romberg algorithm computes
ALDLE
- 高斯-赛德尔迭代法 用高斯-赛德尔迭代法求解系数矩阵具有主对角线占绝对优势的线性代数方程AX=B-Gauss- Seidel iterative method with Gauss- Seidel iterative method for solving the coefficient matrix has a dominant main diagonal linear algebraic equations AX = B
KNN
- 数据挖掘中的经典算法,机器学习领域常用的KNN临近学习算法,可用于文本向量分类等用途。-Classical data mining algorithms, machine learning algorithms commonly used KNN approaching learning can be used for text vector classification purposes.