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

搜索资源列表

  1. Calculator

    0下载:
  2. 构造一个能实现加减乘除运算的计算器,可复制前一次运算结果到后面运用。-Structure to achieve a add, subtract, multiply and divide arithmetic calculator, can be copied before the first operation result back to use.
  3. 所属分类:LabView

    • 发布日期:2017-04-30
    • 文件大小:457194
    • 提供者:阿杰
  1. Java

    0下载:
  2. 用16位指令编制程序,处理32位加减乘除算术四则运算题。 V=((X-Y)*Z+20)/X -With 16 programmed instruction, handling 32 arithmetic operation arithmetic four questions: V = ((XY)* Z+ 20)/X
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2487
    • 提供者:仔仔
  1. basic-calculation

    0下载:
  2. 基于C++的复数运算,定义了加减乘除取实部虚部,定义了2×2阶复数矩阵的乘法 内附详细注释-The basic calculation based on C++. Define basic calculation between complex number, including+,-,*,/. Define the multipy between two 2*2 complex matrixes.
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1234
    • 提供者:汤星舟
  1. Calculator-program

    0下载:
  2. 简单计算器程序,能够完成双精度的数值的加减乘除算法-Simple calculator program, to complete the double-precision value of arithmetic algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:5621
    • 提供者:刘良川
  1. labb

    0下载:
  2. 四则运算加减乘除算法。 从键盘输入N个无符号字节数,数的范围:00 99,从显示屏输出的内容有: 输入提示、输入错误检查提示、输出结果显示等,完成以下内容。 1).对数据排序 2) 求出平均值; 3).求出最大,最小值 -Four arithmetic arithmetic algorithms. Keyboard input N unsigned byte count, the range of numbers: 00 99 the content of the
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:3507
    • 提供者:Celynn
  1. jisuanqi

    0下载:
  2. 这是一个vc++的计算机程序,可以进行浮点数范围内的加减乘除幂次的运算,-This is a computer program vc++, can float within the scope of the power of add, subtract, multiply and divide operations,
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2102
    • 提供者:zhangyi
  1. calculate

    0下载:
  2. 简易计算器,能够实现基本计算器的加减乘除等基本功能-Simple calculator, to achieve the basic arithmetic and other basic calculator functions
  3. 所属分类:LabView

    • 发布日期:2017-05-01
    • 文件大小:84000
    • 提供者:rubyyao
  1. bigdata

    0下载:
  2. C++实现大数加减乘除取模运算,代码简明,注释清晰,容易理解。-C++ achieve large numbers arithmetic modulo operation, code that is concise, clear notes, easy to understand.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2487
    • 提供者:lurui
  1. Calculator

    0下载:
  2. 计算器,实现加减乘除、函数、求π等基本运算。-Calculator, to achieve the function for PI, add, subtract, multiply and divide, and other basic operations.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-11
    • 文件大小:2179026
    • 提供者:carl
  1. cabulate

    0下载:
  2. 高级计算器程序,能够进行简单的加减乘除和后续复杂运算。-Advanced calculator program can perform simple addition, subtraction and subsequent complex operations.
  3. 所属分类:LabView

    • 发布日期:2017-05-05
    • 文件大小:115819
    • 提供者:陈辰
  1. Small-Calculation-Tool

    0下载:
  2. 计算加减乘除、三角函数、对数等简单数学问题,可进一步添加相关功能。-Calculate arithmetic, trigonometric functions, the number of simple mathematical problems, can be further added related functions.
  3. 所属分类:LabView

    • 发布日期:2017-05-04
    • 文件大小:138237
    • 提供者:魏鲲鹏
  1. counter_VB

    0下载:
  2. 用VB编了个计算器,能实现基本数学运算,如加减乘除,三角,反三角,乘方,开方,立方,取绝对值等等,自带音效-Counter used by VB
  3. 所属分类:source in ebook

    • 发布日期:2017-05-06
    • 文件大小:580065
    • 提供者:龙轩
  1. Calculator

    0下载:
  2. 可以进行小数及整数的加减乘除,由易语言制作-It can be fractional and integer arithmetic, produced by the easy language
  3. 所属分类:ELanguage

    • 发布日期:2017-04-13
    • 文件大小:1942
    • 提供者:咋整数
  1. calculator

    0下载:
  2. 这是一个实现简单计算器功能的C代码,实现了加减乘除等基本功能。-A simple calculator
  3. 所属分类:source in ebook

    • 发布日期:2017-05-16
    • 文件大小:3958601
    • 提供者:DCX_abc
  1. 64-Calculator

    0下载:
  2. 采用4×4键盘,16个键依次对应0~9、“+”、“-”、“×”、“÷”、“ ”和清除键。可以进行小于255的数的加减乘除运算,并可连续运算。当键入值大于255时,将自动清零,可以重新输入。反转法扫描键盘,串行口数据输出,74ls164驱动数码管显示 P1口为扫按键特征码输入端 P3.0,P3.1为串行口数据输出端连接串行静态显示模块的DIN、CLK端。-Using 4 4 keyboard, 16 key corresponding to 0 ~ 9+ in turn- and clear
  3. 所属分类:assembly language

    • 发布日期:2017-05-05
    • 文件大小:59621
    • 提供者:胡建
  1. BigInt

    0下载:
  2. 支持大整型的加减乘除求余等运算以及大整型与int型的各类运算-Support large integer addition, subtraction, etc. I seek operation and a large int type integer and operation of all types
  3. 所属分类:assembly language

    • 发布日期:2017-12-13
    • 文件大小:5537
    • 提供者:崔利强
  1. 四则运算器

    0下载:
  2. 实现四则运算加减乘除的功能,用户可以用此程序作为子程序开发其他内容(Four operations add, subtract, multiply and divide the function,Users can use this program as a subroutine to develop other content)
  3. 所属分类:汇编语言

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:就是现在
  1. mutfblearea

    0下载:
  2. 本例制作计算器,运行效果如图100-1所示,执行本例实例后,将创建一个计算器,可以进行常用的加减乘除算术运算,本实例的知识()
  3. 所属分类:书籍源码

    • 发布日期:2017-12-30
    • 文件大小:17408
    • 提供者:Cpgrk
  1. 条件结构的使用

    0下载:
  2. 条件结构使用的范例,利用条件结构并配合枚举完成加减乘除的运算。(Structure using the example, the condition of structure and with complete enumeration add, subtract, multiply and divide operations.)
  3. 所属分类:LabView编程

    • 发布日期:2018-01-01
    • 文件大小:5120
    • 提供者:Z689
  1. 计算器

    0下载:
  2. 实现计算器的加减乘除,以及2、8、10、16进制转换的功能(The hexadecimal conversion calculator and add, subtract, multiply and divide the function)
  3. 所属分类:LabView编程

    • 发布日期:2018-01-02
    • 文件大小:130048
    • 提供者:LiChaoCloud
« 1 2 ... 9 10 11 12 13 1415 »
搜珍网 www.dssz.com