CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - the Fibonacci series

搜索资源列表

  1. Fibonaccisequence

    0下载:
  2. 个函数的功能是构建一个 n 项的菲波那契数列-A function of its functions is to build a n of the Fibonacci series
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:586byte
    • 提供者:李哲
  1. JAVA1_1

    0下载:
  2. 编写一个Java程序,用于输出Fibonacci数列的前20项。 提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。 Fibonacci[0]=Fibonacci[1]=1 Fibonacci[i]=Fibonacci[i-2]+Fibonacci[i-1] (i>=2) -Write a Java program for Fibonacci series, the first output 20. Tip: Fibonacci sequence
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1.87kb
    • 提供者:阿豆
  1. Fibonacci

    0下载:
  2. 使用Fibonacci数列演示递归。每一步都输出,很方便-Recursive Fibonacci series using the demo. Output of each step, it is easy ~ ~
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:482.73kb
    • 提供者:sarah
  1. Fibo

    0下载:
  2. 用循环实现斐波那契数列,输入位置,输出数字~~不过不要用太大的位置哟,你的本本会崩溃的~_~-Achieved by circulating Fibonacci series, enter the location, the output figures do not use too much ~ ~ but the location of yo, your books will collapse ~ _ ~
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:489.72kb
    • 提供者:sarah
  1. fib

    0下载:
  2. 实现斐波那契数列求和及显示,分别输入要测试的次数,并输入要求和的前几项,屏幕上就能显示要求的和,并给你你要求的次数-Fibonacci series to achieve the sum and show, respectively, enter the number you want to test and enter the first few requirements and on the screen and can display requirements and give you t
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:856.6kb
    • 提供者:sch
  1. FIBONACCI

    0下载:
  2. 将斐波那契数列表示出来,并将产生的数列进行分析操作,源代码-Fibonacci series, the source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1.66kb
    • 提供者:陈晓
  1. fpnq

    0下载:
  2. 斐波那契数列,输入一个数字n,输出斐波那契数列中大于等于n的第一个数字,并指明该数字是第几个数字。 例如输入数字10;应该指出斐波那契数列中大于等于n的第一个数字为13,该数字在数列中为第7个数字-Fibonacci series, enter a number n, the output in the Fibonacci series is equal to n is greater than the first number, and indicate the number is the
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:629byte
    • 提供者:游泳鱼
  1. fibs

    0下载:
  2. 用python语言写的一个小程序,用来输出肺部那契数列。-A small program written in python language, used to output the lungs Fibonacci series.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:5.15kb
    • 提供者:金阳波
  1. yuandai

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

    • 发布日期:2017-04-07
    • 文件大小:2.7kb
    • 提供者:wudi
  1. 13

    0下载:
  2. 斐波那契数列的前N项和,最简单的一种写法,谨献给VB初学者。-The first N Fibonacci series, the easiest way to write, I would like to dedicate VB beginners.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:1.11kb
    • 提供者:杨春晖
  1. 123

    0下载:
  2. 矩阵求斐波那契数列,时间复杂度logn,快于动态规划和递归-Matrix Fibonacci series, time complexity logn, and faster than the dynamic programming and recursive
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:577byte
    • 提供者:温鑫
  1. Fibonacci

    0下载:
  2. 本个小程序可实现斐波那契数列的计算,简短而精炼。-This small program can achieve the calculation of the Fibonacci series, a brief and concise.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-09
    • 文件大小:1.1kb
    • 提供者:蒋侠
  1. CPP-code

    0下载:
  2. Visual C++前6章的练习代码,包括“C++入门”“控制结构”“表达式”“指针”“函数”等,有“验证哥德巴赫猜想”“斐波那契数列”“字符串数组查找”“完整数求和”等-First six chapters Visual C++ practice code, including the " C++ Getting Started" control structure " ," expression " ," pointer " fu
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:10.51kb
    • 提供者:沈浪
  1. digui-Fibonacci

    0下载:
  2. 6、 计算Fibonacci级数 fib(1) = fib(2) = 1 fib(n) = fib(n-1) + fib(n-2) 分别编写递归和非递归的C++程序完成以下功能: (1) 提示用户输入整数n; (2) fib(n),并输出结果。 -Ppls fib (n-2) 6, calculated Fibonacci series fib (1) = fib (2) = 1 fib (n) = fib (n-1) to write recursive and non
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:522byte
    • 提供者:
  1. cPP

    0下载:
  2. 用内联函数编写Fibonacci级数,使用if语句判断函数的出口,在程序中用cout语句输出提示信息 设计一个函数,形参是引用类型,要求输入三个整数(cin输入,cout提示输入),按从小到大排序后输出,编程完整的程序并测试。-Write Fibonacci series using inline functions, using the if statement to determine the function of export, prompt information to desig
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:2.46mb
    • 提供者:梦瑶
  1. 06

    0下载:
  2. 用递归的方法编写函数求Fibonacci级数,公式为fib(n)=fib(n-1)+fib(n-2) fib(1)=fib(2)=1-Write recursive method the function evaluation Fibonacci series, the formula for fib (n) = fib (n-1)+fib (n-2) fib (1) = fib (2) = 1
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-29
    • 文件大小:233.25kb
    • 提供者:julystar10
  1. exp1

    0下载:
  2. 用内联函数编写Fibonacci级数,使用if语句判断函数的出口,在程序中用cout语句输出提示信息,Fibonacci级数的公式为:-Write Fibonacci series inline functions, use the if statement to determine the function of the export cout statement in the program with the output message, the Fibonacci series of f
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:995byte
    • 提供者:qiujuqing
  1. Fibonacci-sequence

    0下载:
  2. 递归调用产生斐波那契数列和循环产生斐波那契数列的效率的比对,输入要产生的斐波那契数列的位数-Recursive call produces Fibonacci sequence and cycling Fibonacci series comparing the efficiency of input to generate Fibonacci sequence of digits
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:649byte
    • 提供者:风格还是
  1. Fibonacci-sequence

    0下载:
  2. 斐波那契数列指的是这样一个数列:1、1、2、3、5、8、13、21、34…… 这个数列从第三项开始,每一项都等于前两项之和。 给出一个正整数n,要求菲波那契数列中第n个数是多少。 - Fibonacci sequence refers to such a series: 1,1,2,3,5,8,13,21,34 ...... This sequence begins with the third term, each equal to the sum of the
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:36.99kb
    • 提供者:zhangziman
  1. 1Fibonacci

    0下载:
  2. 这个程序的作用是由用户输入一个值作为fibonacci数列的参数,然后程序自动计算出其结果,打印至屏幕。(The function of this program is that the user inputs a value as the parameter of the Fibonacci series, then the program automatically calculates the result and prints it to the screen.)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:11kb
    • 提供者:婧熙慜赟
« 12 »
搜珍网 www.dssz.com