CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 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. Fibonacci

    0下载:
  2. 验证Fibonacci数列与黄金分割的关系-certification Fibonacci series and the relationship between 0.618
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:19.05kb
    • 提供者:Sigum
  1. fibonaqi

    0下载:
  2. Fibonacci数列是一种特殊的数列,数列的第一项、第二项的值为1,从数列的第三项开始,每一项的值都等于数列前两项值的和。本题就是编程求解Fibonacci数列第n项的值,并在屏幕上显示出来。-Fibonacci series is a special series, the first series of items, the second of the value of a, series from the third, each have a value equal to the ser
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:888byte
    • 提供者:fisherman
  1. c_Fibonacci

    0下载:
  2. 数据结构的生成Fibonacci数列和下三角的例子-data structure formation and the Fibonacci series of examples under 1.30
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:32.34kb
    • 提供者:qzhirong
  1. fibonacci

    0下载:
  2. 此程序实现了利用矩阵连乘方法求fibonacci数列,文档里面包含我的求解思路-This program implements the use of matrix multiplication method for solving even the fibonacci series
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.11kb
    • 提供者:wwb
  1. fibonacci

    0下载:
  2. 计算Fibonacci数列,用户输入第N项,得到该项的数值-Calculate the Fibonacci series, users enter the N to obtain the numerical
  3. 所属分类:Algorithm

    • 发布日期:2017-11-24
    • 文件大小:307.22kb
    • 提供者:legend
  1. feibonaqieshulie

    0下载:
  2. 用递归算法设计实现的斐波那锲数列,有些地方可能不太完善-Design and Implementation of recursive algorithm using the Fibonacci series Qie, some places may not be perfect
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:6.8kb
    • 提供者:liu
  1. sy1

    0下载:
  2. 使用如下所谓的简单变量“数据平移”方法来求出Fibonacci数列的第n项(的具体项值)并显示在屏幕上(正整数n通过键盘输入):说明变量old1=1,old2=1,newItem;新的Fibonacci项newItem总是“距它最近”的前两项(old1与old2)的累加和。而后通过“old1=old2 old2=newItem ”进行所谓的“数据平移”。接着计算另一个新的Fibonacci项newItem,依次循环,直到求出数列的第n项时为止。-Use the following so-call
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:5.21kb
    • 提供者:mwy
  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. Fibonacci

    0下载:
  2. 如何解决Fibonacci数列问题的源代码-How to solve the problem of Fibonacci series of source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:931byte
    • 提供者:kent
  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. thinkpad

    0下载:
  2. 本人原创的一个人和电脑互取苹果的游戏程序,核心是Fibonacci数列,供学习c/c++和数据结构的新手学习,以增强学习兴趣和热情。-I have an original and Apple computers and take the game procedures, the core is the Fibonacci series for learning c/c++ and data structure of new learning, to enhance the interest an
  3. 所属分类:Data structs

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

    0下载:
  2. fibonacci series generation
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:378.94kb
    • 提供者:kuoyrn
  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. The fibonacci series is one of the most important series ever found. This series have introduces many new concepts and ideas. Asked to every student to amplify the ideology of coders, this code provides optimum solution to the series.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:639byte
    • 提供者:kerry.tina
  1. Fibonacci-Sequence

    0下载:
  2. 利用递归算法计算斐波那契数列的n项的值,-Recursive algorithm to calculate the Fibonacci series, the value of n items
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3.47mb
    • 提供者:laoduantou
  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. Fibonacci-series

    0下载:
  2. 斐波那契数列 递归调用,主要用于了解递归用法-The Fibonacci series recursive calls, mainly used to understand recursion usage
  3. 所属分类:Algorithm

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

    0下载:
  2. The fibonacci series in C
  3. 所属分类:Algorithm

    • 发布日期:2017-12-10
    • 文件大小:212.26kb
    • 提供者:qwertz
  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 4 5 »
搜珍网 www.dssz.com