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

搜索资源列表

  1. armstrong

    0下载:
  2. 一个N位数的各位数的N次方之和等于这个数,称为armstrong数(如:153=1^3+5^3+3^3)。编一个程序,求出2,3,4位数中所有的armstrong数。-an N to the median number of Nth power equal to the sum of the number called armstrong (such as : 153 = a ^ ^ 3 5 3 3 ^ 3). Procedures for a series to get two, three
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.29kb
    • 提供者:summer
  1. scan

    0下载:
  2. 本实例展示了并行前缀求和(也称作“scan”)的一种高效的 CUDA 实施途径。针对一个给定的数列,scan 可以计算出一个新的数列,其中每一个元素均为在输入列中该元素前面的所有元素的总和。 -This example shows the parallel prefix sum (also known as " scan" ) of an efficient CUDA implementation of the approach. For a given series, scan
  3. 所属分类:Console

    • 发布日期:2017-05-07
    • 文件大小:1.86mb
    • 提供者:Wolfeyes
  1. ARIMA_model

    11下载:
  2. 基于MATLAB的ARIMA模型的源代码。ARIMA模型是自回归滑动平均求和模型,是时间序列分析模型,可以用于时间序列的预测。该代码实现了ARIMA模型的建模和谱分析过程-The ARIMA model based on MATLAB source code. ARIMA model is the sum of autoregressive moving average model is time series analysis models, can be used for time seri
  3. 所属分类:matlab

    • 发布日期:2016-06-11
    • 文件大小:2.49kb
    • 提供者:王二
  1. CPlusPlusTest

    0下载:
  2. 本人网上搜集的C++笔试题系列,一共十四篇。有微软、华为、中兴等公司的经典笔试题,好东西大家共享。-I-line collection of C++ sum test series, a total of 14. Has Microsoft, Huawei, ZTE and other company' s classic pen test, good things for all to share.
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:197.58kb
    • 提供者:kevin
  1. A_Proof_Of_Goldbach_Conjecture

    0下载:
  2. 在本文件中,哥德巴赫猜想( 1 , 1 ) ,证明了复变 一体化。为了证明这猜想,一个新的功能引入Dirichlet级数。 然后,用门阶公式的Dirichlet级数和留数定理,我们 得出这样的结论:任何较大甚至整数可表示为两个素数之和。-In this paper, the Goldbach Conjecture﹛1, 1﹜ is proved by the complex variable integration. To prove the conjecture,
  3. 所属分类:RichEdit

    • 发布日期:2017-04-24
    • 文件大小:82.53kb
    • 提供者:lll
  1. 4

    0下载:
  2. 将正整数n表示成一系列正整数之和:n=n1+n2+…+nk,其中n1≥n2≥…≥nk≥1,k≥1。 正整数n的这种表示称为正整数n的划分。求正整数n的不同划分个数。 例如正整数6有如下11种不同的划分: 6; 5+1; 4+2,4+1+1; 3+3,3+2+1,3+1+1+1; 2+2+2,2+2+1+1,2+1+1+1+1; 1+1+1+1+1+1。-Positive integer n will be expressed as the sum
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:856byte
    • 提供者:yuecuiping
  1. sum

    0下载:
  2. 基于多核的并行算法设计,计算一个连续数列的和-The parallel algorithm based on multi-core design, computing a continuous series and
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:2.3mb
    • 提供者:tstao
  1. multiplier

    1下载:
  2. 该乘法器是由8位加法器构成的以时序方式设计的8位乘法器。 其乘法原理是:乘法通过逐项移位相加原理来实现,从被乘数的最低位开始,若为1,则乘数左移后与上一次的和相加;若为0,左移后以全零相加,直至被乘数的最高位。-The multiplier is 8-bit adder consisting of time-series design to the 8-bit multiplier. The multiplication principle is: the sum of multiplica
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:101.06kb
    • 提供者:lsp
  1. sumofseries

    0下载:
  2. sum of series pipelined for trimedia
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:759byte
    • 提供者:Waqas Ahmad
  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
    • 文件大小:2.41kb
    • 提供者:zhang
  1. 8_puzzle

    0下载:
  2. 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:653.94kb
    • 提供者:Siegfried
  1. 1

    0下载:
  2. 试验一 级数求和 求当x分别为0.0,0.1,0.2……300.00时级数 的和。要求所有级数和的绝对误差的值都小于1.0×10-10。这一问题是1962年Hamming提出的,即鉴于当时的计算机运行速度非常慢。 -Order to test a number of sum when x ... ... 0.0,0.1,0.2 respectively, when the series and 300.00. Requires that all series and the absolu
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:368.76kb
    • 提供者:魏青建
  1. assign4

    0下载:
  2. 第1部分 该纳契系列:0,1 ,2,3,5,8,13,21,...。开始的条款0和1,并有 每一个成功的财产一词,是前两个条件的总和。编写一个非递归 功能纳契(n)到显示的前n个Fibonacci数。观看停止对样品标志 在最后显示的数字输出(它不是逗号)。编写一个简短的UNIX shell脚本来运行 您的斐波那契程序。 第2部分 编写一个C程序,使用UNIX进程管理工具。您将使用fork()函数 产卵的三子进程。每个子进程将使用execlp()函数来运行
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:53.1kb
    • 提供者:刘洋
  1. compiler_homework

    0下载:
  2. 我大一时候的作业,实现了以下功能: 用16位8086汇编语言编写下列程序之一: a) 两矩阵相加 b) 求Fibonacci数列 c) 输入一个正整数n, 输出1-n之间的所有素数 d) 矩阵相乘 e) 把一个十进制小数转换成IEEE754格式并输出的程序, 要求从键盘输入一个十进制小数,最后在在屏幕上输出IEEE754格式二进制码的序列.-When my freshman year of operations, realization of the fol
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:11.68kb
    • 提供者:czxu
  1. example2

    0下载:
  2. c语言下,数列求和实例。 该程序展示了c语言对数列求和-c language, the series sum instance. The program shows the series Sum c language
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:493.85kb
    • 提供者:Yan
  1. sum_of_series

    0下载:
  2. This prgm is for finding Sum of Series in VB.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-05
    • 文件大小:1011byte
    • 提供者:Arun Sankar
  1. series-sum

    0下载:
  2. 数列求和(动态规划实现) 给定n个数字和一个范围[x,y],求从这n个数字中任意取出一些数字,使得它们的和在范围[x,y]中有多少种取法。 输入: 输入第一行为整数case,case<=10 表示有case组测试数据。 对于每一组测试数据,第一行为一个整数n (n<=30),第二行为n个整数a[i],第三行为两个整数x和y。其中,a[i]>=0,sum(a[i])<2^31,0<x,y<sum(a[i])< span="">。
  3. 所属分类:Algorithm

    • 发布日期:2017-11-09
    • 文件大小:2.28kb
    • 提供者:陈曦
  1. find-the-sum-of-cos(x)

    0下载:
  2. This code is based on C language, it is used to find th sum of cos(x) series.
  3. 所属分类:Editor

    • 发布日期:2017-04-09
    • 文件大小:12.87kb
    • 提供者:KARTHIKEYAN
  1. Fibonacci-series

    0下载:
  2. Fibonacci数列的特点是第1,2两个数为1,1。从第3个数开始,该数是前两个数之和。求这个数列的前30个元素。-Fibonacci sequence is characterized by two numbers 1,2 1,1. The first three numbers from the beginning, the number and the sum of the first two. 30 elements before seeking this series.
  3. 所属分类:Windows Kernel

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

    0下载:
  2. The Fibonacci sequence is a series where the next term is the sum of pervious two terms. The first two terms of the Fibonacci sequence is 0 followed by 1.
  3. 所属分类:File Formats

    • 发布日期:2017-12-11
    • 文件大小:1.15kb
    • 提供者:Dharmesh
« 12 3 »
搜珍网 www.dssz.com