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

搜索资源列表

  1. 单变量寻优

    0下载:
  2. 单变量寻优基本算法的原码,包括区间取半法,0。618法、FIB法,牛顿法、二次逼近法、三次逼近法。-single - variable optimization algorithm of the original code, including the semi-admission interval, 0. 618, FIB, Newton, quadratic approximation, three approximation.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3309
    • 提供者:陈镇静
  1. fib序列

    0下载:
  2. 数据结构算法:使用循环队列,K阶斐波那契数列的一种算法实现。-algorithm data structure : the use of recycled cohort, K bands Fibonacci series, a method.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9036
    • 提供者:ch.nan
  1. iik

    0下载:
  2. fib编程-fib programming
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9768
    • 提供者:任晓峰
  1. fib

    0下载:
  2. 定义:f0=f1=1, fn=fn-1+fn-2(n>=2)。{fi}称为Fibonacci数列。 输入n,求fn mod q。其中1<=q<=30000。 Input format: 第一行一个数T(1<=T<=10000)。 以下T行,每行两个数,n,q(n<=109, 1<=q<=30000)、 Output format: 文件包含T行,每行对应一个答案。
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:788
    • 提供者:John
  1. driverdev_src5

    0下载:
  2. Welcome to the fifth installment of the driver development series. The title of this article is a little bit misleading. Yes, we will be writing a TDI Client for demonstration purposes however that is not the main goal of this tutorial. The main goal
  3. 所属分类:系统编程

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

    0下载:
  2. 模式匹配生成数组菲波那齐数列求职求值进制转换使十进制转二进制
  3. 所属分类:其它

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

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

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

    0下载:
  2. 利用矩阵乘法和二进制快速计算菲波拉契数列第n项
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. 数据结构中的非波那起序列-data structure of the non-wave sequence since then
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5884
    • 提供者:刘海
  1. 求菲波那契函数FIB(N)-(N from 1 to 24)

    0下载:
  2. 用汇编语言,并且递归求菲波那契函数FIB(N)---(N from 1 to 24) (huangyujie)-assembly language, and for recursive function Fibonacci FIB (N )---( N from 1 to 24) (huangyujie)
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1211
    • 提供者:黄裕杰
  1. 微纳加工技术/

    0下载:
  2. 微米纳米加工技术—自顶向下 表面加工技术 (Surface Micromachining) 体硅加工技术 (Bulk Micromachining) LIGA (X射线曝光、微电铸、微铸塑) 电火花微加工技术 (Discharging) 激光微加工技术 (Laser micromachining) 电子束微加工技术 (E-Beam micromachining) 聚焦离子束(FIB, Focus ion beam)
  3. 所属分类:技术管理

    • 发布日期:2012-06-14
    • 文件大小:54825765
    • 提供者:feiyanglydia
  1. fib

    0下载:
  2. 汇编语言球斐波那契数列和。汇编语言程序设计-Assembly Language ball Fibonacci series and
  3. 所属分类:assembly language

    • 发布日期:2017-03-26
    • 文件大小:1695
    • 提供者:JQ
  1. shiyan1

    0下载:
  2. 编程序,使用如下所谓的简单变量“数据平移”方法来求出Fibonacci数列的第n项(的具体项值)并显示在屏幕上(正整数n通过键盘输入):说明变量old1=1,old2=1,newItem;新的Fibonacci项newItem总是“距它最近”的前两项(old1与old2)的累加和。而后通过“old1=old2 old2=newItem ”进行所谓的“数据平移”。接着计算另一个新的Fibonacci项newItem,依次循环,直到求出数列的第n项时为止。 Fibonacci数列的计算公式如下:
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:7287
    • 提供者:
  1. FIBshixian

    0下载:
  2. 使用VB来实现的FIB算法。虽然简单,但是很基础,很实用。-The use of VB to achieve the FIB algorithm. Although simple, it is the basis of very practical.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1414
    • 提供者:刘学强
  1. fib

    0下载:
  2. fibonatchi assembly code explanation
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:81687
    • 提供者:hamid
  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
    • 文件大小:213650
    • 提供者:hocman
  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. fib

    0下载:
  2. CnC 斐波那契数列的例子 在112345这种openmp下不能并行的例子中,看看cnc是如何做到并行的-CnC fib example. In Fibonacci number, openmp cannot do that, see how it works in CnC
  3. 所属分类:MPI

    • 发布日期:2017-04-09
    • 文件大小:1174845
    • 提供者:王川
  1. fib

    0下载:
  2. 用递归也能算fibonacci数 可用 tic,fib(10),toc查看运算时间-Using a recursive also can calculate the Fibonacci number of available tic, FIB (10), TOC to view the operation time
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:32360
    • 提供者:白松楠
  1. fib

    0下载:
  2. 定义Fib数列:1,1,2,3,5,8,13,… 1,1,2,3,5,8,13,… 求第N项除以2010 的余数(Define the Fib series: 1,1,2,3,5,8,13,... 1,1,2,3,5,8,13,... Find the remainder of item N divided by 2010)
  3. 所属分类:Windows编程

« 12 3 4 »
搜珍网 www.dssz.com