CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - Arithmetic

搜索资源列表

  1. yunsuan

    0下载:
  2. 简易的计算器,能进行加,减,乘,除等简单的运算!-simple calculator, capable of addition, subtraction, multiplication and simple arithmetic!
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:16779
    • 提供者:赵伟
  1. erterryrtyeryt

    0下载:
  2. 程序要求实现学生成绩的添加,查找,修改,删除以及统计和打印等相关功能. 利用汇编语言的编程思想是实现一个小巧的学生成绩管理系统,其中包括宏程序的引用,子程序调用/嵌套,算术指令,数据传送指令和DOS调用指令等的使用.-procedures call for the addition of student achievement, identify, modify, remove and Print statistics and other related functions. the use
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2709
    • 提供者:肖肖
  1. 333_1

    0下载:
  2. 运行时输入格式为*+*= 能自动计算结果 可以算加减乘除-running for the input format * *= automatically calculated results can calculate the arithmetic
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1284
    • 提供者:刘二腾
  1. fpu_v18

    0下载:
  2. 說明FPU的演算法以及浮點運\算式中的加減乘除-note FPU algorithm-and floating-point operations of arithmetic
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:337412
    • 提供者:kenji
  1. 20070121

    0下载:
  2. 多位数的四则运算,可以实现多位数的加减乘除-more than the median four Operators can achieve multi-digit arithmetic
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1802
    • 提供者:李三
  1. S3C9488AGG

    0下载:
  2. s3c9488算术运算程序,算法简单,不可多得的例程,开发平台OPNICE 5-s3c9488 arithmetic operation procedure, the algorithm is simple, a rare routines, Development Platform OPNICE 5
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2042
    • 提供者:kevinliu
  1. DSP_zichengxuku

    0下载:
  2. 这是DSP的一个应用子程序库,包含基本数学运算子程序,硬件接口子程序,经典数字信号处理算法程序,现代信号处理程序,语音信号处理程序,是DSP软件开发的一个开发指导手册,许多程序笔者在TI实验开发板上调试通过。为了让开发者确实有用,没有割断传送,建议增加点数。-This is a DSP application subroutine library that includes basic arithmetic subroutine, the hardware interface routines,
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1764938
    • 提供者:蔡成林
  1. program

    0下载:
  2. 汇编实例:判断闰年程序,产生随机数并运算的程序,计算平台长度程序,加减乘除四则运算,数字方阵程序,数据加密程序,代码转换程序,键盘录入数据的转换与显示,音乐演奏等-compiled examples : judgment leap year process, and random numbers generated by operations procedures, the length of computing platform procedures, four arithmetic oper
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:247682
    • 提供者:庄文
  1. mycode4

    0下载:
  2. 用汇编语言编译的一个内容简单,可以执行加减乘除的计算器-assembly language compiler as a simple, the implementation of the arithmetic calculators
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2267
    • 提供者:帅盼
  1. shift

    0下载:
  2. 对十进制数的输入做加减乘除,并分别用十进制、八进制、十六进制表示结果-right of the decimal number input do the arithmetic, and were used to the metric system, octal, hexadecimal representation results
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1831
    • 提供者:王慧
  1. 基于二叉树求算术表达式求值的课程设计

    2下载:
  2. 这是本人做的关于基于二叉树求算术表达式求值的课程设计,供大家一起学习。表达式求解问题 设计一个程序实现基于二叉树表示的算术表达式的操作。 1、 需求分析 1. 算术表达式的合法输入数据包括变量(A~Z,a~z)、常量(0-9)和二元运算符(+,-,*,/,^(乘幂))。程序对数据输入格式不作要求,用户需自己保证语法正确,详见用户手册说明。 2. 演示程序以人机对话的方式执行,即在计算机上显示提示信息后,由用户在键盘上输入对应的数据或命令,程序将执行相应的操作并显示下一步信息。 3. 程
  3. 所属分类:汇编语言

    • 发布日期:2012-08-22
    • 文件大小:5090
    • 提供者:viking
  1. gai

    0下载:
  2. 能实现二进制、十 六进制之间的相互转换以及两个数之间的加减乘除的运算。-The arithmetic of addition and subtraction, multiplication and division between binary, decimal, hex conversion between, as well as two numbers.
  3. 所属分类:assembly language

    • 发布日期:2017-11-09
    • 文件大小:2465
    • 提供者:li weixia
  1. 4.11

    0下载:
  2. 编写一个带符号数四则运算的汇编语言程序,完成(Z-(X*Y+200)/20的运算,商送V单元,余数送W单元。-Write a signed four arithmetic assembly language program to complete the computation of (Z-(X* Y+200)/20 V unit, suppliers to send the remainder sent W unit.
  3. 所属分类:assembly language

    • 发布日期:2016-01-25
    • 文件大小:1024
    • 提供者:loginid
  1. EMC_IIC_application2

    0下载:
  2. EMC E2PROM 读写程序和一些算术运算程序-EMC E2PROM reading and writing processes and procedures for a number of arithmetic operations
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:4137
    • 提供者:欧阳中厚
  1. calculater

    0下载:
  2. 这是一个仿照实体计算器功能设计,包括所有常用的计算功能并具有对一组数据的统计处理功能的,用C++语言编程的软件。可以直接在电脑上使用无需安装任何附件。本产品针对需求简单的使用者,设计出一种界面简单,使用方便且功能比较齐备的计算器。基本功能包括简单加减乘除运算,三角函数,反三角函数运算,指数对数运算,求平方及平方根等。增加了对一组数据的统计处理,如平均数,求方差,求平方和这样的运算。-This is a calculator function entity modeled on the desig
  3. 所属分类:assembly language

    • 发布日期:2017-05-21
    • 文件大小:2223937
    • 提供者:高斯
  1. CAC

    0下载:
  2. 汇编语言源程序:计算器程序,可实现简单十进制或十六进制单四则运算。-Assembly language source code: calculator program can be simple single decimal or hexadecimal arithmetic.
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:1759
    • 提供者:lily
  1. arithmetic

    0下载:
  2. 无符号32位数字的四则运算,排除了所有异常-Unsigned 32-bit digital arithmetic, remove all the anomalies
  3. 所属分类:assembly language

    • 发布日期:2017-03-27
    • 文件大小:10164
    • 提供者:xumianhao
  1. Assembly-arithmetic

    0下载:
  2. 本程序实现从键盘输入2个操作数和一个四则运算的操作符,结果通过屏幕显示。-This procedure to achieve two operands and a four arithmetic operators, entered from the keyboard results through the on-screen display.
  3. 所属分类:assembly language

    • 发布日期:2017-11-20
    • 文件大小:1561
    • 提供者:水中月
  1. arithmetic

    0下载:
  2. 关于简单四则运算 每次可给出5题 累加正确题数 计算正确率-About four simple arithmetic can be given five questions each time cumulative number of questions correctly calculate the correct rate
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:931
    • 提供者:wyh
  1. Scores-of-arithmetic

    0下载:
  2. 这一题是关于分数的四则运算的源代码,仅供参考-this topic is about the Scores of arithmetic of source code,the class time
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1372
    • 提供者:王朔的
« 12 3 4 5 »
搜珍网 www.dssz.com