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

搜索资源列表

  1. UseMatrixArrayMul

    0下载:
  2. 一个矩阵四则运算程序. 主要实现两个矩阵的 加,减,乘,除运算-a matrix 4 Operational procedures. Two main matrix, plus or minus, multiplication and Operational
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1372
    • 提供者:陈健
  1. 我的远代码

    0下载:
  2. 汇编原代码,能够实现加,减,乘,除,等功能, 对于出学者,是很有帮助的,所以 一定要看看呀-compilation of the original code can be achieved, plus or minus, multiplication and addition, the function for up academics, is very helpful and I must look at the ah
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1851
    • 提供者:严岩
  1. sizeyunshuan

    0下载:
  2. 这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下: c:\\masm>js 3+2 5 c:\\masm>js 6*7 2A c:\\masm>js 10-4 c c:\\masm>js 12/3 6-This is downloaded from the Internet from a compu
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3001
    • 提供者:xiaoqiang
  1. ExpressAnalysis

    0下载:
  2. 表达式分析, 支持算术运算,括号,关系运算,逻辑运算,字符串的like运算等。采用了有限自动机做词法分析, 语法分析用算符优先分析方法,正负号算符使文法不是OPG,因此这里作了特殊处理。分析的结果是逆波兰式, 存在一个链表中。在逆波兰式的基础上,用一个栈来进行求值。在vc++6.0下试验通过。 如有问题,可以mail: zch888email@163.com 我将尽快回复你。-expression analysis, supports arithmetic operations, bra
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:22808
    • 提供者:大山
  1. shuzhifenxikechengsheji

    0下载:
  2. 本程序代码是用c/c++编写的,主要功能是实现多项式的加、减、乘、除,采用指针和链表,算法参考了其他书上的,但是代码全部是由自己写的,只是在出错处理上不是太严格-the code is c / c prepared by the main function is a polynomial, plus or minus, multiplication and addition, Listless and indicators used, the algorithm as a reference b
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3207
    • 提供者:超哥
  1. HuiBian_JiSuanQi

    0下载:
  2. 一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式-a computer program can achieve, plus or minus, by, in addition to the calculation. The program is acceptable to the 16-band number. Implementation required in the file name directly to keep
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3643
    • 提供者:詹庆锋
  1. zhengfufahuayuan

    0下载:
  2. VC++环境下的编程,实现计算机图形学中的正负法画圆算法的源代码-VC environment of programming, computer graphics of plus or minus Act Circle algorithm source code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:14193
    • 提供者:苏杰
  1. Calculatorassembly

    0下载:
  2. 文件名:main.asm 完成对从键盘输入的0-9的数的存入 完成对从键盘输入回车、\"ESC\"键及“+”,“-”,“*”,“/”键的分析及对加、减、乘、除过程的调用。 完成对从键盘输入错误数据的分析 程序在编写过程中使用了宏,模块。供汇编程序初学者及爱好者参考。 -File Name : main.asm completion of the keyboard input from 0-9 for the completion of deposit from the k
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:8951
    • 提供者:五香
  1. Huge

    7下载:
  2. 编写一个巨型整数类HugeInt,可以用默认值0或长整型数或字符串进行对象的初始化(构造) 然后用成员、友元或普通函数等重载相应的运算符实现下述功能(必须优化算法、同时进行异常处理):“巨型整数”OP“巨型整数/长整型数/字符串” [其中OP为:加+、减-、乘*、整除/、求余%、复合运算(+=、-=、*=、/=、%=)和关系运算(>、>=、<、<=、!=和==)] “长整型数/字符串”OP “巨型整数”(其中OP为:+、-、*、/、%和关系运算),求负(-巨型整数),巨型
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9998
    • 提供者:小吴
  1. tcal4.2

    0下载:
  2. 文本计算器是一款为经常需要使用计算器的工程项目人士而设计的软件,该软件使用简单、方便。 当需要计算数据时,在窗口中输入整个表达式(表达式可以是加+、减-、乘*、除/、平方^、括号(),以及数学函数组合),按回车后可自动计算出结果,计算方法一目了然,便于查找计算中可能出现的错误。 支持的数学函数:cos(), sin(), tg(), ctg(), abs(), sgn() or sign(), sqrt(), ln(),sh() or sinh(), ch() or cosh(), th
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:54771
    • 提供者:娃娃
  1. hu11pd

    0下载:
  2. 汇编判断正负的代码-compilation of the code of plus or minus judgment
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:875
    • 提供者:青风
  1. cxc002

    0下载:
  2. 随机产生10道互不相同的20以内的加减法(加减数及和差均<=20)待用户答完题后,显示用户的得分、评语及正确答案。并带彩色,计时器和系统日期和时间。这是我的汇编课程设计!-randomly generated 10 incompatible with the 20 within the addition and subtraction (plus or minus a few and the poor and have lt; = 20) to be wound that users, s
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:5307
    • 提供者:程相闯
  1. jsq_简易计算器

    0下载:
  2. 本程序实现一个简单的计算器功能,其中包括0~9共10数字按钮、加、减、乘、除4个运算按钮以及等号和清空两个辅助按钮 ,还有一个显示输入输出的文本框。-the procedures to implement a simple calculator functions, including 0-9 10 digital buttons, plus or minus, multiplication and four button operation and clear the two equal an
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:16130
    • 提供者:白辰
  1. 1_5_3

    0下载:
  2. 求两位数字的加,减,乘,除,虽然程序简单 但是写的很好,可以参考一下。8086测试通过-seeking two figures, plus or minus, multiplication and addition, although the procedures are simple but very well written and can reference. The test 8086
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1101
    • 提供者:王巍
  1. pl/0

    0下载:
  2. /*PL/0编译系统C版本头文件pl0.h*/ /* typedef enum { false, true } bool; */ #define norw 13 /*关键字个数*/ #define txmax 100 /*名字表容量*/ #define nmax 14 /*number的最大位数*/ #define al 10
  3. 所属分类:编译器/词法分析

    • 发布日期:2010-09-13
    • 文件大小:25139
    • 提供者:xqq771084591
  1. setup2

    0下载:
  2. 用masm汇编语言进行简单程序编写,如数制转换、正负数统计-With a simple assembly language masm programming, full system conversion, plus or minus a few statistics
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:42176
    • 提供者:王昕
  1. 123

    0下载:
  2. 用汇编写的按键控制数码管显示0-512的程序,包含长按键快速加减-Written with the compilation of the digital keys to control display of the 0-512 procedure, including the long-fast plus or minus keys
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1125
    • 提供者:zjq
  1. OUTS51P2

    0下载:
  2. P2口输出3路精确到正负1Hz的方波发生器源程序OUTS51P2.ASM-P2 port output is accurate to plus or minus 3 Road, 1Hz square wave generator source OUTS51P2.ASM
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:639
    • 提供者:songyyin
  1. override-of-complexs

    0下载:
  2. 实现复数的加减乘除 运算符的重载和重载“《”运算符-implement complexs about plus minus multiply anddivision
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:959145
    • 提供者:zhangyuling
  1. kekongchengfaqi

    0下载:
  2. 用2片4位加法器实现可控累加(加/减,-9到9,步长为3)电路,最大和两位10进制数99。-Controlled multiplier- with two 4-bit adder controllable accumulate (plus/minus,-9 to 9, step 3) circuit, the maximum and two decimal 99.
  3. 所属分类:LabView

    • 发布日期:2017-04-23
    • 文件大小:319138
    • 提供者:张国栋
« 12 »
搜珍网 www.dssz.com