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

搜索资源列表

  1. Fibonacci-retracement

    0下载:
  2. 选择椭圆选框工具(M)然后在分割线上面画出一个椭圆-Both of these elements (rules and background colors) can be especially useful for drawing attention to the primary call to action of a form
  3. 所属分类:LabView

    • 发布日期:2017-05-05
    • 文件大小:13302
    • 提供者:李东
  1. fibonaccicode

    0下载:
  2. verilog code for fibonacci codes
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-04
    • 文件大小:5498
    • 提供者:rajesh
  1. lab1

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

    • 发布日期:2017-05-04
    • 文件大小:390589
    • 提供者:FrankHuang
  1. fibo2

    4下载:
  2. 使用Logisim搭建一个根据输入序号x计算对应序号斐波那契数fib[x]的电路(输入序号0对应输出数0,输入序号1对应输出数1,输入序号2对应输出数1,以此类推)并提交。64个周期就能计算出32位无符号整数能表示的最大数位置上的斐波那契数的(最后32bit)-Use Logisim to construct a circuit that calculates the corresponding serial number fib [x] based on the input serial nu
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:4429
    • 提供者:小猪猪猪
  1. AVLTree

    0下载:
  2. 数据结构,平衡二叉树 平衡二叉树(Balanced Binary Tree)又被称为AVL树(有别于AVL算法),且具有以下性质:它是一 棵空树或它的左右两个子树的高度差的绝对值不超过1,并且左右两个子树都是一棵平衡二叉树。构造与调整方法 平衡二叉树的常用算法有红黑树、AVL、Treap等。 最小二叉平衡树的节点的公式如下 F(n) F(n-1)+F(n-2)+1 这个类似于一个递归的数列,可以参考Fibonacci(斐波那契)数列,1是根节点,F(n-1)是左子树的节点数量,F(n-2)是
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2560
    • 提供者:olivia
  1. RAM

    0下载:
  2. 用verilog实现了IP核的使用,例化了一个RAM,用来进行读写操作,另外还编写了斐波那契数列来进行测试。-Using verilog to achieve the use of IP core, the instantiation of a RAM, used to read and write operations, in addition to the preparation of the Fibonacci sequence for testing.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:2607
    • 提供者:east
  1. DihotomiGoldenRatioFibonacci

    0下载:
  2. Implemented methods are: Bisection method The method of the golden section Fibonacci method Development Environment Visual Studio 2010. no comments C / C ++ | Windows NT / 2000 / XP / Vista / 7
  3. 所属分类:LabView

    • 发布日期:2017-05-05
    • 文件大小:8844
    • 提供者:????????
  1. lanqiaoshiti

    0下载:
  2. 蓝桥训练试题,其中包括fibonacci求和,求1+2+3+......+n!的和,c++的下一序列-Blue bridge training examination questions, including the Fibonacci summation, 1+ 2+ 3+......+ n!And, the next sequence of c++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2379
    • 提供者:深深
  1. shu

    0下载:
  2. 易语言斐波那契数列演示源码例程程序根据斐波那契数列原理,演示了斐波那契数列值的计算过程。 -Easy language source code routines demo program according to Fibonacci Fibonacci principle, the calculation process of the Fibonacci sequence value demonstration.
  3. 所属分类:ELanguage

    • 发布日期:2017-04-13
    • 文件大小:1980
    • 提供者:zcwl
  1. FABINACCIA

    0下载:
  2. 斐波那契数列求解十分有用,对学生了解斐波那契数列编程过程十分有用-The Fibonacci sequence to solve is very useful,For students to understand the Fibonacci sequence programming process can be useful
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:2666254
    • 提供者:白客
  1. cPPsum

    0下载:
  2. 利用CPP来进行斐波那契数列的计算,可以更好的理解菲波那切数列-Using CPP for the calculation of the Fibonacci sequence, can a better understanding of fe wave that cut sequence
  3. 所属分类:Other systems

    • 发布日期:2017-12-17
    • 文件大小:2048
    • 提供者:刘风
  1. Stack-and-queue-simple-Test

    0下载:
  2. 实现数据结构中关于栈与队列的基础内容,栈的内容包括顺序栈、链式栈、用栈实现斐波那契函数以及两个栈实现共享空间,队列内容包括顺序队列、链式队列-Implementation of the data structure on the stack and the contents of the queue, the contents of the stack, including the stack, chain stack, with the stack to achieve Fibonacci f
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-13
    • 文件大小:7636
    • 提供者:yang
  1. funct

    0下载:
  2. 斐波那契数列的matlab实现,比较有用,注册会员需要-Fibonacci number of matlab implementation, more useful, registered members need
  3. 所属分类:matlab

    • 发布日期:2017-12-14
    • 文件大小:10240
    • 提供者:guoluo
  1. 非线性规划三种方法matlab代码

    1下载:
  2. 使用matlab语言编写非线性规划中黄金分割法、斐波那契法和牛顿法,可以使用这三种方法求解(The use of MATLAB language gold in nonlinear programming segmentation method, Fibonacci method and Newton method, these three methods can be used to solve)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:come vanet!
  1. FIB

    0下载:
  2. 通过Linux多线程实现斐波那契数列,适合Linux编程入门者。(The realization of multi-threaded Linux Fibonacci sequence)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:光谷华
  1. JenisJenisBilangan

    0下载:
  2. Fibonacci, Hexagonal, Pentagonal, Square and Triangular Number
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:Pane
  1. 输出斐波那契数列前 n项

    0下载:
  2. 通过输入数值n,输出斐波那契数列前 n项(Through the numerical input n, output Fibonacci numbers before the n)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:6144
    • 提供者:yanyanyan
  1. FibonacciExplore

    0下载:
  2. 对斐波那契数列的算法实现,采用多种方法,使用了多进程,便于学习斐波那契算法。(The Fibonacci sequence algorithm implementation, using a variety of methods, the use of multi-process, easy to learn Fibonacci algorithm.)
  3. 所属分类:C#编程

    • 发布日期:2017-12-17
    • 文件大小:438272
    • 提供者:jack12
  1. AudioWatermarkingBasedonFibonacciNumbers

    0下载:
  2. 音频水印基于斐波那契数列,IEEE transacions on audio(Audio watermarking based on Fibonacci sequence)
  3. 所属分类:Audio

    • 发布日期:2017-12-13
    • 文件大小:1413830
    • 提供者:Kejiang
  1. Desktop

    0下载:
  2. Help you to find Fibonacci series in MATLAB.
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:6144
    • 提供者:Chintu297
« 1 2 ... 24 25 26 27 28 2930 31 32 »
搜珍网 www.dssz.com