搜索资源列表

  1. feibulaji

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

    • 发布日期:2008-10-13
    • 文件大小:9093
    • 提供者:kylin
  1. fib

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

    • 发布日期:2008-10-13
    • 文件大小:1966
    • 提供者:Xu
  1. feibulaji

    0下载:
  2. 斐波那契数的实现算法及分析,标准化实验报告样本-Fibonacci realization algorithm and analysis of standardized test samples report
  3. 所属分类:文档资料

    • 发布日期:2024-05-16
    • 文件大小:9216
    • 提供者:kylin
  1. fib

    0下载:
  2. 一个实现计算斐波那契数的汇编程序 含asm文件,课程作业只用-The realization of the calculation of a Fibonacci containing the assembler asm file, coursework only
  3. 所属分类:汇编语言

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:Xu
  1. thread_pool

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

    • 发布日期:2024-05-16
    • 文件大小:20480
    • 提供者: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. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:214016
    • 提供者:hocman
  1. ALGORITHM

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

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:梁光
  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. 所属分类:汇编语言

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:姚某某
  1. Fibonacci

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

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:宋晓晖
  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. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:46080
    • 提供者:lq
  1. Fibonacci-Numbers

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

    • 发布日期:2024-05-16
    • 文件大小:247808
    • 提供者:刁玉洁
  1. fibonacci

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

    • 发布日期:2024-05-16
    • 文件大小:2350080
    • 提供者: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. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:1265664
    • 提供者:徐勤劼
  1. feibonaqishulie

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

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:李冰
  1. C_classical_src

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

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:李强
  1. fib递归

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

    • 发布日期:2024-05-16
    • 文件大小:40960
    • 提供者: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. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者: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. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:505爱夏
  1. fib.asm

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

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:1232da
« 12 3 »

源码中国 www.ymcn.org