资源列表
U-rand(0-100)
- 0-100伪随机数发生函数代码,希望程序能用得上,-0-100 pseudo-random number generating function codes, procedures can hope that none?
3107002005_2nd_A_LDL
- LDL分解。作为矩阵方程数值解法最基础的矩阵分解算法,LDL算法可以高效分解对称矩阵。-LDL decomposition. Numerical Solution of matrix equation as the most basic matrix factorization algorithm, LDL decomposition algorithm can be efficient symmetric matrix.
pfys
- 用fortran 语言编写的平方映射的程序
dxhg
- 调试通过的多元线性回归子程序,出入参数见程序中的说明-multiple linear regressions program
MatrixOperation
- 一些通用的矩阵计算 MatrixOperation.h 包含矩阵转置、求逆、相乘、相加减等通用操作 武汉大学.遥感信息工程学院.卢昊-Some common matrix calculation MatrixOperation.h contains matrix transpose, inverse, multiplication, addition and subtraction and other general operating
QQq
- 此程序是bvp4c程序的变式应用,有利于大学生,研究生或是工程师的应用-This program is a variant of bvp4c program application, help students, graduate students or engineers
Iterative-method
- 迭代法是解各种方程(含方程组)的基本方法, 它常通过构造一个定常的迭代格式,重复计算而产生一个收敛的解的序列(标量序列,向量序列等),逐步逼近问题的真解。-Iterative method is the solution of various equations (including equations) of the basic method, it is often by constructing a stationary iterative format, double counting
simulate-the-dynamic-process
- 基于Visual 6.0C++ 的CA法,用于模拟奥氏体向铁素体的动态转变过程。-Cellular automata method for Visual based on 6.0C++, used to simulate the dynamic process of transformation from austenite to ferrite.
hashtable
- 哈希表函数,纯C语言编写的哈希表计算函数-Hash table functions, written in pure C language function to calculate the hash table
coord_conv1
- Python scr ipt for convert coordinate between local end geodetic systems.
LMS
- 该算法同于计算最小平法差,在图像复原和超分辨率重建中是一个较好的评价参数。-The algorithm is the same as calculating the least square difference, which is a good uation parameter in image restoration and super-resolution reconstruction.
binarySearch
- This scr ipt is for make a binary search using python.