搜索资源列表
UseMatrixArrayMul
- 一个矩阵四则运算程序. 主要实现两个矩阵的 加,减,乘,除运算-a matrix 4 Operational procedures. Two main matrix, plus or minus, multiplication and Operational
我的远代码
- 汇编原代码,能够实现加,减,乘,除,等功能, 对于出学者,是很有帮助的,所以 一定要看看呀-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
sizeyunshuan
- 这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是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
ExpressAnalysis
- 表达式分析, 支持算术运算,括号,关系运算,逻辑运算,字符串的like运算等。采用了有限自动机做词法分析, 语法分析用算符优先分析方法,正负号算符使文法不是OPG,因此这里作了特殊处理。分析的结果是逆波兰式, 存在一个链表中。在逆波兰式的基础上,用一个栈来进行求值。在vc++6.0下试验通过。 如有问题,可以mail: zch888email@163.com 我将尽快回复你。-expression analysis, supports arithmetic operations, bra
shuzhifenxikechengsheji
- 本程序代码是用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
HuiBian_JiSuanQi
- 一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是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
zhengfufahuayuan
- VC++环境下的编程,实现计算机图形学中的正负法画圆算法的源代码-VC environment of programming, computer graphics of plus or minus Act Circle algorithm source code
Calculatorassembly
- 文件名: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
Huge
- 编写一个巨型整数类HugeInt,可以用默认值0或长整型数或字符串进行对象的初始化(构造) 然后用成员、友元或普通函数等重载相应的运算符实现下述功能(必须优化算法、同时进行异常处理):“巨型整数”OP“巨型整数/长整型数/字符串” [其中OP为:加+、减-、乘*、整除/、求余%、复合运算(+=、-=、*=、/=、%=)和关系运算(>、>=、<、<=、!=和==)] “长整型数/字符串”OP “巨型整数”(其中OP为:+、-、*、/、%和关系运算),求负(-巨型整数),巨型
tcal4.2
- 文本计算器是一款为经常需要使用计算器的工程项目人士而设计的软件,该软件使用简单、方便。 当需要计算数据时,在窗口中输入整个表达式(表达式可以是加+、减-、乘*、除/、平方^、括号(),以及数学函数组合),按回车后可自动计算出结果,计算方法一目了然,便于查找计算中可能出现的错误。 支持的数学函数:cos(), sin(), tg(), ctg(), abs(), sgn() or sign(), sqrt(), ln(),sh() or sinh(), ch() or cosh(), th
hu11pd
- 汇编判断正负的代码-compilation of the code of plus or minus judgment
cxc002
- 随机产生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
jsq_简易计算器
- 本程序实现一个简单的计算器功能,其中包括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
1_5_3
- 求两位数字的加,减,乘,除,虽然程序简单 但是写的很好,可以参考一下。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
pl/0
- /*PL/0编译系统C版本头文件pl0.h*/ /* typedef enum { false, true } bool; */ #define norw 13 /*关键字个数*/ #define txmax 100 /*名字表容量*/ #define nmax 14 /*number的最大位数*/ #define al 10
setup2
- 用masm汇编语言进行简单程序编写,如数制转换、正负数统计-With a simple assembly language masm programming, full system conversion, plus or minus a few statistics
123
- 用汇编写的按键控制数码管显示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
OUTS51P2
- P2口输出3路精确到正负1Hz的方波发生器源程序OUTS51P2.ASM-P2 port output is accurate to plus or minus 3 Road, 1Hz square wave generator source OUTS51P2.ASM
override-of-complexs
- 实现复数的加减乘除 运算符的重载和重载“《”运算符-implement complexs about plus minus multiply anddivision
kekongchengfaqi
- 用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.