资源列表
Frequency-picture-of-throwing-a-coin
- 问题的提出:编程模拟抛硬币所得正面的频率图。假设每次抛10次为一事件,记录每次得到正面的次数,共抛掷100000次,计算得到正面次数的概率发布,并绘图输出结果。 思路:数值概率算法常用于数值问题的求解,此类算法所得的往往是近似解,且近似解的精度随计算时间的增加而不断提高,得到一定精度近似解就可以满足问题要求。-Of the problem: a coin flip from positive programming analog frequency map. Assuming throw 1
calculator
- 一个简单的计算器,可以实现加减乘除等简单运算和小数点运算。-A simple calculator, you can achieve such a simple calculation and subtraction decimal multiplication and division operations.
matrix
- c写的常用矩阵运算程序,包括:矩阵求逆、矩阵上三角、矩阵加减乘、矩阵归一化、矩阵叉乘、行列式求值、矩阵求迹,矩阵求秩、矩阵转置等-matrix program in c
MyMatrixFunction
- 包括我自己写的一些数值分析用到的函数 包括矩阵的LU分解的两种方法, Cholesky分解, 以及线性方程组的迭代解法中的雅克比, 高斯-赛德尔以及线性松弛法的函数-Including myself, used to write some of the numerical analysis functions, including matrix LU decomposition of two methods, Cholesky decomposition, and iterative sol
classic-program
- 本人总结的fortran工程计算经典源程序,可参考计算流体力学入门那本书学习。-I have summarized the classic source fortran engineering calculations, refer to the book Introduction to computational fluid dynamics study.
MetodaKrylov
- Secant Method. This method calculate the solutions of an linear ecuation
TSPsolver
- 用遗传算法解决TSP(旅行商)问题的程序-Using Genetic Algorithm for TSP (traveling salesman problem) program
ANTS
- 利用蚁群算法解决TSP(旅行商)问题的程序-Ant colony algorithm to solve TSP (traveling salesman problem)
svd
- SVD Singular Value Descomposition
Smith-Waterman-algorithm
- smith waterman string matching algorithm
PHOG_BLAST
- phog-blast algorithm for string matching
HMM
- hidden markov model in c#
