搜索资源列表

  1. Premium-Series

    0下载:
  2. 费波那西数列(Fibonacci Sequence),又译费波拿契数、斐波那契数列、费氏数列、黄金分割数列。本代码实现了费数列变量的定义。-Premium Series
  3. 所属分类:软件工程

    • 发布日期:2024-05-03
    • 文件大小:3072
    • 提供者:Jie Yu
  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. 所属分类:并行运算

    • 发布日期:2024-05-03
    • 文件大小:1174528
    • 提供者:王川
  1. javaapizwb_5164

    0下载:
  2. 4阶斐波那契序列如下:f0=f1=f2=0, f3=1,…,fi=fi-1+fi-2+fi-3+fi-4, 利用容量为k=4的循环队列,构造序列的前n+1项(f0, f1 , f2 ,… fn ),要求满足fn ≤200而fn+1 >200。 -finish english problem
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-03
    • 文件大小:18962432
    • 提供者:王静
  1. Fibonacci

    0下载:
  2. 4阶斐波那契序列如下:f0=f1=f2=0, f3=1,…,fi=fi-1+fi-2+fi-3+fi-4, 利用容量为k=4的循环队列,构造序列的前n+1项(f0, f1 , f2 ,… fn ),要求满足fn ≤200而fn+1 >200。 -4-order Fibonacci sequence is as follows: f0 = f1 = f2 = 0, f3 = 1, ..., fi = fi-1+ fi 2+
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:310272
    • 提供者:lv
  1. 01

    0下载:
  2. 利用递归方式的算法计算斐波那契数列各个项数-Recursively the algorithm to calculate the Fibonacci series of various number of items
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:princess36也
  1. single-character-Fibonacci-function

    0下载:
  2. 用单片机的汇编语言实现单字符斐波那契函数,且循环次数为8次。-Microcontroller assembly language to achieve a single character Fibonacci function, and the number of cycles for 8.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-03
    • 文件大小:11264
    • 提供者:lina
  1. the-two-character-Fibonacci-function

    0下载:
  2. 用单片机的汇编语言实现双字符斐波那契函数,且循环次数为14次-Microcontroller assembly language to achieve the two-character Fibonacci function, and the number of cycles to 14
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-03
    • 文件大小:14336
    • 提供者:lina
  1. daima

    0下载:
  2. 压缩包里的事5段程序的代码,分别是斐波那契数列 最大子段和 最长公共子序列 矩阵连乘积 整数因子分解问题-Compression bag thing the program code, respectively, even the product of Fibonacci Fibonacci series the largest subsegment, and the longest common subsequence matri
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:zhongming
  1. sort

    0下载:
  2. 两个排序:冒泡排序和选择排序(具体是用c语言来实现的) 一个斐波那契数列的输出-Two sorts: bubble sort and selection sort (specifically, to achieve the c language) A Fibonacci Fibonacci series output
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:furu xiang
  1. ISE_lab10_fib

    0下载:
  2. excd-1 斐波那契数列的实现 数码管的显示-excd-1 fib
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-03
    • 文件大小:669696
    • 提供者:alex
  1. Fibonacci-Numbers

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

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

    0下载:
  2. 斐波那契数列算法,很经典,用VC编写,适合初学者-Fibonacci Fibonacci series algorithm, very classic, suitable for beginners, prepared by VC
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:108544
    • 提供者:
  1. project2

    0下载:
  2. 数据结构的第二次project,关于递归的项目。里面包含对list,tree及斐波那契结构的应用和练习。-This project will give you experience writing recursive functions that operate on recursively‐defined data structures and mathematical abstractions.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:7168
    • 提供者:Wang
  1. yuandai

    0下载:
  2. mp3解析,斐波那契数列,计算单词数,计算器,内存-mp3 resolution, the Fibonacci series, calculate the number of words, calculators, memory
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:3072
    • 提供者:wudi
  1. Fibonacci-Sequence

    0下载:
  2. 利用递归算法计算斐波那契数列的n项的值,-Recursive algorithm to calculate the Fibonacci series, the value of n items
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-03
    • 文件大小:3643392
    • 提供者:laoduantou
  1. Fibonacci

    0下载:
  2. 斐波那契数列的代码,仅供参考,用来注册账号用的,不要介意-Fibonacci series code, for reference only, used to register accounts with, do not mind
  3. 所属分类:C#编程

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:刘芳舟
  1. fiblogic

    0下载:
  2. 在linux gCC中实现斐波那契算法的递归与非递归程序,在linux gcc 下编译通过。-Implemented in the linux gCC recursive Fibonacci algorithm with non-recursive procedures, the linux gcc compile.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:wanghaisheng
  1. FibonacciHeap

    0下载:
  2. 斐波那契堆 学<<数据结构与算法分析in C>>这本书的时候写的-Fibonacci heap
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:3072
    • 提供者:aa
  1. Fibonacci-sequence

    0下载:
  2. 可以输入任意一个数字n,能在电脑上显示出第n个斐波那契序列。-You can enter any number n, the n-th Fibonacci sequence is displayed on the computer.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-03
    • 文件大小:207872
    • 提供者:cxg
  1. 12

    0下载:
  2. 斐波那契数列通项公式,最简单的一种写法,谨献给VB初学者。-Fibonacci Sequence formula, the easiest way to write, I would like to dedicate VB beginners.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:杨春晖
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 16 »

源码中国 www.ymcn.org