虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

fibonacci

  • 这个程序是一个Win32程序

    这个程序是一个Win32程序,计算fibonacci斐波纳契数列(一种整数数列, 其中每数等于前面两数之和)。其定义是f(1) = 1,f(2) = 2,并且当n>2时, f(n) = f(n-1) + f(n-2)。源代码种给出了三种计算方法。第一种方法用递归,第二种方法用大数组,第三种方法用小数组。此外,这个程序还具备多线程特性,所以在运算时可以做其它操作。代码用到了以前创建的Win32类。测试为发现bug和内存溢出。

    标签: Win 程序 32

    上传时间: 2015-01-11

    上传用户:GHF

  • This is a program that will let you calculate roots with the Quadratic formula (including complex ro

    This is a program that will let you calculate roots with the Quadratic formula (including complex roots), Factorial of a number, fibonacci series (and Pascals Triangle still under construction).

    标签: Quadratic calculate including formula

    上传时间: 2014-01-25

    上传用户:zhuoying119

  • 无线通信系统中密钥流生成器——LILI-II。以VC++为编程工具

    无线通信系统中密钥流生成器——LILI-II。以VC++为编程工具,制作了操作简单,实用性较强的用户操作界面,并对fibonacci 结构、Galois结构两种方式的LFSR

    标签: LILI-II 无线通信系统 密钥 生成器

    上传时间: 2013-11-26

    上传用户:从此走出阴霾

  • 汇编程序和实验报告 1.输入0-100之间的n值

    汇编程序和实验报告 1.输入0-100之间的n值,计算fibonacci数,以十进制数输出。 2.从键盘输入一行字符,以‘$’结束,查找输入的字符串是否包含’computer’ 字符串,如果包含,计算包含’computer’字符串的个数,并以十进制输出个数。 3.建立歌曲文档,按演唱者排序,程序可接收查找的演唱者,并输出其所有的歌曲。 4.建立图书资料文档,要求具有插入,更新,删除,查询等功能,使用菜单提示。

    标签: 100 汇编程序 实验报告 输入

    上传时间: 2014-06-08

    上传用户:问题问题

  • 汇编语言课程设计的程序

    汇编语言课程设计的程序,包括1 递归方法实现50以下的fibonacci数 2 字符串查找 3 歌曲管理 4 图书管理 以及设计报告

    标签: 汇编语言 程序

    上传时间: 2014-11-24

    上传用户:拔丝土豆

  • 黄金分割法

    黄金分割法,二分法,fibonacci法求多项式函数最值

    标签: 分割

    上传时间: 2015-07-23

    上传用户:wys0120

  • 该程序实现了对文件的输入输出读取操作

    该程序实现了对文件的输入输出读取操作,并用C语言实现了对于fibonacci函数的数学计算

    标签: 程序 操作 输入输出 读取

    上传时间: 2014-12-06

    上传用户:ywqaxiwang

  • 1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a

    1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 Write a main program to call reverse(A) for the matrix A = magic(5). Print to the screen both A and reverse(A). 2) Write a program which accepts an input k from the keyboard, and which prints out the smallest fibonacci number that is at least as large as k. The program should also print out its position in the fibonacci sequence. Here is a sample of input and output: Enter k>0: 100 144 is the smallest fibonacci number greater than or equal to 100. It is the 12th fibonacci number.

    标签: dimensions arbitrary function reverse

    上传时间: 2016-04-16

    上传用户:waitingfy

  • 图像置乱代码

    图像置乱代码,包括: Arnold变换、fibonacci变换、面包师变换、Hilbert曲线、Zigzag曲线、混沌映射变换、生命游戏、伪随机数、有限整数域上的拟仿射变换(QATLIG)等。

    标签: 图像置乱 代码

    上传时间: 2014-11-13

    上传用户:cc1

  • 实现了几个递归的函数

    实现了几个递归的函数,比如进制转换,fibonacci数列,1~n的全排列

    标签: 递归 函数

    上传时间: 2014-11-03

    上传用户:silenthink