资源列表
JacobiIteration
- Jacobi迭代法求解线性方程组,内含Jacobi迭代矩阵的收敛情况验证。-JacobiIteration
111
- 用来求解偏微分方程数值解法,利用了有限元解法。-Used to solve a partial numerical solution of differential equation, using the finite element method.
tcond
- 重要的调和分析程序 自己独立编写希望下载-Important harmonic analysis program want to download their own independent writing
ssq
- 利用随机数原理生成双色球数据,支持查询奖项功能.仅供娱乐,切误当真!-The principle of random numbers generated by two color data and support query awards function. Only for entertainment, cut seriously wrong!
C
- 如何用C语言筛选法判断质数 比如输出 2 质数 4 合数 0 0代表程序的结束,如果输入不是零,程序可以继续打入数字判断 -How to use C language such as screening method to determine prime numbers prime numbers 2, 4-output number 00 on behalf of the end of the program, if the input is not zero,
erfenfa
- 一种最为基本的计算方法,在数值计算的各个领域都有广泛应用-One of the most basic method of calculation in the numerical calculation are widely used in various fields
niudundiedaifa
- 牛顿迭代法,一种十分重要的数值计算方法,目前被普遍采用-Newton iteration, a very important numerical methods, is currently widely used
calculater
- c语言编程实现的计算器,运用c语言图形函数编出的能实现加,减,乘,除的计算器-calculater
FFT
- 用C语言实现FFT,输入为倒位序输出自然序-C language with FFT, the input sequence for the inversion of natural order output
huangjin
- #include<stdio.h> #include<math.h> float Function(float x) void main() { float a,b,e float x0,x1,x2,F0,F1,F2 printf("input a ,b ,e \n") scanf(" f f f",&a,&b,&e) x1=b-0.618*(b-a) x2=a+0.618*(b-a) F1=Func
simplex
- simplex algorithm .......works noce but small changes
simposen
- 复合辛普森算法,数值分析里面的内容,希望对大家有用-Composite Simpson method, numerical analysis of the contents of which, we hope to be useful! ! !
