CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 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. 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. 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. 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. 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. parsevaltheorem

    0下载:
  2. 如果是复指数形式的傅里叶级数,因为复指数函数的功率等于其系数的模的平方,直接把傅里叶系数平方求和就行;如果是三角形式的傅里叶级数,因为三角函数的功率等于其系数的模的平方的一半,需要把各次谐波傅里叶系数平方求和的一半 与直流分量的平方相加。-If the complex exponential form of Fourier series, complex exponential function because the power is equal to the square of the mo
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:12.63kb
    • 提供者:李国俊
  1. yc3

    0下载:
  2. 时间序列分析中AR模型的建立,可求的残差平方和,便于用AIC准则定阶。-Time series analysis of AR model, rectifiable the residual sum of squares, easy to use the AIC criterion to determine the order.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:753byte
    • 提供者:Joe
  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. NumericalSummation

    0下载:
  2. Produce a table of the values of the series (1) for the 3001 values of x, x = 0.0, 0.1, 0.2, …, 300.00. All entries of the table must have an absolute error less than 10-10. This problem is based on a problem from Hamming (1962), when main
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:532byte
    • 提供者:Cloudhyde
  1. sumfib

    0下载:
  2. I am trying to write a program that uses a for loop to output the Fibonacci series to the number inputted. I have put the program I have so far, but am having trouble with getting the sum of all the terms Here are some examples of what the outpu
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:5.71kb
    • 提供者:kumar
  1. fib

    0下载:
  2. 实现斐波那契数列求和及显示,分别输入要测试的次数,并输入要求和的前几项,屏幕上就能显示要求的和,并给你你要求的次数-Fibonacci series to achieve the sum and show, respectively, enter the number you want to test and enter the first few requirements and on the screen and can display requirements and give you t
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:856.6kb
    • 提供者:sch
  1. hod

    0下载:
  2. //3. Write a program to find the sum of following series: //1 + 1/2 + 1/3 – 1/4 + 1/5 - …… up to n terms.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:682byte
    • 提供者:ankur
  1. fxpdemo_series_cascade_form

    0下载:
  2. A fixed-point series cascade form filter can be constructed using the fundamental building blocks of delay, sum, and gain.
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:8.12kb
    • 提供者:效能
  1. D

    0下载:
  2. 第四届华为杯程序设计竞赛D题目。问题输入 输入包括多个测试用例,首先给出测试用例数N,接着给出N个测试用例,每一个测试用例包括1行,首先给出正整数序列数M,接着依次给出M个正整数,1≤N≤100000,2≤M≤500000,正整数大小不超过1000。 问题输出 针对每一个测试用例,输出一行,给出对一系列正整数进行任意次变换后求得的最小之和。 样例输入 2 4 2 4 8 16 3 3 2 2 样例输出 8 3 -Problem input Inp
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6.02kb
    • 提供者:赵博伟
  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. 所属分类:数据库编程

    • 发布日期:2017-04-13
    • 文件大小:2.46kb
    • 提供者:cai975173
  1. series_func

    0下载:
  2. printing series function, calcutaling the sum of series function, find perfect square.
  3. 所属分类:Printing program

    • 发布日期:2017-04-12
    • 文件大小:1.42kb
    • 提供者:Jeenat Sultana
  1. src_code_cpp

    0下载:
  2. Function of an integer raised in a power and the calculation of the sum of a series of integers (1^e+2^e....+n^e) raised in a power.
  3. 所属分类:Other windows programs

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

    0下载:
  2. 斐波那契数列指的是这样一个数列:1、1、2、3、5、8、13、21、34…… 这个数列从第三项开始,每一项都等于前两项之和。 给出一个正整数n,要求菲波那契数列中第n个数是多少。 - Fibonacci sequence refers to such a series: 1,1,2,3,5,8,13,21,34 ...... This sequence begins with the third term, each equal to the sum of the
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:36.99kb
    • 提供者:zhangziman
« 12 »
搜珍网 www.dssz.com