搜索资源列表
feibona
- 此程序在VC界面上能够实现斐波那契序列,操作简单,便于读者使用-this procedure in VC interface can be achieved Fibonacci sequence, simple operation and ease of use of the reader
fib
- 定义:f0=f1=1, fn=fn-1+fn-2(n>=2)。{fi}称为Fibonacci数列。 输入n,求fn mod q。其中1<=q<=30000。 Input format: 第一行一个数T(1<=T<=10000)。 以下T行,每行两个数,n,q(n<=109, 1<=q<=30000)、 Output format: 文件包含T行,每行对应一个答案。
program of the Fibonacci Numbers
- program of the Fibonacci Numbers
fib
- 此文件夹有两种代码 一为普通方法叠加 得出第n个斐波那契数 另一个用递归的方式得出-This folder there are two kinds of code to a draw for the general method of superposition of the first n-Fibonacci another way to draw recursive
5562455
- 1202年,意大利数学家斐波那契出版了他的《算盘全书》,在书中第一次提到了著名的Fibonacci数列,定义如下: 现在你的任务是求出Fibonacci数列的第n项。 -Fibonacci very good!!!!
Fibonacci
- 这是一个要C#环境下开发的Fibonacci程序,仅供大家参考,-This is a C# environment to the development of Fibonacci program, only for reference,
Program
- 可以通过按任意键来实现逐个循环显示斐波纳契数组中的数字.-Show you numbers of Fibonacci in a row any time you press any key.
feibonawen
- 输出斐波纳契级数的前三十项。规律:前两项的值个位1,从第三项起,每一项都是前两项的和。-Output the Fibonacci series of three ten. Law: the first two values bit 1 from the third, and of each of the first two.
Fibonacci
- 斐波那契数列的代码,仅供参考,用来注册账号用的,不要介意-Fibonacci series code, for reference only, used to register accounts with, do not mind
Fib
- 斐波那契数列的测试驱动开发实例,包含测试代码和源代码-The Fibonacci series of test-driven development.
The-Fibonacci-Numbers
- 面向对象程序设计课后习题编程代码斐波那契数字-Object-oriented program design school exercise programming code Fibonacci numbers
Fibonacci
- 最基本的C#菲波哪切算法 ,初学者可参考和学习。-Which C# Fibonacci basic cut algorithm, beginners can refer to and learn.
scientific-cal
- This a scientific calculator that calculates fibonacci modulo factorial sin cos tan.. you are also able to change the background color and color of the buttons-This is a scientific calculator that calculates fibonacci modulo factorial sin cos tan.. y
fib
- Write a recursive function to obtain the first 25 numbers of a Fibonacci sequence. In a Fibonacci sequence the sum of two successive terms gives the third term. Following are the first few terms of the Fibonacci sequence: 1 1 2 3 5 8 13 21 34 5
Fibonacci
- 斐波那契数列,又称黄金分割数列,指的是这样一个数列:0、1 、2、3、5、8、13、21、-In mathematics, the Fibonacci numbers or Fibonacci series or Fibonacci sequence are the numbers in the following integer sequence.
feibonaqishuliesuanfa
- 斐波那契数列算法,以队列的形式存储长度为k的斐波那契数列-Fibonacci series algorithm stored in the form of the queue length is k Fibonacci sequence
Fibonacci
- Fibonacci数列,前40个数。,请大家多多指教. -Fibonacci sequence, the number of the top 40. , Please exhibitions.
homework_2
- 斐波那契序列的c++程序,运行后可以根据指令输出在斐波那契序列的形状。-The Fibonacci sequence of c++ programs, after the operation can be output according to the instructions in the shape of the Fibonacci sequence.
FibonacciExplore
- 对斐波那契数列的算法实现,采用多种方法,使用了多进程,便于学习斐波那契算法。(The Fibonacci sequence algorithm implementation, using a variety of methods, the use of multi-process, easy to learn Fibonacci algorithm.)
