CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 斐波那契数列

搜索资源列表

  1. 3-1

    0下载:
  2. 验证求n阶乘和斐波那契数列的递归算法-Verify seek n factorial and Fibonacci series, a recursive algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1056
    • 提供者:张驰
  1. Fibonacci

    0下载:
  2. 可以实现大整数斐波那契数列元素的输出,输入元素序号,输出整数-Can achieve large integer Fibonacci sequence elements in the output, input element number, output integer
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:180350
    • 提供者:wmj
  1. 3.

    0下载:
  2. 这是一个斐波那契数列,完全数和排序用C++编程的源代码,希望共享-This is a Fibonacci sequence, complete number, and sort of programming with C++ source code, want to share
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1111
    • 提供者:马云
  1. 2

    0下载:
  2. 求斐波那契数列,但是操作者要给出最终所要求的数-Demand Fibonacci series, but the operator to give the required number of final
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2353
    • 提供者:长天
  1. Fibonacci

    0下载:
  2. 递归数列,斐波那契数列,详细代码,实例,应用-Fibonacci
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:269034
    • 提供者:贺国睿
  1. Fibonacci

    0下载:
  2. 斐波那契数列1,1,2,3,5,8,13,21……的通项公式,其中a(n+2)= a(n+1)+an 注括号内为下标。-Fibonacci sequence 1,1,2,3,5,8,13,21 ... ... The general formula, where a (n+2) = a (n+1)+ an injection subscr ipt brackets.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:8431
    • 提供者:吕济根
  1. Fibo

    0下载:
  2. 用循环实现斐波那契数列,输入位置,输出数字~~不过不要用太大的位置哟,你的本本会崩溃的~_~-Achieved by circulating Fibonacci series, enter the location, the output figures do not use too much ~ ~ but the location of yo, your books will collapse ~ _ ~
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:501476
    • 提供者:sarah
  1. FIber

    0下载:
  2. 斐波那契数列的C实现方法,大家仔细阅读,好好学习-It is about Fibernasher developed by C program.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:12219
    • 提供者:wulei
  1. Fibonacci

    0下载:
  2. 斐波那契数列的递归和迭代实现,C++语言,-Fibonacci series of recursive and iterative implementation, C++ language,
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:6663
    • 提供者:惊残孤雪
  1. fib

    0下载:
  2. 实现斐波那契数列求和及显示,分别输入要测试的次数,并输入要求和的前几项,屏幕上就能显示要求的和,并给你你要求的次数-Fibonacci series to achieve the sum and show, respectively, enter the number you want to test and enter the first few requirements and on the screen and can display requirements and give you t
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:877158
    • 提供者:sch
  1. 7

    0下载:
  2. 用递归算法进行计算斐波那契数列,这是一种c++程序-Calculation of the Fibonacci series
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1858
    • 提供者:丁剑
  1. 3

    0下载:
  2. 用delphi写的输出斐波那契数列前15项-Delphi write the output with the Fibonacci sequence before the 15
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:209720
    • 提供者:冷风
  1. FIBONACCI

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

    • 发布日期:2017-04-05
    • 文件大小:1699
    • 提供者:陈晓
  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
    • 文件大小:629
    • 提供者:游泳鱼
  1. dxs

    0下载:
  2. 输入一个数据n,计算斐波那契数列(Fibonacci)的第n个值 1 1 2 3 5 8 13 21 34 规律:一个数等于前两个数之和 //计算斐波那契数列(Fibonacci)的第n个值 -Enter a data n, calculate the Fibonacci series (Fibonacci) of the n-th value of 112,358,132,134 law: a number equal to the previous two numbers
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:9929
    • 提供者:胡志明
  1. order

    0下载:
  2. 数据结构,利用循环链表实现斐波那契数列的输出。-data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:166315
    • 提供者:李欣田
  1. fibonacci

    0下载:
  2. 斐波那契数列,实现斐波那契数列的推导和输出,支持整数参数。-fibonacci queue
  3. 所属分类:J2ME

    • 发布日期:2017-05-08
    • 文件大小:2041896
    • 提供者:liudepeng
  1. Fibonacci

    0下载:
  2. 斐波那契数列的演示程序,通过修改源码中m的值可以控制数列的长度-illustrate Fibonacci
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:857227
    • 提供者:Yuki Nagato
  1. fib

    0下载:
  2. CnC 斐波那契数列的例子 在112345这种openmp下不能并行的例子中,看看cnc是如何做到并行的-CnC fib example. In Fibonacci number, openmp cannot do that, see how it works in CnC
  3. 所属分类:MPI

    • 发布日期:2017-04-09
    • 文件大小:1174845
    • 提供者:王川
  1. 01

    0下载:
  2. 利用递归方式的算法计算斐波那契数列各个项数-Recursively the algorithm to calculate the Fibonacci series of various number of items
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:943
    • 提供者:princess36也
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com