CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - fibonacci

搜索资源列表

  1. feibona

    0下载:
  2. 此程序在VC界面上能够实现斐波那契序列,操作简单,便于读者使用-this procedure in VC interface can be achieved Fibonacci sequence, simple operation and ease of use of the reader
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:33.54kb
    • 提供者:beibei
  1. fib

    0下载:
  2. 定义: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行,每行对应一个答案。
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:788byte
    • 提供者:John
  1. program of the Fibonacci Numbers

    0下载:
  2. program of the Fibonacci Numbers
  3. 所属分类:C#编程

    • 发布日期:2011-03-23
    • 文件大小:575byte
    • 提供者:ybfleon
  1. fib

    0下载:
  2. 此文件夹有两种代码 一为普通方法叠加 得出第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
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:208.64kb
    • 提供者:hocman
  1. 5562455

    0下载:
  2. 1202年,意大利数学家斐波那契出版了他的《算盘全书》,在书中第一次提到了著名的Fibonacci数列,定义如下: 现在你的任务是求出Fibonacci数列的第n项。 -Fibonacci very good!!!!
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:536byte
    • 提供者:zhoukaihua
  1. Fibonacci

    0下载:
  2. 这是一个要C#环境下开发的Fibonacci程序,仅供大家参考,-This is a C# environment to the development of Fibonacci program, only for reference,
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:18.27kb
    • 提供者:
  1. Program

    0下载:
  2. 可以通过按任意键来实现逐个循环显示斐波纳契数组中的数字.-Show you numbers of Fibonacci in a row any time you press any key.
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:742byte
    • 提供者:
  1. feibonawen

    0下载:
  2. 输出斐波纳契级数的前三十项。规律:前两项的值个位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.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:3.43kb
    • 提供者:张慧芳
  1. Fibonacci

    0下载:
  2. 斐波那契数列的代码,仅供参考,用来注册账号用的,不要介意-Fibonacci series code, for reference only, used to register accounts with, do not mind
  3. 所属分类:CSharp

    • 发布日期:2017-11-27
    • 文件大小:1.26kb
    • 提供者:刘芳舟
  1. Fib

    0下载:
  2. 斐波那契数列的测试驱动开发实例,包含测试代码和源代码-The Fibonacci series of test-driven development.
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:5.87kb
    • 提供者:许涛
  1. The-Fibonacci-Numbers

    0下载:
  2. 面向对象程序设计课后习题编程代码斐波那契数字-Object-oriented program design school exercise programming code Fibonacci numbers
  3. 所属分类:CSharp

    • 发布日期:2017-11-24
    • 文件大小:460.6kb
    • 提供者:叶彩兰
  1. Fibonacci

    0下载:
  2. 最基本的C#菲波哪切算法 ,初学者可参考和学习。-Which C# Fibonacci basic cut algorithm, beginners can refer to and learn.
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:21.91kb
    • 提供者:陈成
  1. scientific-cal

    0下载:
  2. 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
  3. 所属分类:CSharp

    • 发布日期:2017-04-23
    • 文件大小:115.92kb
    • 提供者:ojidoh47
  1. fib

    0下载:
  2. 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
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:142.25kb
    • 提供者:Yangyong
  1. Fibonacci

    0下载:
  2. 斐波那契数列,又称黄金分割数列,指的是这样一个数列: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.
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:724byte
    • 提供者:小林
  1. feibonaqishuliesuanfa

    0下载:
  2. 斐波那契数列算法,以队列的形式存储长度为k的斐波那契数列-Fibonacci series algorithm stored in the form of the queue length is k Fibonacci sequence
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:7.37kb
    • 提供者:wanghui
  1. Fibonacci

    0下载:
  2. Fibonacci数列,前40个数。,请大家多多指教. -Fibonacci sequence, the number of the top 40. , Please exhibitions.
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:4.82kb
    • 提供者:我我
  1. homework_2

    0下载:
  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.
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:413.74kb
    • 提供者:yoyo
  1. FibonacciExplore

    0下载:
  2. 对斐波那契数列的算法实现,采用多种方法,使用了多进程,便于学习斐波那契算法。(The Fibonacci sequence algorithm implementation, using a variety of methods, the use of multi-process, easy to learn Fibonacci algorithm.)
  3. 所属分类:C#编程

    • 发布日期:2017-12-17
    • 文件大小:428kb
    • 提供者:jack12
搜珍网 www.dssz.com