搜索资源列表

  1. feibonaqi

    0下载:
  2. 斐波那契数列Fibonacci series Fibonacci series Fibonacci series-Fibonacci seriesFibonacci seriesFibonacci seriesFibonacci seriesFibonacci series
  3. 所属分类:Windows编程

    • 发布日期:2024-05-03
    • 文件大小:387072
    • 提供者:ywl
  1. Fibonacci-Method

    0下载:
  2. 斐波那契法(Fibonacci)求解单峰值函数极小值。 函数可以自己进行宏定义,本代码已经定义了一个简单的函数,用来测试其可行性。-The Fibonacci method for solving single peak function minimum. Function can define your own macros, the code defines a simple function to test its feasibi
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-03
    • 文件大小:208896
    • 提供者:
  1. Single-Variable

    0下载:
  2. 四种方法(进退法,黄金分割法,斐波那契法,二次多项式差值法)求解单峰值函数极小值。 本程序已经给定三种目标函数,可以自行添加或者更改。-Four methods (advance and retreat method,Golden section method , Fibonacci method, quadratic polynomial difference method) for solving single peak fun
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-03
    • 文件大小:249856
    • 提供者:
  1. Dynamic-Fibonacci

    0下载:
  2. 动态规划计算斐波那契数(后一个数等于前面两个数的和)1,1,2,3,5,8,13,21,34,55,89,144…… -Dynamic programming computes Fibonacci numbers (after a number equal to the previous two numbers) 1,1,2,3,5,8,13,21,34,55,89,144 ......
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-03
    • 文件大小:1265664
    • 提供者:徐勤劼
  1. Fibonacci

    0下载:
  2. 通过模板类,获取斐波那契数列任意位的数,还可以修改成任意数列的类-By the template class, gets the Fibonacci sequence any number of bits can also be modified into an arbitrary sequence of classes
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:tianyuliu
  1. Fibonacci

    0下载:
  2. 运筹学->常用一维搜索算法->斐波那契数列法C语言实现-Operations Research-> common one-dimensional search algorithm-> Fibonacci sequence France C language
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:178176
    • 提供者:陈维多
  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. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:风格还是
  1. feibonaqi

    0下载:
  2. 斐波那契数列,用VErilog语言实现非常好-Fibonacci sequence, using VErilog language is very good ha ha ha ha ha ha ha
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-03
    • 文件大小:1331200
    • 提供者:罗建伟
  1. feibonaqishulie

    0下载:
  2. 求出1000以内的斐波那契数的java小程序-Obtained within the 1000 Fibonacci numbers java applet
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-03
    • 文件大小:4096
    • 提供者:李冰
  1. double

    0下载:
  2. 数组元素加倍输出,月份天数的选择,数值累加,斐波那契函数-Doubling the output array elements, select the number of days in January, the value accumulation, Fibonacci function
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:刘浩杰
  1. five-classic--C-code

    0下载:
  2. 里面有五个C语言初学者遇到的经典递归问题的代码及详解!八皇后、回文、顺转矩阵、斐波那契及整数分划问题。-There are five classic C language for beginners recursive problems encountered by the code and explain! Eight queens, palindrome, clockwise rotation matrix, Fibonacci a
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-03
    • 文件大小:47104
    • 提供者:李展
  1. fibonacii

    0下载:
  2. 数据结构课程,利用矩阵乘法实现斐波那契数列,包含word文档讲解-Data structure course, the use of matrix multiplication to achieve the Fibonacci sequence, containing word document to explain
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:124928
    • 提供者:wangli
  1. FBNQ

    0下载:
  2. 斐波那契算法也是一种区间收缩算法,同时改变搜索区间的两个端点,,是一种双向收缩发。-Fibonacci algorithm is also a range contraction algorithm, while changing the search interval of the two endpoints, is a two-way contraction hair.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:霍斯
  1. Fibonacci

    0下载:
  2. 输入一个数据n,计算斐波那契数列(Fibonacci)的第n个值, 规律:一个数等于前两个数之和-Enter a data n, calculate the Fibonacci sequence (Fibonacci) the first n values, rule: a number equal to the sum of the previous two numbers
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-03
    • 文件大小:4096
    • 提供者:常文静
  1. yy

    0下载:
  2. 斐波那契数列指的是这样一个数列:1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ... -Fibonacci column refers to such a sequence: 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ...
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:黄庆
  1. fibonacci-heap

    0下载:
  2. 斐波那契堆是一种具有较好平摊时间的堆数据结构。我使用C语言来实现斐波那契堆。-Fibonacci heap is a heap of time with good flat data structure. I am using C language to implement Fibonacci heap.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:azioli
  1. hanshu

    0下载:
  2. fibonacci(斐波那契)经典函数求余法则,根据线性代数完整求解法。-fibonacci (Fibonacci) classic function modulo rule, a complete solution method based on linear algebra.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:周伟
  1. Recursive-Fibonacci-sequence

    0下载:
  2. 斐波那契数列递归,采用c语言编写,注释齐全-Recursive Fibonacci sequence, using c language, complete notes
  3. 所属分类:系统编程

    • 发布日期:2024-05-03
    • 文件大小:923648
    • 提供者:程御卿
  1. algrithem

    0下载:
  2. 凯萨尔加密方法、找硬币问题、n!算法、斐波那契数列、不同进制转换-some algrithm in c++
  3. 所属分类:汇编语言

    • 发布日期:2024-05-03
    • 文件大小:104448
    • 提供者:小蟋蟀
  1. fibonacci-recursion

    0下载:
  2. 斐波那契数列的递归算法实现的源代码,计算机算法设计与分析作业1-Fibonacci series recursive algorithm source code, design and analysis of computer algorithms operating 1
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-03
    • 文件大小:318464
    • 提供者:刘洋
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 »

源码中国 www.ymcn.org