代码搜索:FIB
找到约 1,104 项符合「FIB」的源代码
代码结果 1,104
www.eeworm.com/read/382585/9018490
c fib.c
/*
* Copyright (c) 1999-2001 Tony Givargis. Permission to copy is granted
* provided that this header remains intact. This software is provided
* with no warranties.
*
* Version : 2.9
*/
/*--
www.eeworm.com/read/382585/9018520
hex fib.hex
:100003008B128A1389148D1574011200FBAB12AA8B
:1000130013A914F58275830012010D751602AD162E
:10002300ED3395E0FCC3ED95157480F86C98503E64
:10003300AF16EF3395E0FEEF24FEFDEE34FFAB1277
:10004300AA13A9148D82F58
www.eeworm.com/read/178176/9415607
sta fib.sta
q0
qf
q101 q102 q103 q104 q105 q106 q107 q108 q109 q201 q202 q203 q204 q301 q302 q303 q304 q305 q306 q307 q308 q309 q310 q311 q401 q402 q403 q404 q501 q502 q503 q601 q602 q603 q604 q701 q702 q703 q7
www.eeworm.com/read/178176/9415631
meta_fib
fib.dsc 1 fib.sta fib.abt fib.rul fib1.in fib2.in fib3.in fib5.in fib7.in
www.eeworm.com/read/178176/9415640
dsc fib.dsc
Computing Fibonacci numbers.
The program computes a Fibonacci number.
A number 'n' is represented by n 1-s.
Sample :
5 is represented as 1 1 1 1 1
3 is represented as 1 1 1
Input : num