CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 数列

搜索资源列表

  1. longest_sequence

    0下载:
  2. 算法分析与设计的最长子序列问题,输入一定数列,系统会自动输出该序列的最长子序列长度-Algorithm analysis and design of the longest sequence problem, the importation of certain series, the system will automatically output the sequence of the longest sequence length
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1734
    • 提供者:黄大开
  1. permutation

    0下载:
  2. C/C++程序,入门级。 获得数列或者字母序列全排列的方法。 练手的小程序。-C/C++ Procedures, entry-level. Access series or sequence of letters with the whole approach. Practicing hand applet.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:715065
    • 提供者:Miracle
  1. shiyan1

    0下载:
  2. 编程序,使用如下所谓的简单变量“数据平移”方法来求出Fibonacci数列的第n项(的具体项值)并显示在屏幕上(正整数n通过键盘输入):说明变量old1=1,old2=1,newItem;新的Fibonacci项newItem总是“距它最近”的前两项(old1与old2)的累加和。而后通过“old1=old2 old2=newItem ”进行所谓的“数据平移”。接着计算另一个新的Fibonacci项newItem,依次循环,直到求出数列的第n项时为止。 Fibonacci数列的计算公式如下:
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:7287
    • 提供者:
  1. 1

    0下载:
  2. 汇编的斐波那契数列,本人上机作业-Compiled by the Fibonacci sequence, I am on the machine operation
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:888
    • 提供者:剑啸枫
  1. A10

    0下载:
  2. 输入一个正整数n,输出自然数数列前n项和-Enter a positive integer n, output of natural number n series before and
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:855
    • 提供者:施展
  1. beibao

    0下载:
  2. 0-1背包问题:输入两个整数n和m,从数列1,2,3....n中随意取几个数,使得其和等于m,求所有组合-0-1 knapsack problem: Enter the two integers n and m, from a series of 1,2,3 .... n grab a few numbers and make it equal to m, for all combinations
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3103
    • 提供者:aces
  1. Fibonacci

    0下载:
  2. 斐波那契数列,包含头文件、算法实现文件及主函数文件。 -Fibonacci sequence, including the header files, the algorithm to achieve the main function of documents and files.
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:9347
    • 提供者:陈济恺
  1. sy1

    0下载:
  2. 使用如下所谓的简单变量“数据平移”方法来求出Fibonacci数列的第n项(的具体项值)并显示在屏幕上(正整数n通过键盘输入):说明变量old1=1,old2=1,newItem;新的Fibonacci项newItem总是“距它最近”的前两项(old1与old2)的累加和。而后通过“old1=old2 old2=newItem ”进行所谓的“数据平移”。接着计算另一个新的Fibonacci项newItem,依次循环,直到求出数列的第n项时为止。-Use the following so-call
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:5333
    • 提供者:mwy
  1. cyuyanfanli

    0下载:
  2. 编制一个insert函数,该函数的功能是在一个有序的数列函数中插入一个数后仍有序。 要求:(1)主函数实现由键盘输入一个有序数列和要插入的数. (2)insert函数设有两个虚参,指针变量和数值型变量,分别接受数列首地址和要插入的数,insert函数实现数据插入. (3)在主函数中输出输入后的结果-The preparation of an insert function, which function is in an orderly series function to inse
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1120
    • 提供者:
  1. data1

    1下载:
  2. 1.输入数列,以0为结束标志,生成“先进先出”单链表,输出表中各结点的值;再求表中结点的平均值、最大值、最小值。-1. Input series to 0 for the end of signs, to generate " FIFO" single linked list, the output table, the value of each node another node for the table of average, maximum, minimum.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:8630
    • 提供者:chengx
  1. mutualinformation

    3下载:
  2. 我们可以运用这个程序来计算信息论中的一个算法度量,度量数列互信息的大小-we can use it to calculate the multi-information
  3. 所属分类:matlab例程

    • 发布日期:2013-06-22
    • 文件大小:2112
    • 提供者:LI KE
  1. RandMedian

    0下载:
  2. 利用随机算法计算一个数列中的中位数。返回结果一定正确。-Algorithm using a random series of the median. Return results necessarily correct.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:8281
    • 提供者:吴凡
  1. RandQuickSort

    0下载:
  2. 随机快排,利用随机算法,搜索一个数列中的特定元素。期望时间复杂度要比快排小。-Algorithm using random search of a series of specific elements. Expect the time complexity faster than the small platoon.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:11041
    • 提供者:吴凡
  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
    • 文件大小:586
    • 提供者:李哲
  1. GM(11)

    0下载:
  2. 灰色模型GM(1,1)原始数列经过光滑优化-Gray model GM (1,1) with smooth Optimized original series
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:838
    • 提供者:小城
  1. program

    0下载:
  2. 程序设计方法与实践——2007 一些小程序:Automated Judge scr ipt Fibonacci数列问题 Football (aka Soccer) Really Strange!! Red and Black-Program Design Method and Practice- 2007 a number of small procedures: Automated Judge scr ipt Fibonacci series problem Footbal
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:3225
    • 提供者:张辰
  1. Compress

    0下载:
  2. 程序:将重复的子数列折叠起来。就是连续重复数据的压缩,编码原理的程序。如:12 23 34 45 34 45 34 45 88 78 79 88 78 79 99压缩成为12 23 0xFE 3 34 45 0xFD 0xFE 2 88 78 79 0xFD 99。其中0xFE表示重复数列的开始,紧跟后面的数3是重复次数,后面的0xFD表示结束。-Procedures: a subset of the duplicate series folded. Duplicate data is a ro
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-29
    • 文件大小:38568
    • 提供者:郝祥根
  1. stackfibnaqi

    0下载:
  2. 斐波那契数列计算的非递归算法 用栈来模拟递归的经典题目-Fibonacci calculation of non-recursive algorithm used to simulate the recursion stack classic topic
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:633
    • 提供者:guangyu
  1. Fibonacci

    0下载:
  2. Symbian系统开发的非波拉次数列,自动计算次数列-Symbian operation system development out of the number of non-pola
  3. 所属分类:Symbian

    • 发布日期:2017-04-26
    • 文件大小:25381
    • 提供者:CcCo
  1. projectionsGray

    0下载:
  2. 灰色预测模型称为CM模型,G为grey的第一个字母,M为model的第一个字母。GM(1,1)表示一阶的,一个变量的微分方程型预测模型。GM(1,1)是一阶单序列的线性动态模型,主要用于时间序列预测。 一、GM(1,1)建模 设有数列 共有 个观察值 对 作累加生成,得到新的数列 灰色理论与模型及在车辆拥有量预测中的应用 灰色神经网络交通事故预测比较 灰色系统(第三版)-projections Gray (No. Third Edition)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-23
    • 文件大小:114940
    • 提供者:fyh
« 1 2 3 4 5 6 78 9 10 11 12 ... 35 »
搜珍网 www.dssz.com