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

搜索资源列表

  1. fibonacci系列打印

    0下载:
  2. 该程序是一个有关fibonacci数列的打印问题 其中的一个功能是能修改生长周期 虽然很简单但不是每个人都会做的哟-that the procedure was a Fibonacci series, the printing problem which is a function of the growth cycle would amend Although very simple but not everyone will do yo
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2.1kb
    • 提供者:浪漫天使
  1. Fibonaccisequence

    0下载:
  2. 个函数的功能是构建一个 n 项的菲波那契数列-A function of its functions is to build a n of the Fibonacci series
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:586byte
    • 提供者:李哲
  1. BigInt_DoubleList-Fibonacci

    0下载:
  2. 本程序用来计算Fibonacci数列中任意一个位置的Fibonacci数-This procedure used to calculate the Fibonacci series in an arbitrary location Fibonacci number
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:149.04kb
    • 提供者:武鹏
  1. Fibonacci

    0下载:
  2. 用3种不同的计算方法求Fibonacci数列的第n项,c++语言编写-With 3 different calculation method, to calculate Fibonacci series, the first n items, c++ language
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:846.74kb
    • 提供者:梦竹2008
  1. Fibonacci

    0下载:
  2. 初学VC 几个小程序 求Fibonacci数列的前20项之和-Several small programs seeking beginner VC Fibonacci series and the first 20 of the
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:209.48kb
    • 提供者:nl
  1. Fibonacci

    0下载:
  2. 使用Fibonacci数列演示递归。每一步都输出,很方便-Recursive Fibonacci series using the demo. Output of each step, it is easy ~ ~
  3. 所属分类:Other windows programs

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

    0下载:
  2. I am trying to write a program that uses a for loop to output the Fibonacci series to the number inputted. I have put the program I have so far, but am having trouble with getting the sum of all the terms Here are some examples of what the outpu
  3. 所属分类:Windows Develop

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

    0下载:
  2. 将斐波那契数列表示出来,并将产生的数列进行分析操作,源代码-Fibonacci series, the source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1.66kb
    • 提供者:陈晓
  1. fpnq

    0下载:
  2. 斐波那契数列,输入一个数字n,输出斐波那契数列中大于等于n的第一个数字,并指明该数字是第几个数字。 例如输入数字10;应该指出斐波那契数列中大于等于n的第一个数字为13,该数字在数列中为第7个数字-Fibonacci series, enter a number n, the output in the Fibonacci series is equal to n is greater than the first number, and indicate the number is the
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:629byte
    • 提供者:游泳鱼
  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. yuandai

    0下载:
  2. mp3解析,斐波那契数列,计算单词数,计算器,内存-mp3 resolution, the Fibonacci series, calculate the number of words, calculators, memory
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:2.7kb
    • 提供者:wudi
  1. Fib

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

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

    0下载:
  2. 本个小程序可实现斐波那契数列的计算,简短而精炼。-This small program can achieve the calculation of the Fibonacci series, a brief and concise.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-09
    • 文件大小:1.1kb
    • 提供者:蒋侠
  1. digui-Fibonacci

    0下载:
  2. 6、 计算Fibonacci级数 fib(1) = fib(2) = 1 fib(n) = fib(n-1) + fib(n-2) 分别编写递归和非递归的C++程序完成以下功能: (1) 提示用户输入整数n; (2) fib(n),并输出结果。 -Ppls fib (n-2) 6, calculated Fibonacci series fib (1) = fib (2) = 1 fib (n) = fib (n-1) to write recursive and non
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:522byte
    • 提供者:
  1. exp1

    0下载:
  2. 用内联函数编写Fibonacci级数,使用if语句判断函数的出口,在程序中用cout语句输出提示信息,Fibonacci级数的公式为:-Write Fibonacci series inline functions, use the if statement to determine the function of the export cout statement in the program with the output message, the Fibonacci series of f
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:995byte
    • 提供者:qiujuqing
  1. Fibonacci-sequence

    0下载:
  2. 递归调用产生斐波那契数列和循环产生斐波那契数列的效率的比对,输入要产生的斐波那契数列的位数-Recursive call produces Fibonacci sequence and cycling Fibonacci series comparing the efficiency of input to generate Fibonacci sequence of digits
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:649byte
    • 提供者:风格还是
  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. fibonacci

    1下载:
  2. 求斐波那契数列中第n个数,斐波那契数,亦称之为斐波那契数列(意大利语: Successione di Fibonacci),又称黄金分割数列、费波那西数列、费波拿契数、费氏数列, 指的是这样一个数列:0、1、1、2、3、5、8、13、21、…… 在数学上,斐波纳契数列以如下被以递归的方法定义:F0=0,F1=1,Fn=F(n-1)+F(n-2)(n>=2,n∈N*), 用文字来说,就是斐波那契数列列由 0 和 1 开始,之后的斐波那契数列系数就由之前的两数相加。-N in th
  3. 所属分类:.net

    • 发布日期:2017-04-02
    • 文件大小:1020byte
    • 提供者:tzl
  1. Fibonaccisequence

    0下载:
  2. 个函数的功能是构建一个 n 项的菲波那契数列-A function of its functions is to build a n of the Fibonacci series
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-12
    • 文件大小:627byte
    • 提供者:pu51739
  1. 1Fibonacci

    0下载:
  2. 这个程序的作用是由用户输入一个值作为fibonacci数列的参数,然后程序自动计算出其结果,打印至屏幕。(The function of this program is that the user inputs a value as the parameter of the Fibonacci series, then the program automatically calculates the result and prints it to the screen.)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:11kb
    • 提供者:婧熙慜赟
« 12 3 »
搜珍网 www.dssz.com