资源列表
c-source-code
- 有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第三个月 后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少? -One pair of rabbits, one pair of rabbits are born from the month from 3 months after birth, the little rabbit long gave birth to the first three months after the month of the rabbit
c-source-code
- 打印出所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该数 本身。-Print out the the " Narcissus number" , the so-called " Narcissus number" refers to a three-digit of its Members figures cubic equal to the number itself.
c-source-code
- 判断101-200之间有多少个素数,并输出所有素数。-Determine 101-200 between the number of primes, and output of all primes.
c-source-code
- 将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。-The prime factors of a positive integer factorization. For example: Enter 90 to print out 90 = 2* 3* 3* 5.
c-source-code
- 有一个已经排好序的数组。现输入一个数,要求按原来的规律将它插入数组中。-There is a sorted array. Now enter a number of requirements of the original law, it is inserted into the array.
spline-interpolation
- 有详细的样条插值叙述,并附有源代码,是学习样条插值很好的资料-Detailed spline interpolation narrative, along with the source code, learning spline interpolation good information.
PID
- 学习PID很好的资料,里面有完整的代码!自己写的一个PID算法程序-Learning PID good information, there is a complete code! Write a PID algorithm
calc1
- 一个简单的关于求解方程的算法 Fortran编写的简单代码-code of equation solution
calc3
- 一个关于多元方程求解的代码 由fortran编写-A multivariate equation solver code written by fortran
calc4
- 一个关于方程求解的算法代码 由fortran编写-An equation solving algorithm code written by fortran
calc5
- 利用牛顿法求方程的解,由fortran编写-Newton Method equation, written by fortran
calc6
- 一个求解方程的算法代码,由Fortran编写-Solving the equation algorithm code, prepared by the Fortran