CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 书籍源码 搜索资源 - SUM

搜索资源列表

  1. 4yuanshizi

    0下载:
  2. 比如源程序sum ∶= first+count*10可生成四元式序列,如图1.7所示,其中ti(i=1,2,3)是编译程序生成的临时名字,用于存放运算结果的。   图1.7 id1:= id2 + id3 * 10的四元式序列-such as source sum : = 10 * The first count of creating four yuan-sequence, as shown in Figure 1.7, ti (i = 1,2,3) compiler is generatin
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:870
    • 提供者:邓可
  1. maxm

    0下载:
  2. 给定由n 个整数(可能为负整数)组成的序列1 a , 2 a ,…, n a ,以及一个正整数m,要 求确定序列1 a , 2 a ,…, n a 的m 个不相交子段,使这m 个子段的总和达到最大。-given by n integers (with the possible negative integers) consisting of a sequence of 1, a 2, ..., n a, and a positive integer m, a request to deter
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:812
    • 提供者:lxq
  1. sum

    0下载:
  2. 已知:Sn= 1+1/2+1/3+…+1/n。显然对于任意一个整数K,当n足够大的时候,Sn大于K。   现给出一个整数K(1<=k<=15),要求计算出一个最小的n;使得Sn>K。 Input 键盘输入 k Output 屏幕输出 n Sample Input 1 Sample Output
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:900
    • 提供者:guanghui
  1. sum

    0下载:
  2. 给定一个正整数 n,计算有多少个不同的连续自然数段,其和恰为 n。例如,当 n=27 时,有4个不同的连续自然数段的和恰为27:2+3+4+5+6+7;8+9+10;13+14;27。
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:47739
    • 提供者:chenyi
  1. SUM

    0下载:
  2. 大学生成绩大跃进 在 果地喹进口量 厅 国中 分阶段 奔了 地辊嘶吉近代史
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:3511
    • 提供者:lg_leah
  1. 7.13

    0下载:
  2. primer4 第七章 7.13 用三种方法实现对一个数组求和,以不同的方法处理数组边界 平台:vs2008-primer4 Chapter 7.13 in three ways to realize the sum of an array, an array of different approaches to the border Platform: vs2008
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:4440
    • 提供者:rocam
  1. score

    0下载:
  2. 定义一个Student类,在该类定义中包括:一个数据成员score(分数)及两个静 态数据成员total(总分)和学生人数count;成员函数scoretotalcount(float s) 用于设置分数、求总分和累计学生人数;静态成员函数sum()用于返回总分;静态成-Define a Student class, the class definition including: a data member score (points) and two static data members
  3. 所属分类:source in ebook

    • 发布日期:2017-03-23
    • 文件大小:1209
    • 提供者:muna
  1. add

    0下载:
  2. 四位无符号加法器 可以实现两个四位二进制数相加-4 unsigned adder can achieve binary sum of two 4
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:1494
    • 提供者:梁天尺
  1. 1

    0下载:
  2. 多项式相加,对多元多项式的相加,数据结构,单链表,顺序表-Polynomials, the sum of multivariate polynomial data structures, singly linked lists, the order table
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:918
    • 提供者:qd
  1. a

    0下载:
  2. 按一个按钮两次相当于没按,每个按钮按或者不按的情况,一共有2^4=16种状态。枚举每个按钮是否按下,及时根据按键总数终止不可能的情况,注意按钮1==按钮2+按钮3的作用,因此在c 4==2时注意sum!=1的情况。虽然灯最多有100盏,但6盏以后的灯都是前6盏的重复,因此只需保存前六盏的状态。最后对所有合适的情况排序输出。-Equivalent to not press each button press or by pressing a button twice, a total of 2 ^
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:845
    • 提供者:李明
  1. Polynomial-together

    0下载:
  2. 数据结构,一元多项式相加。已编译通过,书本基本算法-Data structure, the sum of one yuan polynomial. Compiled by, books basic algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-11-24
    • 文件大小:411924
    • 提供者:guochuanlei
  1. cPP

    0下载:
  2. 一元多项式的计算,(1)输入并建立多项式; (2)输出多项式; (3)两个多项式相加,建立并输出和多项式;如:(x+10)+(2x+5)=3x+15 (4)两个多项式相减,建立并输出差多项式。如:(x+10)-(2x+5)=-x+5 -One yuan polynomial calculation, (1) the input and the establishment of a polynomial (2) polynomial output (3) two polynom
  3. 所属分类:source in ebook

    • 发布日期:2017-12-04
    • 文件大小:2347
    • 提供者:刘振
  1. sum-of-matrix

    0下载:
  2. Sum of the Matrix C++ ta İ ki matrisin toplamı
  3. 所属分类:source in ebook

    • 发布日期:2017-11-18
    • 文件大小:12625
    • 提供者:ersoy
  1. PathInTree

    0下载:
  2. 求指定数字的二叉树路径,有则返回路径,有几条路径满足返回几条-The sum of the values of root to leaf
  3. 所属分类:source in ebook

    • 发布日期:2017-04-11
    • 文件大小:1498
    • 提供者:黄海勇
  1. Struts_Sum

    0下载:
  2. 用Struts实现两数相加求和功能,类似于计算器-Struts achieve two numbers together with the sum function, similar to the calculator
  3. 所属分类:source in ebook

    • 发布日期:2017-05-14
    • 文件大小:3453664
    • 提供者:zhangli
  1. cx2

    0下载:
  2. 用Java语言中do-while循环语句编程实现计算sum=1+2+3+......+100的和。-In the Java programming language do- while loop statements to calculate the sum = 1+ 2+ 3+... And+ 100.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:2292
    • 提供者:娄洹熙
  1. calculate_two_large_integers

    0下载:
  2. 这个程序用来计算两个很大的整数之和(可以超过20位)。-This program is used to calculate the sum of two large whole numbers, whose numerical digits can be larger than 20.
  3. 所属分类:source in ebook

    • 发布日期:2017-05-14
    • 文件大小:3526907
    • 提供者:tyc13
  1. POJ3468

    0下载:
  2. 树状数组解决区间操作_高效 对数组的某个区间进行两种操作:1)求和 2)每个数据加常数。要求:时间复杂度低 -The tree array to solve the interval _ efficient operation Two kinds of operations for a range of array: 1) the sum 2) each data with constant. Requirements: low time complexity.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:823
    • 提供者:chao jie
  1. prefix-sum.c

    0下载:
  2. prefix sum using open mpi
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:832
    • 提供者:amin
  1. delay-and-sum

    0下载:
  2. doa 估计技术,delay and sum -delay and sum
  3. 所属分类:source in ebook

    • 发布日期:2017-04-30
    • 文件大小:431959
    • 提供者:lmy
« 12 »
搜珍网 www.dssz.com