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

搜索资源列表

  1. java

    0下载:
  2. 判断斐波那契数列在第几项开始,值大于1000 -to decide Fibonacci sequence
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-10
    • 文件大小:1342
    • 提供者:马跃斌
  1. Fibonacci

    0下载:
  2. 斐波那契数列,递归算法,包括全部文件,可以直接使用-Fibonacci series, recursive algorithms, including all files, can be used directly
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:362805
    • 提供者:wc
  1. OS_Fibonacci_thread

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

    • 发布日期:2017-03-28
    • 文件大小:388039
    • 提供者:kuoyrn
  1. IMAGEWATERMARKINGINTHEFIBONACCI-HAARTRANSFORMDOMAI

    0下载:
  2. 研究一种新的变换域水印,基于Fibonacci-Haar变换的图像水印的不可见性和鲁棒性。-investigate the effectiveness of a new transform domain, the Fibonacci-Haar transform in image watermarking with respect to perceptual invisibility and robustness.
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:300285
    • 提供者:丫丫
  1. fibonacci_search

    0下载:
  2. this *.m file is the implementation of fibonacci search that is used for finding gradient vector in optimizaiton algorithm-this*.m file is the implementation of fibonacci search that is used for finding gradient vector in optimizaiton algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:581
    • 提供者:yzb.ufo
  1. FIBO

    0下载:
  2. Fibonacci Series in Assembly Language 8086
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:655
    • 提供者:ujjwal.kanth
  1. Fibonacci

    0下载:
  2. 用三种方法求第N个Fibonacci-用三种方法求第N个Fibonacci......
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:780
    • 提供者:wenwen
  1. fib1

    0下载:
  2. implementing Fibonacci algorithm using fork on Linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:569
    • 提供者:msh2003
  1. Fibonacci

    0下载:
  2. 程序能够接收1~100之间的整数,根据接收的数值,计算其Fibonacci数,在屏幕上输出其值。Fibonacci数列的定义如下: Fib(1)=1 Fib(2)=1 Fib(n)=fib(n-2)+fib(n-1) -Program can receive an integer between 1 to 100, according to the received value, to calculate the Fibonacci number, the screen outp
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:658
    • 提供者:david
  1. dijkstra

    0下载:
  2. 带fibonacci堆的dijkstra最短路。可以编译出供matlab调用的函数。-dijkstra shortest path with fibonacci heap.Can compile a dll for matlab
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:9049
    • 提供者:王晓宁
  1. MATLABoptimization

    19下载:
  2. matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法, Rosen梯度投影法 罚函数法 外点罚函数法 內点罚函数法 混合罚函数法 乘子法 G-N法 修正G-N法 L-M法
  3. 所属分类:matlab例程

    • 发布日期:2013-12-09
    • 文件大小:38442
    • 提供者:百位过
  1. fibonacci

    0下载:
  2. The Fibonacci sequence written in C++. I used DevC to develop, compile and run the code. Project files are included.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:15742
    • 提供者:zhou wan
  1. fibonacciSearch

    0下载:
  2. Optimization: Fibonacci Search using Matlab Spanish Demo
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-05
    • 文件大小:838
    • 提供者:Naly
  1. fibonaccisearch

    0下载:
  2. Fibonacci search method
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2424
    • 提供者:Ishtiaq
  1. fibonacci

    0下载:
  2. fibonacci without recursive methods
  3. 所属分类:Mathimatics-Numerical algorithms

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

    0下载:
  2. 初学VC 几个小程序 求Fibonacci数列的前20项之和-Several small programs seeking beginner VC Fibonacci series and the first 20 of the
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:214506
    • 提供者:nl
  1. Fibonacci

    0下载:
  2. 可以实现大整数斐波那契数列元素的输出,输入元素序号,输出整数-Can achieve large integer Fibonacci sequence elements in the output, input element number, output integer
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:180350
    • 提供者:wmj
  1. Verilogexample

    0下载:
  2. verilog example 1.NAND Latch To Be Simulated.2.A 16-Bit Counter.3.A D-Type Edge-Triggered Flip Flop.4.A Clock For the Counter.5.The Top-Level Module of the Counter.6.The Counter Module Described With Behavioral Statements.7.Top Level of the Fibonacci
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:31195
    • 提供者:vkiy
  1. fibonacci

    0下载:
  2. 此为fibonacci数列问题,已经过调试,编译和运行,请放心使用。-This is a fibonacci series of problems have been debugging, compile and run, please be assured use
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:7900
    • 提供者:chen
  1. Fibonacci

    0下载:
  2. 递归数列,斐波那契数列,详细代码,实例,应用-Fibonacci
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:269034
    • 提供者:贺国睿
« 1 2 3 45 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com