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

搜索资源列表

  1. jsqjava

    0下载:
  2. 用Java做的计算器源代码,可以实现简单的加减乘除-Calculator to do with the Java source code, can achieve simple addition and subtraction, multiplication and division
  3. 所属分类:software engineering

    • 发布日期:2017-11-27
    • 文件大小:14473
    • 提供者:wxh
  1. jisuanqi

    0下载:
  2. 一个小型计算器,实现加减乘除等最基本的计算器功能。-slim calculator
  3. 所属分类:software engineering

    • 发布日期:2017-12-10
    • 文件大小:9335
    • 提供者:张是
  1. 6-3Matrix

    0下载:
  2. 矩阵的运算包括加减乘除,还有转置,是在VC6.0上编译成功的-Matrix operations include addition, subtraction, and transpose
  3. 所属分类:File Formats

    • 发布日期:2017-12-01
    • 文件大小:1789
    • 提供者:吴杰
  1. jisuanqi

    0下载:
  2. 是一个简单的计算机,包括加减乘除,也是在VC上开发的,虽然有点老-Is a simple computer, including addition, subtraction, but also on the development of the VC, though a bit old
  3. 所属分类:File Formats

    • 发布日期:2017-12-07
    • 文件大小:2467
    • 提供者:吴杰
  1. juzhen

    0下载:
  2. 关于矩阵类加减乘除的相关实现的源代码,希望对大家有所帮助-Math on the correlation matrix class to achieve the source code, we hope to help
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:25664
    • 提供者:xiaoli
  1. jishuqi

    0下载:
  2. 用c#实现的一个简单的计算器,可以实现加减乘除和连加连减连乘连除等功能。-Using c# to achieve a simple calculator, you can achieve even the addition, subtraction, and even add subtract multiply connected even in addition to other functions.
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:38619
    • 提供者:张晋学
  1. CPU

    0下载:
  2. 基于FPGA控制的ASIC CPU系统设计,全是用VERILOG代码编写,可以做加减乘除运算 -FPGA-based control ASIC CPU system design, all made with VERILOG code writing, arithmetic operations can be done
  3. 所属分类:File Formats

    • 发布日期:2017-04-09
    • 文件大小:1844344
    • 提供者:xiaokai
  1. gaijisuanji

    0下载:
  2. 简易计算器程序,加减乘除等功能,程序比较简单,适合初学者参考。-Simple calculator program, addition, subtraction and other functions, the procedure is relatively simple, suitable for beginners reference.
  3. 所属分类:Software Testing

    • 发布日期:2017-04-25
    • 文件大小:482909
    • 提供者:胡巍
  1. Calculator

    0下载:
  2. 这是一个关于计算机的简单编程代码,可以实现计算器的加减乘除开放等功能。此代码详细,而又简洁,很适合初学者。-This is a simple computer programming code, can achieve open, Math calculator functions. This code is detailed, yet simple, very suitable for beginners.
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2258286
    • 提供者:liujianli
  1. 10

    0下载:
  2. 一个简单的C++编程,用以计算10以内的计算软件,包含加减乘除算法。-A simple C++ programming, to calculate within 10 calculation software, including arithmetic algorithms.
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1062
    • 提供者:gu
  1. calculator.java

    0下载:
  2. 一个Java编写的简易计算器,能正确实现加减乘除括号等功能的计算-Write a program that reads an expression as input and print out the result. Only integers and operators below are allowed in the expression: +-*/ ( ) Your program should be able to deal with multiple cases of inp
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1034
    • 提供者:lee
  1. _20131230150429

    0下载:
  2. 该程序是实现简易计算的程序,即简易计算器,可以实现加减乘除-The program is simple calculations, a simple calculator that can be achieved Math
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:18195
    • 提供者:船长
  1. chumojisuanqi

    0下载:
  2. 基于博创ARM2410-SforUCOS平台的计算器,利用逆波兰式算法,可以实现键盘和触摸屏操作,可以实现加减乘除、括号、删除和清屏功能-Borch ARM2410-SforUCOS based platform calculator, use Reverse Polish Notation algorithm can achieve the keyboard and touch-screen operation, you can achieve arithmetic, parentheses,
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2369
    • 提供者:wangheng
  1. JUZHENGYUNSHUAN

    0下载:
  2. 矩阵运算,实现加减乘除的基本功能,包含头文件与原文件-Matrix operations, the realization of the basic functions of addition, subtraction, include the header file and the original file
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:4592
    • 提供者:黄晓得
  1. 00

    0下载:
  2. (1)编程思路:本例因为要制作计算器,所以首先定义具有计算功能的类Calculator。在类Calculator中定义处理加减乘除运算的函数,分别命名为opAdd (),opSubtract(),opMultiply(),opDivide()。然后,因为要实现实现人机交互的效果,所以先要定义实现用户界面类CalculatorGUI。通过Panel类的setLayout()函数进行用户界面的布局。此外,要通过actionPerformed(ActionEvent event))函数来实现对按钮事件
  3. 所属分类:软件工程

    • 发布日期:2017-04-16
    • 文件大小:18913
    • 提供者:张飞
  1. src

    0下载:
  2. 简单计算机,实现 加减乘除功能
  3. 所属分类:Project Design

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

    0下载:
  2. 一百万内简单的加减乘除计算器,可计算出负值-Million in the calculator
  3. 所属分类:File Formats

    • 发布日期:2017-04-24
    • 文件大小:51212
    • 提供者:zhangqingbin
  1. sjys

    0下载:
  2. 该程序能让小学生练习加减乘除四则运算 具有趣味性,有难易度选择,计时等功能-The program allows students to practice addition, subtraction four arithmetic
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:98019
    • 提供者:Bright
  1. Calculator-0.02

    0下载:
  2. 在visual studio2005写的简易的计算器,能完成简单的加减乘除。-In visual studio2005 wrote a simple calculator that can perform simple arithmetic.
  3. 所属分类:Document

    • 发布日期:2017-05-22
    • 文件大小:6405859
    • 提供者:李细辉
  1. calcu_8155

    0下载:
  2. C语言编写的计算器程序,加减乘除与开方等-Such as calculator program written in C language, arithmetic and prescribing
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:2083
    • 提供者:
« 1 2 34 »
搜珍网 www.dssz.com