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

搜索资源列表

  1. Poj_2796

    0下载:
  2. 本题主要就是要求一个数列里面,连续的几个数的和乘以这个连续段里最小的一个数,在所有这样连续数列里最大的一个,直接输出最大值就可以了。-Bill is developing a new mathematical theory for human emotions. His recent investigations are dedicated to studying how good or bad days influent people s memories about some period
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:15346
    • 提供者:zhangzhanyou
  1. binsearch

    0下载:
  2. 将数列按有序化(递增或递减)排列,查找过程中采用跳跃式方式查找,即先以有序数列的中点位置为比较对象,如果要找的元素值小于该中点元素,则将待查序列缩小为左半部分,否则为右半部分。通过一次比较,将查找区间缩小一半。-The series by ordering (increasing or decreasing) order, the process used to find the way by leaps and bounds to find that the first series of t
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:961
    • 提供者:zong
  1. struct

    0下载:
  2. 有序整数顺序存储数列的合并与数据删除 本次实验要求学生设计、实现、测试一个C/C++程序,基本步骤为: 1 分别从两个文件中读取已排序好的正整数到两个数组中; 2 合并这两个数组到第三个有序数组中并在屏幕终端输出第三个数组的数据。两个数据相同时只选择其中之一输出; 3 报告输出数据中不同数据的个数; 4 从数组中连续删除部分数据再输出结果; 5 把第一步改成用键盘输入数据测试你的输出结果; 6 详细注释你的程序。 -Integer stored in an or
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1552
    • 提供者:airxice
  1. 2

    0下载:
  2. 二分检索数列,用c语言实现,通过了测试.完全达到设计要求.-binarysearch a string
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1789946
    • 提供者:russell
  1. 2

    0下载:
  2. 多字节二进制数的加法。加数首地址由30H 给出,被加数和结果的存储单元首地址 由31H 给出,字节数由32H 给出。 、多字节二进制的减法。减数首地址由30H 给出,被减数和结果的存储单元首地址由 31H 给出,字节数由32H 给出。 将16 个单字节带符号数按由大到小的顺序排列。排列前数列保存在30H~3FH 中, 排列后保存在40H~4FH 中。(提示:先判断正负)-The number of multi-byte binary adder. 30H summand is
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1158
    • 提供者:红尘白羽
  1. kaitong

    0下载:
  2. 古典问题:有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第三个月     后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少? 1.程序分析: 兔子的规律为数列1,1,2,3,5,8,13,21.... -Classical problem: There are a pair of rabbits, from the birth of the first 3 months of each month from birth to a pair of ra
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:2221
    • 提供者:海伦
  1. thinkpad

    0下载:
  2. 本人原创的一个人和电脑互取苹果的游戏程序,核心是Fibonacci数列,供学习c/c++和数据结构的新手学习,以增强学习兴趣和热情。-I have an original and Apple computers and take the game procedures, the core is the Fibonacci series for learning c/c++ and data structure of new learning, to enhance the interest an
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3392
    • 提供者:prolove
  1. random

    0下载:
  2. 第13章: 随机数生成 PFQZ 用平方取中法产生随机数列 MixMOD 用混合同余法产生随机数列 MulMOD1 用乘同余法1产生随机数列 MulMOD2 用乘同余法2产生随机数列 PrimeMOD 用素数模同余法产生随机数列 PowerDist 产生指数分布的随机数列 LaplaceDist 产生拉普拉斯分布的随机数列 RelayDist 产生瑞利分布的随机数列 CauthyDist 产生柯西分布的随机数列 AELDist 产生爱尔朗分布的随机数列
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:5425
    • 提供者:舞蛳
  1. simple_app

    1下载:
  2. TMS320c672x通过DSPLIB库实现复数FFT,并可实现两个实数数列的高效FFT。-TMS320c672x achieved through DSPLIB library complex FFT, and can realize two real sequences efficient FFT.
  3. 所属分类:DSP编程

    • 发布日期:2013-12-29
    • 文件大小:83480
    • 提供者:zw
  1. Fibonacci

    0下载:
  2. 取石子游戏之必胜策略 采用斐波那契数列作为算法-The winning strategy game to take stones used Fibonacci sequence as an algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:394757
    • 提供者:王一同
  1. fractional

    0下载:
  2. 题目:有一分数序列:2/1,3/2,5/3,8/5,13/8,21/13...求出这个数列的前20项之和-Title: There is a sequence of scores: 2/1, 3/2, 5/3, 8/5, 13/821/13 ... find this series the sum of the first 20
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:2470
    • 提供者:zhang
  1. Selection

    0下载:
  2.  每一趟从待排序的数据元素中选出最小(或最大)的一个元素,顺序放在已排好序的数列的最后,直到全部待排序的数据元素排完。 -Each trip from the data elements to be sorted to select the minimum (or maximum) of an element, the order has been sorted on the number of columns in the end, until all the data elements
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:115798
    • 提供者:何锦峰
  1. cd1

    0下载:
  2. 实现彩灯的自然数列、奇数列、偶数列、音乐数列的循环显示-To achieve a natural Lantern series, odd-numbered columns, even column, music, series, shows the cycle of
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:209432
    • 提供者:zmz
  1. fibonacci

    0下载:
  2. 经典的斐波那契数列算法,使用c++语言编写。希望对大家有用-Classic Fibonacci sequence algorithm, using c++ language. Want to be useful to everyone
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:648
    • 提供者:陈小潘
  1. P2_PrimeNumList

    0下载:
  2. 寻找1~10000的最长的等差素数数列的程序,期末大作业。-Find a 10000 arithmetic primes the longest series of program, the end of major operations.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1168
    • 提供者:Kenneth.L
  1. java

    0下载:
  2. 判断斐波那契数列在第几项开始,值大于1000 -to decide Fibonacci sequence
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-10
    • 文件大小:1342
    • 提供者:马跃斌
  1. DeuceNumber

    0下载:
  2. 把一堆数平均分成N份,保证每一份的和接近于所有数之和除以N,不要求平分以后的每份数据个数相等。这是有现实的程序设计需求的,当时是3份。首先想到要先进行排序,再依次从已排序的数列中抽取,如何进行抽取方法有很多 -The average number of the pile is divided into N copies, make sure that each and close to all the number one divided by N, does not require sp
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:3122
    • 提供者:水生
  1. Fibonacci

    0下载:
  2. 斐波那契数列,递归算法,包括全部文件,可以直接使用-Fibonacci series, recursive algorithms, including all files, can be used directly
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:362805
    • 提供者:wc
  1. biginteager

    0下载:
  2. 超大整数的C++算法 普通的计算机无法算出巨大的整数 比如算斐波那契数列的时候 一搬只能算出49位 要想算的多智能添加一个类 -BIGINTEAGERS inC++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2185
    • 提供者:yuanye
  1. a

    0下载:
  2. 超长数列中n个整数排序,用C++中的类来设计超长数列,对n个整数排序-Super-long series of n-integer sorting
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1387
    • 提供者:林娅静
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 35 »
搜珍网 www.dssz.com