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

搜索资源列表

  1. ExtAdd

    0下载:
  2. extadd:是用汇编语音程序设计的关于计算两个64位整数相加的小程序-extadd : Speech is a compilation of program design for the calculation of two 64-bit integer, the sum of small programs
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1051
    • 提供者:linling
  1. calcu_synthesis

    0下载:
  2. 本程序实现两个整数平方和相加并且输出结果-the program two integers and the sum of squared output
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:3596
    • 提供者:李铭
  1. matrix.rar

    0下载:
  2. 2、 矩阵(二) 编写C++程序完成以下功能: (1) 假定矩阵大小为4×5(整型); (2) 矩阵空间采用new动态申请,保存在指针中; (3) 定义矩阵初始化函数,可以从cin中输入矩阵元素; (4) 定义矩阵输出函数,将矩阵格式化输出到cout; (5) 定义矩阵相加的函数,实现两个矩阵相加的功能,结果保存在另一个矩阵中; (6) 定义矩阵相减的函数,实现两个矩阵相减的功能,结果保存在另一个矩阵中; (7) 动态申请三个矩阵:A1、A2、A3; (8) 初始化A1、A2;
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:631
    • 提供者:bedding
  1. exp1

    0下载:
  2. 需要利用有序链表来实现一元稀疏多项式的表示及加法运算的简单计算程序,其基本功能有: (1)输入并建立两个多项式; (2)多项式f1(x)与f2(x)相加,建立和多项式f3(x); (3)输出多项式f1(x),f2(x),f3(x)。-Need to use ordered lists to implement a dollar sparse representation of polynomials of simple addition operations and calculat
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1077
    • 提供者:李联合
  1. J_B.rar

    0下载:
  2. 一个很难的数学问题(智力140以下勿进) 旧版Java程序设计Page97 3.12题 庞涓拿到两个整数(2到99之间)之和,孙膑拿到两个整数之积。下面是一段很有趣的对话。 庞涓说:我不知道这两个整数是多少,但我肯定你也不知道。 孙膑说:我本来不知道这两个整数是多少。但既然你这么说,那我现在知道了。 庞涓说:哦,那我也知道了。 要求输出所有可能的结果,包括这两个整数之和以及这两个整数之积。 程序设计思路:通过庞涓和孙膑的对话,逐步缩小和的范围,直至得出答案!,A difficult
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:856
    • 提供者:qq546703
  1. QPSK-I-Q

    2下载:
  2. matlab仿真程序,产生QPSK调制的信号,严格按照QPSK的调制步骤分I路Q路产生信号,最后两路相加,产生已调信号,调制信号随机产生,载波信号是余弦信号。-matlab simulation program to produce the QPSK modulation signal, in strict accordance with the QPSK modulation of the sub-step road Q road I have a signal, the sum of the
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:3118
    • 提供者:duanaobest
  1. T5b5_1

    0下载:
  2. 有两个集合,A集合内容为:{1、2、3、4},B集合内容为:{1、2、5、6},两个集合的对称差定义为A Δ B = (A − B) ∪(B − A),上述A、B两集合的对称差为{3、4、5、6}。编写一个程序,用散列集求两个集合A、B的对称差集合,即求。-There are two sets, A collection of content: {1,2,3,4}, B contents of the collection is: {1,2,5,6}, the symmetr
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:967
    • 提供者:谭星捷
  1. matrix-multiplication

    0下载:
  2. 编写一个程序,实现两个矩阵相乘 需要第一个矩阵的列数与第二个矩阵的行数相同,结果是一个矩阵,且其行数与第一个矩阵的行数相同,与第二个矩阵的列数相同,结果矩阵中第i行/第j列的元素等于第一个矩阵的第i行的各元素与第二个矩阵第j列的各元素对应相乘之和。 -Write a program to multiply two matrices needed to achieve the first columns of a matrix of rows and the second the s
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:658
    • 提供者:guang
  1. ex09

    1下载:
  2. 加分程序。请编写一个程序,先产生一个大于10的随机整数n,再产生n个随机数并存放于数组中,然后将这n个数相加,并求出这n个数的和s1, 同时计算出求s1所需的时间t1.接着让程序创建2个线程并发的进行相加运算。其中一个线程计算前一半数之和s21,后一个线程计算后一半数之和s22, 然后将s21与s22这两个数相加得到和s2,计算采用双线程进行求和运算所花费的时间t2。请比较s1和s2,以及t1和t2的大小-Bonus program. Write a program, first create
  3. 所属分类:Java Develop

    • 发布日期:2015-10-23
    • 文件大小:3570
    • 提供者:zhouxi
  1. ADD

    0下载:
  2. 该程序可以很好的实现两个多项式相加的功能-The program can achieve a good sum of two polynomial functions of
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1944
    • 提供者:nemo
  1. duoxiangshixiangjiawenti

    0下载:
  2. 编写一个程序,实现两个一元多项式相加。要求: (1)多项式用链表存储 (2)多项式相加必须使用单独的函数实现 (3)输入时只要求输入各项的系数和指数 (4)结果输出形式如下 F(x) = an*x^n + an-1*x^(n-1) + … + a1x + a0 -The preparation of a program to realize the sum of two polynomials a dollar. Requirements: (1) polynomial
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:173955
    • 提供者:武鹏
  1. sum

    0下载:
  2. 此程序写了,任意给定两个数,互相作为底数和指数,再求和。如果不满足条件,报错。-This program was made, any given two numbers to each other as the base and index, and then sum. If does not meet the conditions, an error.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1247
    • 提供者:屈健健
  1. calculation-two

    0下载:
  2. 这个程序是一个关于两个数字相加之和的计算,用的是labview9.0来编写的,这是一个通用的程序,仅供大家参考。-This program is a calculation of the sum of two numbers is labview9.0 to write, this is a common procedure, only for your reference.
  3. 所属分类:LabView

    • 发布日期:2017-12-03
    • 文件大小:4060
    • 提供者:Adenu
  1. Sum-two-big-numbers

    0下载:
  2. By using this program we can sum two big numbers (at last 1000 digits) whit each other.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-30
    • 文件大小:2544
    • 提供者:hsn
  1. Sum-two-big-numbers

    0下载:
  2. By using this program we can sum two big numbers (at last 1000 digits) whit each other.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-01-25
    • 文件大小:2544
    • 提供者:hsn_sstp
  1. sum

    0下载:
  2. 此程序为一个加法器的程序,在窗口中填写两个加数,可以计算出结果的程序-This program is a summer program, fill two addends in the window, you can calculate the results of the program
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-15
    • 文件大小:3621047
    • 提供者:陈彦冠
  1. sum

    0下载:
  2. 求两个数据的和,LABVIEW输入两个数据,通过程序计算输出结果。-Two data and of LABVIEW, two data input, output by program calculation.
  3. 所属分类:LabView

    • 发布日期:2017-04-14
    • 文件大小:4416
    • 提供者:长约
  1. The-sub-matrix-sum

    4下载:
  2. 设某二维矩阵中的元素为整数,其子矩阵的大小可以是任意大小,但不能大于该矩阵的大小,子矩阵的和为其所有元素的和。试编写一个程序,求所有子矩阵中和最大的子矩阵。-Set up a two-dimensional matrix of the element as an integer, the size of its matrix can be any size, but not greater than the size of the matrix, the child and for all of
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:105601
    • 提供者:yukunlin
  1. SUM=5

    0下载:
  2. 运行程序后,系统会自动输出数字之和等于5的两个数。-After running the program, the system will automatically output digital sum equal to two numbers 5.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:538
    • 提供者:王轩
  1. two_sumprogram.tar

    0下载:
  2. two sum program for summing numbers
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:5953536
    • 提供者:twentwe
« 12 3 4 5 »
搜珍网 www.dssz.com