资源列表
floatAddSubMulDiv
- c语言用int四则运算实现float四则运算-four C functions: float floatMul(float a, float b) float floatDiv(float a, float b) float floatAdd(float a, float b) float floatSub(float a, float b) These functions each take as input two float operands and return
analysis-the-result-of-FFT
- 详细介绍了FFT变换的物理意义,分析了fft后的频率分辨率等-Detail the physical meaning of the FFT transform, after analysis of the fft frequency resolution, etc.
shuzhijisisuan
- 数值计算源代码:包含romberg和差值计算的matlab代码,线性方程组和迭代法的c源代码。-Numerical code: the difference between calculated and included romberg matlab code, linear equations and the iterative method c source code.
creatchildprocess
- 计算某个数字上限内的所有质数,数字限于正整数-calculate all prime numbers smaller than input number
sanciyangtiaochazhi
- 这是一段三次样条的插值程序,可以进行插值,就是给一组数据,然后给要算的值,就可以出结果了-This is a cubic spline interpolation procedure can be interpolated, is to give a set of data, then the value to be counted, the result can be a
juzhenliancheng
- 给定n个矩阵A1,A2,…,An,其中,Ai与Aj+1是可乘的,i=1,2,…,n-l。 你的任务是要确定矩阵连乘的运算次序,使计算这n个矩阵的连乘积A1A2…An时总的元素乘法次数达到最少。 -Given n matrices A1, A2, ..., An, which, Ai and Aj+1 is multiplicative in, i = 1,2, ..., nl. Your task is to determine the matrix multiplication ope
ant-colony-algorithm-
- 蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法-ant colony algorithm : survey and prospect
LieZhuYuanxiaoqu
- 列主元消去法求解线性方程组,系数矩阵的维数最大可达到50维-Column principal component elimination method for solving linear equations, the dimension of the coefficient matrix can be up to 50 dimensions
Hanshu
- 从键盘输入一个方阵,将该矩阵转置后输出,要求该方阵的阶数有键盘输入-A square from the keyboard input, output, after the matrix transpose, require the square of the order of keyboard input
mathalynysis
- 数值分析大作业源代码综合版,分类很全,原创-Numerical analysis of large integrated version of the operating source code
rkf45
- 关于卡尔曼滤波的汇编程序采用c++编译通过非常实用-Kalman filter on the assembly process by using c++ compiler is very useful
bv_cvxbook
- 最优化的外国教程,英文原版,涵盖了需要涉及的基本数学知识与应用-textbook of convex optimization
