搜索资源列表
-
0下载:
费波那西数列(Fibonacci Sequence),又译费波拿契数、斐波那契数列、费氏数列、黄金分割数列。本代码实现了费数列变量的定义。-Premium Series
-
-
0下载:
河内塔
费式数列
巴斯卡三角形
三色棋
老鼠走迷官(一)
老鼠走迷官(二)
骑士走棋盘
八个皇后
八枚银币
生命游戏
字串核对
双色、三色河内塔
背包问题(Knapsack Problem)
数、运算
蒙地卡罗法求 PI
Eratosthenes筛选求质数
超长整数运算(大数运算)
长 PI
最大公因数、最小公倍数、因式分解
完美数
阿姆斯壮数
最大访客数
中序式转
-
-
0下载:
Here in this sample code, the fibonacci series is dispalyed. The fibonacci series is the set of values which are unique and come in certain sequence i.e. The first two values 0 and 1 are displayed as per initialization, the next successive values are
-
-
0下载:
fibonacci数列进程实现。用子进程计算并用父进程输出-fibonacci sequence process implementation. Calculated and used by the child process the parent process output
-
-
0下载:
这是fibonacci数列。用C语言实现的。好好学习吧。-This is the fibonacci sequence. Implemented using C language. Learn it.
-
-
0下载:
fibonacci sequence in C
-
-
0下载:
用约分实现40以内的Cmn排列组合,并利用排列组合公式实现斐波那契数列的输出。-With about 40 minutes to achieve within Cmn permutations, permutations and combinations and the use of the formula to achieve an output that Fibonacci number Fibonacci sequence.
-
-
0下载:
The Fibonacci sequence is a series where the next term is the sum of pervious two terms. The first two terms of the Fibonacci sequence is 0 followed by 1.
-
-
0下载:
9-2 建立一个一维数组a,并完成以下任务,并输入输出格式参见下图。
(1)以自动生成的斐波那契数列前10项(前两项为1、1)为数组元素赋初值,并输出;
(2)将键盘输入的一个数据插入,并数组元素值仍保持有序;
(3)把数组中相同的数据删除到只剩下一个,并输出;
(4)求出数组所有元素的平均值,并输出;
(5)删除数组中所有低于平均值的那些元素。(9-2 create a one-dimensional array a, and complete the following tasks
-