搜索资源列表
一个非常好用的Autocad工具集
- ********************************************************* * AyungerStudio AutoCAD-Tools 更新日期: 2010.02.01 * ********************************************************* 这是本人近年来独自开发的一个AutoCAD修改工具集合,现与各位共享,主要包括: 1、 绘制类: 箭头、示坡线、锥坡线、剖断线、垂线、切线、等高线加
VHDL
- 计算器,可实现加减乘除运算并包含数码显示与输入部分。-Calculators, multiplication and division addition and subtraction operations can be realized and includes digital display and input section.
IR-2
- 红外遥控式简单计算器演示程序 * * 用红外遥控器做输入(适用新式遥控器) * * * * LCD1602显示方式: * LCD第一行显示:CALCULATOR * * LCD第二行显示:运算过程 * * * 主要功能: * 0-99两位数之间的加、减、乘、除整数运算-Simple calculator-style infrared remote control demo program** to do with infrared remot
calculator
- 实体对象作为ActionForm的属性,实现了加、减、乘、除计算功能的计算器。-Entity object attributes as ActionForm achieved add, subtract, multiply, with the exception of the calculation function calculator.
Int64
- 完成一个简单64位整数加、减、乘、除运算类,可以进一步修改为长整数运算-Completion of a simple 64-bit integer add, subtract, multiply, with the exception of computing categories, can be further revised to a long integer calculations
jisuanqi
- 系统地学习面向对象编程思想,了解MFC架构,逐步熟悉可视化编程环境Visual C++,并在此环境下设计并实现一个简单计算器系统,该计算器应能实现如下功能: 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运算 3、以角度、弧度两种方式实现上述部分函数 -Systematic study of object-oriented programming ideas, u
Calculator
- 能实现简单的加,减,乘,除,还有乘方,开方等计算器功能!-To achieve a simple add, subtract, multiply, divide, there is involution, evolution, such as a calculator function!
big_number
- 1.支持的运算类型有:+(加) -(减) *(乘) /(除并求余) (求余). 2.支持正负数的运算. 3.支持大数阶乘. 4.由于运用了vector类,原则上支持任意大的整数运算.-1. To support the types of operations are:+ (plus)- (by)* (x)/(in addition to, and seeking more than) (for more). 2. In support of plus or minus the nu
jisuanqi
- 用C#写的比较基础的windows Form 程序,该计算器实现了基础的数学运算,如加,减,乘,除等任务.-Comparison with C# to write the basis of windows Form procedures, the calculator to achieve a foundation for mathematical operations, such as addition, subtraction, multiplication, in addition to
Bigint
- 大数的高精度加减乘除(位数较多)-bigint
calculator
- 全功能计算器,基本运算都能满足!既包括加/减/乘/除,还有开方等等!-Full functional calculator, basic operations can be satisfied! Includes both add/down/take/besides, still have root wait!
HugeNumArithm
- 1024位大数的运算,包括加减乘除等运算,定义了一个类,对运算符进行了重载-1024 large numbers of operations, including addition, subtraction and other operations, define a class of operators were overloaded
dghgjhk
- 计算器,实现计算的基本功能.可以加,减,乘,除.-Calculator, to achieve the basic functions of computing. You can add, subtract, multiply and divide.
jisuanqi
- 简易整型计算器 可以计算加 减 乘 除 四种运算-Simple integer calculator Math four kinds of operations can be calculated
jsq
- 非常 精简的计算器 计算整型数 加 减 乘 除-Very, very compact calculator integer addition, subtraction
yunsuanfuchongzai
- 用友元函数实现运算符的重载,包括加、减乘、除的重载,实现复数运算-Friend function operator overloading, including addition, subtraction multiplication, in addition to overloaded plural computing
calculator
- 计算器英文文档,实现加.减.乘.除同时支持括号并且具有优先级-Calculator English documents, plus minus multiply. While supporting brackets and has priority
mfc
- mfc简单计算器的实现加 减 乘 除,拥有简单的窗口 -mfc achieve simple arithmetic calculator with simple window
array
- 稀疏矩阵四则运算 实现加减乘功能 没有进行除的运算,也没时间写了,课程设计的成果-matrix calculate
1_3
- 栈的实现及应用 栈是一种常用的线性表,在操作系统中被大量使用,比如计算各种表达式。设计程序完成一个24点游戏,要求用户将四个随机产生的十以内的整数进行加减乘除(允许使用括号,每个数只能用一次)求得二十四。(注:可以不判断录入的表达式是不是只使用了给定的四个数或者使用了多次数) 功能要求: (1)随机产生四个数(使用randomize和random函数); (2)要求用户录入表达式,只能使用括号,加,减,乘和除; (3)将中序算术表达式变成逆波兰式(也就是后序算术表达式);