CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - calculate Fibonacci

搜索资源列表

  1. A_maths_me1067647162002

    0下载:
  2. 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).
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3092
    • 提供者:liudm_123456
  1. fibonacci

    0下载:
  2. 计算Fibonacci数列,用户输入第N项,得到该项的数值-Calculate the Fibonacci series, users enter the N to obtain the numerical
  3. 所属分类:Algorithm

    • 发布日期:2017-11-24
    • 文件大小:314597
    • 提供者:legend
  1. fibnum

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

    • 发布日期:2017-11-22
    • 文件大小:69823
    • 提供者:杨广铭
  1. lab_3

    0下载:
  2. 1.分别编写四个同名函数max1,实现函数重载,在main()函数中测试函数的功能 2.使用函数模板实现求任意类型数的最大值,针对不同的参数个数,编写两个同名函数模板max1,其参数个数不同,实现函数重载,在main()函数中测试函数功能 3.编写递归函数int fib(int n),在主程序中输入n的值,调用fib函数计算Fibonacci级数。公式为fib(n-1)+fib(n-2),n>2 fib(1)=fib(2)=1。使用if语句判断函数的出口,在程序中用cout语句中输
  3. 所属分类:matlab

    • 发布日期:2016-01-26
    • 文件大小:47382
    • 提供者:YIDIANER
  1. fibonacci

    0下载:
  2. 优化的fibonacci数列计算程序,可以较短时间计算出较大的数字-Fibonacci series, optimization program that can calculate the short time a large number of
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:754
    • 提供者:cfall
  1. dxs

    0下载:
  2. 输入一个数据n,计算斐波那契数列(Fibonacci)的第n个值 1 1 2 3 5 8 13 21 34 规律:一个数等于前两个数之和 //计算斐波那契数列(Fibonacci)的第n个值 -Enter a data n, calculate the Fibonacci series (Fibonacci) of the n-th value of 112,358,132,134 law: a number equal to the previous two numbers
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:9929
    • 提供者:胡志明
  1. 01

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

    • 发布日期:2017-04-10
    • 文件大小:943
    • 提供者:princess36也
  1. Fibonacci-Sequence

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

    • 发布日期:2017-05-14
    • 文件大小:3643279
    • 提供者:laoduantou
  1. MATLAB-Fibonacci

    0下载:
  2. 写一个MATLAB函数fibo.m来计算Fibonacci数列,其定义如下: fibo(n+2)=fibo(n+1)+fibo(n) 此数列的初始条件如下:fibo(1)=0,fibo(2)=1。-Fibo.m write a MATLAB function to calculate the Fibonacci sequence, which is defined as follows: fibo (n+2) = fibo (n+1)+fibo (n) the initial conditio
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:12250
    • 提供者:张朋
  1. fib

    0下载:
  2. 用递归也能算fibonacci数 可用 tic,fib(10),toc查看运算时间-Using a recursive also can calculate the Fibonacci number of available tic, FIB (10), TOC to view the operation time
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:32360
    • 提供者:白松楠
搜珍网 www.dssz.com