CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 加 减 乘 除

搜索资源列表

  1. Calculator.rar

    0下载:
  2. 用户可以通过鼠标依次输入参加计算的数值,进行加、减、乘、除等混合运算,还有平方根、倒数、百分数等运算功能,方便日常生活。,Users can enter to participate in the mouse followed by the numerical calculation, to add, subtract, multiply, divide operations such as mixing, as well as the square root, reciprocal, such
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:103483
    • 提供者:胡晓
  1. Simplecalculator

    0下载:
  2. 利用Visual C++实现一个简易计算器。其类似于windows附件中自带的计算器,能够进行加、减、乘、除、平方、立方、对数、倒数、开方、exp(x)、三角函数、等运算。-Visual C++ implementation using a simple calculator. Its similar to the calculator that comes with windows in the annex, to add, subtract, multiply, divide, square
  3. 所属分类:Windows编程

    • 发布日期:2017-05-15
    • 文件大小:3769674
    • 提供者:曾仕琪
  1. computer.rar

    0下载:
  2. 用java编写的一个基于GUI的算术四则运算(加、减、乘、除)的计算器。 1.综合使用swing包的容器类和组件类设计一个合理的界面; 2.只能对整型数据进行处理; 3. 只能完成加、减、乘、除四项基本功能; 4.参照Windows附件中的计算器的外观和功能, Compiles which with java (adds based on the GUI arithmetic mathematical operations, reduces, while, eliminates) the cal
  3. 所属分类:

    • 发布日期:2017-11-11
    • 文件大小:21867
    • 提供者:吴晓辉
  1. calculator.zip

    0下载:
  2. 表达式计算器。表达式中只能有圆括号、函数名、运算符、常数与变量。一、变量名的命名规则:1、可以是字符、或字符串 2、不能以数字开头 3、不能夹杂有空格、运算符或标点符号,以及以下字符:\、|、=、&、%、$、@、#、`、~.二、函数有sin、cos、tan、cot、sqrt、asin、acos、atan、log,均需要小写。函数后的变量名可以加括号,也可以不要括号,如:log(C1)与logC1是相同的。三、运算符有+(加)、-(减)、*(乘)、/(除)与^(幂次)。,Expression ca
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:49543
    • 提供者:YHC
  1. Matrix

    0下载:
  2. c++写的矩阵类,实现矩阵的初始化,加、减、乘、除、转置-a Matrix Class.including matrix operations such as add , subtract , multiply , divide and transpose
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:661541
    • 提供者:wangz
  1. chong_zai

    0下载:
  2. 实现c++编程语言实现复数的加,减,乘,除运算符重载,可以直接进行复数的相关运算-The realization of the plural of add, subtract, multiply, with the exception of operator overloading
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1001
    • 提供者:seahaa
  1. jsq.tar

    0下载:
  2. 用qt实现一个简单的计算器,这个计算器有简单的加、减、乘、除,根号,简单三角函数的功能。-this function is for the calc ,have add sub mul div.sqrt
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:292721
    • 提供者:heyong
  1. Calculator

    0下载:
  2. 简易计算器,对初学者很有帮助的~~~,简单的0~10加、减,乘、除计算器,此程序为汇编语言-Simple calculator, useful for beginners ~ ~ ~, the 0 ~ 10 easy add, subtract, multiply, with the exception of calculators, this procedure for the assembly language
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-04
    • 文件大小:40886
    • 提供者:kamus
  1. 3

    0下载:
  2. 表达式解析源代码 对于包含有函数sin、cos、tan、cot、sqrt、asin、acos、atan、log,和运算符+(加)、-(减)、*(乘)、/(除)与^(幂次)的字符串进行解析。可以解析出变量名,由用户赋值然后求表达式的值。 -Parsing the source code for the expression contains a function, sin, cos, tan, cot, sqrt, asin, acos, atan, log, and operators
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:46403
    • 提供者:how
  1. Calc

    0下载:
  2. 多功能计算器: 能够计算多项式,支持八进制数、十进制数、十六进制数,支持加、减、乘、除、取余、幂,支持小括号.-Multi-function calculator: to calculate the polynomial, support octal number, decimal, hexadecimal, support add, subtract, multiply, divide, mod, power, support the small brackets.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:332222
    • 提供者:刘洋
  1. Cacultor

    0下载:
  2. 使用Eclipse进行开发的简单计算器,完成了数据的加、减、乘、除、求倒、取反等功能,采用了java awt、java swing。-Use Eclipse to develop a simple calculator, complete data add, subtract, multiply, divide, seeking down, take anti-functions, using java awt, java swing.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:10452
    • 提供者:晨风
  1. fraction

    1下载:
  2. 定义和使用分数类fraction 描述: 1.自定义分数类fraction,使用该类可以完成分数的输入、分数的加、减、乘、除二目运算和一目减运算、分数的约分操作、分数的倒数运算、对两个分数进行六种比较运算、以及对分数的输出等操作。 2.将其中使用的普通函数尽量改写成运算符重载函数。如,可重载+、-、*、/、>、>=、<、<=、==、!=,以实现分数的各种运算。并且实现分数与整数的混合运算。 3.尽可能考虑程序的性能。 -评分标准
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:8577
    • 提供者:王云翔
  1. ecdsa

    1下载:
  2. 用于ECC公钥密码算法的大数运算库,可以实现大数的加,减,乘,除等运算,也作了一些DSA签名等实例-the big number computing for ECC algorithm and some examples
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:16795
    • 提供者:hanyu
  1. IR-2

    0下载:
  2. 红外遥控式简单计算器演示程序 * * 用红外遥控器做输入(适用新式遥控器) * * * * LCD1602显示方式: * LCD第一行显示:CALCULATOR * * LCD第二行显示:运算过程 * * * 主要功能: * 0-99两位数之间的加、减、乘、除整数运算-Simple calculator-style infrared remote control demo program** to do with infrared remot
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:30504
    • 提供者:简芝彬
  1. caculation

    0下载:
  2. 具有基本的加、减、乘、除算术运算能力,可带有计算函数的扩充功能-Have a basic add, subtract, multiply, with the exception of arithmetic ability to function can be calculated with the expansion of functions
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:20768
    • 提供者:小白123
  1. calculator

    0下载:
  2. 小型计算器程,功能较完备,可以计算:加,减,乘,除,成方,开方,等等。-Small calculator-way, functions quite well, can be calculated: add, subtract, multiply, divide,成方, prescr iption, and so on.
  3. 所属分类:Button control

    • 发布日期:2017-05-09
    • 文件大小:63571
    • 提供者:linyu
  1. calculator

    0下载:
  2. 实体对象作为ActionForm的属性,实现了加、减、乘、除计算功能的计算器。-Entity object attributes as ActionForm achieved add, subtract, multiply, with the exception of the calculation function calculator.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:1232520
    • 提供者:张宏宾
  1. Int64

    0下载:
  2. 完成一个简单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
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:2205
    • 提供者:波波
  1. MY9_18

    0下载:
  2. 实现对话框的计算器功能,输入两个数据能进行简单的加、减、乘、除操作。-Calculator functions to achieve the dialog box, enter the two data can be a simple add, subtract, multiply, with the exception of the operation.
  3. 所属分类:Button control

    • 发布日期:2017-05-08
    • 文件大小:26746
    • 提供者:朱侃
  1. jisuanqi1

    0下载:
  2. 本计算器可以进行简单的四则运算(加、减、乘、除)但仅限于十进制下,还可以进行(八进制,十进制,十六进制)之间的相互转换,八进制最多可以输入19位数,十进制最多可以输入18位数,十六进制最多可以输入14位数,backspace表示退格, clear表示初始化,-err
  3. 所属分类:JavaScript

    • 发布日期:2017-04-04
    • 文件大小:22556
    • 提供者:holly
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 39 »
搜珍网 www.dssz.com