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

搜索资源列表

  1. feibulaji

    0下载:
  2. 斐波那契数的实现算法及分析,标准化实验报告样本
  3. 所属分类:WEB源码

    • 发布日期:2014-01-17
    • 文件大小:8.88kb
    • 提供者:kylin
  1. fib

    0下载:
  2. 一个实现计算斐波那契数的汇编程序 含asm文件,课程作业只用
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1.92kb
    • 提供者:Xu
  1. FIBONACCI利用动态规划方法实现求解斐波那契序列

    0下载:
  2. 利用动态规划方法实现求解斐波那契序列,利用数组存储重复使用的中间结果,提供程序运行的效率-Using dynamic programming method to solve the Fibonacci sequence
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-03-24
    • 文件大小:165.1kb
    • 提供者:sj
  1. thread_pool

    0下载:
  2. 线程池调用实例—求斐波那契数(vs实现)-Examples of the thread pool to call- for Fibonacci (vs2005 )
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:20.41kb
    • 提供者:maxwell
  1. fib

    0下载:
  2. 此文件夹有两种代码 一为普通方法叠加 得出第n个斐波那契数 另一个用递归的方式得出-This folder there are two kinds of code to a draw for the general method of superposition of the first n-Fibonacci another way to draw recursive
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:208.64kb
    • 提供者:hocman
  1. ALGORITHM

    0下载:
  2. 用多种方法计算斐波那契数,有矩阵算法,递归算法等。-yeah ,it is really good!!!
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1.33kb
    • 提供者:梁光
  1. fib

    0下载:
  2. 用递归的方法求斐波那契数的第24项(N=24),并将结果用十进制显示出来-With a recursive method to solve the Fibonacci section 24 (N = 24), and the results are displayed in decimal
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:1.11kb
    • 提供者:姚某某
  1. Fibonacci

    0下载:
  2. 斐波那契数的三种方法性能比较,分别是矩阵法,自底向上法和直接递归法-three fibonacci methods
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1.05kb
    • 提供者:宋晓晖
  1. Fibonacci

    0下载:
  2. 计算通过3种方法计算高位,斐波那契数,简洁明了。逐项递归法,对分递归法和公式计算法-Calculated by three methods calculating high, Fibonacci numbers, concise. One by one recursion, recursive methods and formulas for points calculation
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:44.54kb
    • 提供者:lq
  1. Fibonacci-Numbers

    0下载:
  2. 四种方式求斐波那契数,矩阵法、递归、迭代、公式-compute Fibonacci in four ways
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:242.2kb
    • 提供者:刁玉洁
  1. fibonacci

    0下载:
  2. 实现大整数或超大整数斐波那契数的输出(使用类和大整数加法实现).-Easily print the big Fibonacci numbers.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:2.24mb
    • 提供者:Aquarius
  1. Dynamic-Fibonacci

    0下载:
  2. 动态规划计算斐波那契数(后一个数等于前面两个数的和)1,1,2,3,5,8,13,21,34,55,89,144…… -Dynamic programming computes Fibonacci numbers (after a number equal to the previous two numbers) 1,1,2,3,5,8,13,21,34,55,89,144 ......
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:1.21mb
    • 提供者:徐勤劼
  1. feibonaqishulie

    0下载:
  2. 求出1000以内的斐波那契数的java小程序-Obtained within the 1000 Fibonacci numbers java applet
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:3.66kb
    • 提供者:李冰
  1. C_classical_src

    0下载:
  2. 平常练习的一些程序,比较基础,包括求斐波那契数、完数-Some of the usual practice procedures, more infrastructure, including seeking Fibonacci numbers, number, etc. End
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2.83kb
    • 提供者:李强
  1. fibonacci-Packing

    0下载:
  2. 斐波那契装箱问题:给出以连续的前N个斐波那契数为边长的正方形,需要把他们装在一个长方形中,不允许有任何空隙,然后输出矩形的大小和每个正方形的左上角坐标,任意一个即可-Fibonacci packing problem: given a continuous first N Fibonacci side length of the square, they need to be installed in a rectangle, not allowed to have any gaps, then
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:227.95kb
    • 提供者:junshow
  1. fib递归

    0下载:
  2. 利用递归求得第m项的斐波那契数并输出m的值(The item M and m using recursive Fibonacci number output value)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:40kb
    • 提供者:biubiubiuzpl
  1. 斐波那契数

    0下载:
  2. 斐波那契数,能够求1-n的斐波那契数列以及时间,通过输入一个数值n,即可从1-n输出数列和所需时间。(Fibonacci, can 1-N the Fibonacci sequence and time, through a numerical input n can be output from the 1-n sequence and the time required.)
  3. 所属分类:其他

  1. 斐波那契数列

    0下载:
  2. 能够实现斐波那契数列,阿特姆郎数和汉诺塔游戏步骤的产生,用PYTHON语言编写,简介实用(Which can realize the Fibonacci sequence)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:1kb
    • 提供者:ty1148456099
  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
    • 文件大小:1kb
    • 提供者:505爱夏
  1. fib.asm

    0下载:
  2. 输入两个数a、b,程序将会输出a、b之间(包括a、b)的斐波纳契数(Fibonacci by NASM with two inputs)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:2kb
    • 提供者:1232da
« 12 3 »
搜珍网 www.dssz.com