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

搜索资源列表

  1. Fibonacci

    0下载:
  2. 对于斐波那契数列进行运算的一个控制台应用程序,完美解决了斐波那契数列运算的结果。输入任意数字即显示对应运算结果-For Fibonacci column a console application operations, the perfect solution Fibonacci result that the number of columns lease operations. Enter any number corresponding to the calculation result
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:39336
    • 提供者:Todd
  1. feibonaqie

    0下载:
  2. 数据结构中,k阶斐波那契数列的实现,代码功能完整,测试没有问题。-The data structure, the realization of k order Fibonacci sequence, the code function complete, test no problem.
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:178475
    • 提供者:赵无
  1. The-Fibonacci-sequence

    0下载:
  2. 输入一个数字N,可以显示出斐波那契数列前N项的和,C++代码-Input a number 1 to n, then output the sum of the former n unmbers in The Fibonacci sequence
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1983
    • 提供者:徐希浩
  1. Fabonacci

    0下载:
  2. 用C#编写的计算斐波那契数列的简单代码,用的控制台程序-fabonacci
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:41036
    • 提供者:sc
  1. Fibonacci

    0下载:
  2. 关于斐波那契数列的几种计算方法,在JSP中的进行实现的是小于100的计算。-About several calculation methods of the Fibonacci sequence, implemented in JSP is less than 100.
  3. 所属分类:Jsp/Servlet

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

    0下载:
  2. 用C语言实现的斐波那契数列,可以输入数字,产生相应阶的斐波那契数列。-Using C language implementation of the Fibonacci sequence, you can enter the number, generates the corresponding order Fibonacci sequence.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:425118
    • 提供者:jiyameng
  1. devide-the-chocolate

    0下载:
  2. 儿童节快到了,班长想要给班上的每个同学给一个巧克力,巧克力的形状是一个宽为2,长为n的长方形,由于巧克力太贵,班长就想把这个大块的巧克力分成许多 1*2(宽*长)的小块巧克力,这样每个人都能得到一份1*2的巧克力,现在给定巧克力的长为正整数n(1<=n<=91),请你判断对于这个2*n的巧克力有多少种不同的分法? 这道题考察的是斐波那契数列。-Children' s Day is coming, the squad leader wanted to give each
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:174216
    • 提供者:雅盈
  1. fac

    0下载:
  2. 用约分实现40以内的Cmn排列组合,并利用排列组合公式实现斐波那契数列的输出。-With about 40 minutes to achieve within Cmn permutations, permutations and combinations and the use of the formula to achieve an output that Fibonacci number Fibonacci sequence.
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1106
    • 提供者:陈林
  1. Fibonacci

    0下载:
  2. C++实现的关于斐波那契数列的求和问题。-about Fibonacci
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:168514
    • 提供者:jiji
  1. fibonacci

    0下载:
  2. 斐波那契数列,可在区间内输出区间内的斐波那契数列。-It is a fibonacci series.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:4954
    • 提供者:Paul
  1. lab02

    0下载:
  2. f(n)=f(n-1)+f(n-2) f(0)=f(1)=1,求斐波那契数列第20项,分别用循环和递归的方式,比较时间效率。提示:可以使用c函数clock取出当前系统时间,计算前后各一次,两次相减除以每秒的时钟数,就可以得到以秒为单位的差距-f (n) = f (n-1)+ f (n-2) f (0) = f (1) = 1, Item 20 seeking Fibonacci number Fibonacci sequence that were circulating and recursi
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:2542987
    • 提供者:龙晓聪
  1. 12101

    0下载:
  2. 斐波那契数列通项公式,最简单的一种写法,谨献给VB初学者。-Fibonacci Sequence formula, the easiest way to write, I would like to dedicate VB beginners.
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1268
    • 提供者:pang368241
  1. 13100

    0下载:
  2. 斐波那契数列的前N项和,最简单的一种写法,谨献给VB初学者。-The first N Fibonacci series, the easiest way to write, I would like to dedicate VB beginners.
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:1268
    • 提供者:pa00628
  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. 所属分类:Java Develop

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

    0下载:
  2. 通过模板类,获取斐波那契数列任意位的数,还可以修改成任意数列的类-By the template class, gets the Fibonacci sequence any number of bits can also be modified into an arbitrary sequence of classes
  3. 所属分类:Applications

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

    0下载:
  2. 该程序实现了经典的斐波那契数列的功能,欢迎学习-fabonacci numbers
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:151655
    • 提供者:
  1. fib32.asm

    0下载:
  2. 用汇编语言实现斐波那契数列,具体要求:系统请求输入一个正整数,用户输入需要显示的项的个数,回车键结束输入;显示指定数目的斐波那契数列项,要求各个项用空格隔开,并用不同颜色显示(不限制颜色的种类、数目)。-Assembly language Fibonacci number, specific requirements: system requests to enter a positive integer, the number of items a user input to be displ
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2061
    • 提供者:mj
  1. Classical-C--program

    0下载:
  2. 斐波那契数列、选择法排序、磁盘文件操作等C语言经典算法。-Fibonacci number, Sorting, disk file operations and other C language classical algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:12327
    • 提供者:ShenHua
  1. Getting-Algorithm-18

    0下载:
  2. 任意次方后的最后 计算某日是该年的第几天 婚礼上的谎言 18 实例016 百元买百鸡 19 实例017 打渔晒网问题 20 实例018 判断三角形的类型 22 实例019 直接插入排序 23 实例020 希尔排序 25 实例021 冒泡排序 26 实例022 快速排序 27 实例023 选择排序 28 实例024 归并排序 29 实例025 二分查找 31 实例026 分块查找 32 实例027 哈希查找 34 实例028 斐波那契数列 37
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:10702
    • 提供者:王尼玛
  1. lab1

    1下载:
  2. 用NASM汇编语言实现不同颜色的斐波那契数列输出-Fibonacci sequence
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-04
    • 文件大小:390589
    • 提供者:FrankHuang
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com