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
    • 文件大小:1.03kb
    • 提供者:linling
  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
    • 文件大小:1.44kb
    • 提供者:董文丽
  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. Delphi_MindreaderSource

    0下载:
  2. Think of a two digit number, subtract the sum of the digits from the number and look up the symbol which corresponds to the result. Visualize the symbol and click the "Show me" button. The program will usually display -Think of a two digit number, su
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:3.86kb
    • 提供者:chandra
  1. tiaoshi3

    0下载:
  2. 这是一个实现两个二元多次多项式相加的C语言程序,同时包括了详细的注解,是我期末的作业,当时分数不错-This is a realization of two binary polynomials times the sum of the C language program, and includes detailed notes, is the end of the operation was a good score
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:1.4kb
    • 提供者:七七然
  1. ADD_BCD

    0下载:
  2. This routine performs a 2 Digit Unsigned BCD Addition It is assumed that the two BCD numbers to be added are in locations Num_1 & Num_2. The result is the sum of Num_1+Num_2 and is stored in location Num_2 and the overflow carry is returned
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:836byte
    • 提供者:crispyhan
  1. BCD_ADD

    0下载:
  2. This routine performs a 2 Digit Unsigned BCD Addition It is assumed that the two BCD numbers to be added are in locations Num_1 & Num_2. The result is the sum of Num_1+Num_2 and is stored in location Num_2 and the overflow carry is returned
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1.69kb
    • 提供者:crispyhan
  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
    • 文件大小:3.96kb
    • 提供者:Adenu
  1. abView 1.3 课后作业

    0下载:
  2. 1.创建一个 VI 程序,比较两个数, 如果其中一个数大于或等于另一个数,则 LED 点亮。 要求:可以多次操作,直到点退出按钮。 2.创建一个VI程序,该程序完成的功能是:产生一个 0.0 ~10.0 的随机数与10.0相乘,然后通过一个VI子程序将积与100相加后开方,将结果输出显示。 要求:可以多次操作,直到点退出按钮。 3、验证哥德巴赫猜想: 一个充分大的偶数可以表示为两个素数之和 要求:可以多次操作,直到点退出按钮。-1 to c
  3. 所属分类:LabView编程

    • 发布日期:2017-10-31
    • 文件大小:31.12kb
    • 提供者:Haibin Zhang
  1. Math2

    0下载:
  2. Write a program to display two sine waves and their sum. y = A sin(ωt+ϕ )
  3. 所属分类:Editor

    • 发布日期:2017-04-25
    • 文件大小:50.73kb
    • 提供者:REV
  1. 1

    0下载:
  2. c++程序,求a和b两个数之和,运用以下程序,希望对大家有所帮助! -c++ program, find a and b are the sum of the two numbers, use the following procedure, we want to help!
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:3.07kb
    • 提供者:LJH
  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
    • 文件大小:3.36mb
    • 提供者:tyc13
  1. sum

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

    • 发布日期:2017-04-14
    • 文件大小:4.31kb
    • 提供者:长约
  1. 编译原理词法分析器

    0下载:
  2. 2.1 待分析的简单的词法 (1)关键字: begin if then while do end 所有的关键字都是小写。 (2)运算符和界符 : = + - * / < <= <> > >= = ; ( ) # (3)其他单词是标识符(ID)和整型常数(SUM),通过以下正规式定义: ID = letter (letter | digit)* NUM = digit digit* (4)空格有空白、制表符
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-07
    • 文件大小:3.12mb
    • 提供者:帅帅的风
搜珍网 www.dssz.com