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

搜索资源列表

  1. 1029-Rabbit

    0下载:
  2. 中大oj(Sicily)1029的题目。这道题目主要是看清递归关系式而编即可。注意处理精度。本程序利用四位进位处理精度。-Problem The rabbits have powerful reproduction ability. One pair of adult rabbits can give birth to one pair of kid rabbits every month. And after m months, the kid rabbits can become adu
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:1088
    • 提供者:冰淇淋
  1. how_many_fibs

    0下载:
  2. Recall the definition of the Fibonacci numbers: f1 := 1 f2 := 2 fn := fn-1 + fn-2 (n>=3) Given two numbers a and b, calculate how many Fibonacci numbers are in the range [a,b]. -Recall the definition of the Fibonacci numbers:
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-22
    • 文件大小:14217
    • 提供者:k
  1. yuandai

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

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

    2下载:
  2. 1.编写递归函数计算Fibonacci数列,能避免重复计算 输入:input.txt,仅包含一个整数n(0-90) 输出:程序应能检查输入合法性,若有错误,输出错误提示“WRONG”;否则输出F(n)。两种情况都输出一个回车(形成一个空行)。所有实例均应在30秒内输出结果。 提示:可用一数组保存Fibonacci数列,用一个特殊值表示还未计算出Fibonacci数,递归调用前先检查数组,若已计算,直接取用,不进行递归调用;若未计算,调用递归函数,计算完成后保存入数组。实际上,这
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-09
    • 文件大小:690
    • 提供者:张蕊
  1. lab_1

    0下载:
  2. 斐波那契数列计算,并计算每次执行斐波那契数列函数的执行时间,有递归和非递归两种算法,可以比较二者的执行效率。-Fibonacci number calculation and calculate the execution time of each Fibonacci series of executive function, there are two kinds of recursive and non-recursive algorithm can compare the efficien
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-23
    • 文件大小:228406
    • 提供者:smiliy777
  1. Desktop

    0下载:
  2. 斐波那契数是0、1、1、2、3、5、8、13、21,用递归方法可以定义为F0=0,F1=1,Fn=F(n-1)+F(n-2)(n>=2,n∈N*),此程序作用为算出第n个斐波那契数的数值并输出(Calculate the n value and output Fibonacci number)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:505爱夏
搜珍网 www.dssz.com