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. 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. 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. weijiyuanli

    0下载:
  2. 汇编程序 1.1编写一程序,作BCD数的四则运算,在程序中设置非压缩BCD数X,从键盘输入一位十进制数Y。将X+Y、X-Y、X*Y及X/Y(不考虑余数)分别送ANS_A,ANS_S,ANS_M及ANS_D变量。 1.2编写一程序,实现两个三字节无符号数DATA1和DATA2的相加,结果送四字节变量ANS。 -Assembler program to prepare a 1.1 for the number of BCD arithmetic, the procedure set up
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:1478
    • 提供者:董文丽
  1. 4

    0下载:
  2. 程序功能:用单链表存储多项式并实现两个多项式相加-Program features: single-chain storage and realization of the polynomial sum of two polynomials
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1045
    • 提供者:蓝源源
  1. VerifiedGoldbach

    0下载:
  2. 验证哥德巴赫猜想:任何大于6的偶数,均可以表示为两个奇素数之和。改程序就是验证这一猜想。-Verify Goldbach' s conjecture: any even number greater than 6, can be expressed as the sum of two odd prime numbers. Reform program is to verify this conjecture.
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:256133
    • 提供者:sunwg
  1. 1

    0下载:
  2. 计算两数之间之和,希望对入门者有所帮助. 程序不是很长,主要就是讲了一个循环语句的用法。-Calculated between the number of the sum of the two, want to help beginners. Program is not very long, is mainly talked about the usage of a loop statement.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4235
    • 提供者:管军
  1. poly

    0下载:
  2. 实现一元多项式的相加。 要求按指数降序输入两个多项式,然后程序可以完成对这两个多项式的相加-Polynomial realization of the sum of one dollar. Require exponentially descending input two polynomials, then the program can complete the sum of these two polynomials
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1916
    • 提供者:wwwhiteduwtb
  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. 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 »
搜珍网 www.dssz.com