Welcome![Sign In][Sign Up]
Location:
Search - fibonacci asm

Search list

[assembly language求菲波那契函数FIB(N)-(N from 1 to 24)

Description: 用汇编语言,并且递归求菲波那契函数FIB(N)---(N from 1 to 24) (huangyujie)-assembly language, and for recursive function Fibonacci FIB (N )---( N from 1 to 24) (huangyujie)
Platform: | Size: 1024 | Author: 黄裕杰 | Hits:

[assembly languagehuibian_asm

Description: 汇编程序和实验报告 1.输入0-100之间的n值,计算Fibonacci数,以十进制数输出。 2.从键盘输入一行字符,以‘$’结束,查找输入的字符串是否包含’computer’ 字符串,如果包含,计算包含’computer’字符串的个数,并以十进制输出个数。 3.建立歌曲文档,按演唱者排序,程序可接收查找的演唱者,并输出其所有的歌曲。 4.建立图书资料文档,要求具有插入,更新,删除,查询等功能,使用菜单提示。-compilation of experimental procedures and a report. Importation of 0-100 between the value of n, calculation Fibonacci numbers to decimal output. 2. Keyboard input from his characters for '$' end you input string is contained 'computer' string, if included. calculations include 'computer' string of numbers and decimal output to the number. 3. Documents establishing songs by singers, in order of search procedures can receive a concert, and exported all of its songs. 4. The establishment of books and information documents, has asked to insert, update, delete, search function, use the menu suggested.
Platform: | Size: 53248 | Author: 小米 | Hits:

[assembly languagehuibianyuyan

Description: 汇编语言课程设计的程序,包括1 递归方法实现50以下的Fibonacci数 2 字符串查找 3 歌曲管理 4 图书管理 以及设计报告-assembly language curriculum design process, including a recursive method 50 following two Fibonacci search string four three songs management Book Management and the design report
Platform: | Size: 250880 | Author: 张焕人 | Hits:

[Special Effectsfibonacci_t

Description: 用fibonacci变换方法对图象做置乱或逆置乱,效率极高,在信息隐藏中属常用的方法之一。调用函数为f=fibonacci_t(I,r,s),其中参数分别为I=被置乱的图像,r=置乱密钥,s=0置乱,s=1逆置乱-Fibonacci transformation method used to do on the image or inverse Scrambling Scrambling, high efficiency in the information hidden in one of the methods are commonly used. Call the function f = fibonacci_t (I, r, s), which parameters were I = have been scrambling the image, r = scrambling key, s = 0 Scrambling, s = 1 inverse Scrambling
Platform: | Size: 1024 | Author: gao | Hits:

[assembly languagefib

Description: 一个实现计算斐波那契数的汇编程序 含asm文件,课程作业只用-The realization of the calculation of a Fibonacci containing the assembler asm file, coursework only
Platform: | Size: 2048 | Author: Xu | Hits:

[assembly languageFibonacci

Description: 本程序用汇编语言实现,完成斐波拉契数列的计算-This procedure using assembly language implementation, completed拉契Fibonacci series calculation
Platform: | Size: 1024 | Author: 李坏 | Hits:

[assembly languageFib_assmebly

Description: Fibonacci 的另类实现,用编函数的思想.-Fibonacci Function, use a function and then call.
Platform: | Size: 2048 | Author: YG Gao | Hits:

[assembly languageFIBO

Description: Fibonacci Series in Assembly Language 8086
Platform: | Size: 1024 | Author: ujjwal.kanth | Hits:

[Data structsfibonacci

Description: assembly code to count fibonacci number. is usefull to learn about simple assembly code.
Platform: | Size: 1024 | Author: wahyu | Hits:

[Windows Developfibonacci

Description: This program calculates fibonacci and saves in a .txt file
Platform: | Size: 1024 | Author: Yuri Cardoso | Hits:

[assembly languagespim

Description: Fibonacci numbers f(n+2)=f(n+1)+f(n) f(0)=1,f(1)=1 make 1. using system call 2. from 0-15 Fibonacci numbers
Platform: | Size: 3072 | Author: mint | Hits:

[assembly languageshiyan5

Description: 程序接收由用户键入的数N,根据给定的N值,计算Fibonacci数。 Fibonacci数的定义如下: FIB(1)=1 FIB(2)=1 FIB(N)=FIB(N-2)+FIB(N-1) N>=3-Typed by the user program receives the number N, according to the given value of N, calculate the Fibonacci numbers. Fibonacci numbers are defined as follows: FIB (1) = 1 FIB (2) = 1 FIB (N) = FIB (N-2)+ FIB (N-1) N> = 3
Platform: | Size: 1024 | Author: linting | Hits:

[assembly languageFibonacci

Description: 汇编语言 Fibonacci 函数程序。-Fibonacci number ASM program。1 1 2 3 5.。。。
Platform: | Size: 2048 | Author: wuqian | Hits:

[assembly languagefib32.asm

Description: 用汇编语言实现斐波那契数列,具体要求:系统请求输入一个正整数,用户输入需要显示的项的个数,回车键结束输入;显示指定数目的斐波那契数列项,要求各个项用空格隔开,并用不同颜色显示(不限制颜色的种类、数目)。-Assembly language Fibonacci number, specific requirements: system requests to enter a positive integer, the number of items a user input to be displayed, the Enter key to end input display the specified number of Fibonacci column entry for each item requested separated by a space, and in a different color (do not limit the type of color, number).
Platform: | Size: 2048 | Author: mj | Hits:

[assembly languageserie fibonacci

Description: genera serie de fibonacci por puertob
Platform: | Size: 35840 | Author: edy12 | Hits:

[Otherfib.asm

Description: 输入两个数a、b,程序将会输出a、b之间(包括a、b)的斐波纳契数(Fibonacci by NASM with two inputs)
Platform: | Size: 2048 | Author: 1232da | Hits:

CodeBus www.codebus.net