资源列表
BIG
- 该算法可以实现最多500位的大整数的乘法运算-The algorithm can achieve up to 500-bit large integer multiplication
Runge-Kutta
- Using Runge-Kutta 10 inoder to solve
Fibonacci
- Fibonacci数列求解代码,递归调用和迭代算法-Fibonacci Fibonacci Fibonacci
Complex
- 大学《数据结构》实验代码(实验一)后续还有-Data structures
HUIBIAN
- 接收从键盘输入的一个班的学生成绩,并存放于50字的grade数组中,其中grade+i保存为i+1的学生的成绩。然后根据grade中的学生成绩,把学生名次填入50字的rank数组中,其中rank+i的内容是学号为i+1学生的名次。再按学号顺序把名次从终端上显示出来。-Receiving input from the keyboard of a class of student achievement, and stored in the array of 50 words grade, whic
MCGARCH
- 蒙特卡洛欧式期权价格动态计算(GARCH)-European call option pricing( GARCH dynamic) under monte carlo
ack
- Calculate the Ackermann function ACK ( m, n ) recursive functions.-Calculate the Ackermann function ACK ( m, n ) recursive functions. For m>=0, n>=0, ACK ( m, n ) is defined as: ACK ( 0, n ) =n+1 ACK ( m, 0) =ACK ( m-1,1 ) ACK ( m, n ) =ACK (
scatterbar
- 实现对于散点数据的三维柱状图出图,在散点的基础上,给定相应的尺寸大小,采用plot3生成三维柱状图-Achieve a three-dimensional bar graph showing the scatter of data, on the basis of scatter, given the appropriate size, three-dimensional histogram is generated using plot3
Jacobi
- Jacobi Method for solve non linear equations
bezier
- bezier曲线的g1光滑连接,画了两条2次的bizier曲线,然后符合G1连续-g1 bezier curves and smooth connections, drew two two times bizier curve, and then meet the G1 continuous
Conduction
- 有限差分法求解一维瞬态热传导方程,初始条件为0,边界条件为第一类边界条件和第三类边界条件。-Finite difference method for solving transient heat conduction equation in one dimension, and initial condition is 0, the boundary conditions are the first boundary condition and the third boundary condit
Differential-Evolution
- 这是针对解决优化控制问题的差分进化算法,希望对你有点帮助。-Differential Evolution for Optimal Control Problems