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

搜索资源列表

  1. yc.rar

    0下载:
  2. 此为简易计算器的源程序,能加减乘除运算,在51单片机下开发,This is the summary of the source code calculator, multiplication and division to addition and subtraction calculations, developed in the 51 SCM
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:1784
    • 提供者:叶超
  1. jsq

    0下载:
  2. 运用用MATLAB编程的小型计算器,能够运行简单的加减乘除等运算-Use with MATLAB programming small calculator, able to run, such as simple addition and subtraction, multiplication and division operations
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:4861
    • 提供者:郑力圆
  1. hugeint

    1下载:
  2. 巨型整数类,实现高精度与高精度之间的加减乘除取余运算-Large integer type, to achieve high-precision computing
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1044773
    • 提供者:原点
  1. wangrong31str

    0下载:
  2. 表达式求值,通过栈,计算加减乘除,可以做小数,整数负数等运算-Expression is evaluated, through the stack, calculate addition and subtraction multiplication and division, can do decimals, negative integers such as computing
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:2419
    • 提供者:wrjessica
  1. BDate

    0下载:
  2. 主要是阐述了运用重载运算符较完美的实现了大数的加减乘除运算,其中乘法用到俄罗斯算法,语言非常简练。-Is mainly explained the use of overloaded operator, the more perfect realization of the large numbers of addition and subtraction multiplication and division operations, including multiplication algor
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:1221974
    • 提供者:高德政
  1. DesignofFloatingPointCalculatorBasedonFPGA

    0下载:
  2. 给出系统的整体框架设计和各模块的实现,包括芯片的选择、各模块之间的时序以及控制、每个运算模块详细的工作原理和算法设计流程;通过VHDL语言编程来实现浮点数的加减、乘除和开方等基本运算功能;在Xilinx ISE环境下,对系统的主要模块进行开发设计及功能仿真,验证 了基于FPGA的浮点运算。 -The overall framework of system design and realization of each module which contain selection of ch
  3. 所属分类:Project Design

    • 发布日期:2017-05-13
    • 文件大小:3488790
    • 提供者:mabeibei
  1. compute_sipf

    0下载:
  2. 根据《大话设计模式》用C++编写的计算器控制台程序,采用简单工厂设计模式。创建加减乘除运算类,继承于基本运算类operate,简单工厂类用于实例化运算符号对象。-According to " lying Design Patterns" written with C++ console calculator program, a simple factory design pattern. Create addition and subtraction multiplicati
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:1015257
    • 提供者:William penn
  1. java

    0下载:
  2. 计算器实现的功能包括加减乘除,开平方,求倒数,也实现了连续运算的的功能-Calculator implemented functions include addition, subtraction, multiplication and division, square root, reciprocal, and continuous operation
  3. 所属分类:software engineering

    • 发布日期:2017-11-20
    • 文件大小:51693
    • 提供者:ree
  1. Form1.Designer

    0下载:
  2. 小学生数学自测系统,可实现加减乘除的运算-test system
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:1248
    • 提供者:戴露萍
  1. kaven2

    0下载:
  2. 功能非常强大的计算器,单片机飞思卡尔LCD屏幕显示,可以完成加减乘除还有括号运算-Very powerful calculator microcontroller Freescale LCD screen display, the completion of the addition, subtraction there brackets operator
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:635499
    • 提供者:S
  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-15
    • 文件大小:18913
    • 提供者:张飞
  1. CPU

    0下载:
  2. 我是2014级复旦的研究生。这是一个8位的CPU设计VHDL实现。本CPU基于RISC架构,实现了cpu的基本功能如:加减乘除运算,跳转等。此外,里面有一个17位的ROM区,是存储指令的。你可以写出一段17位的指令代码,并放入ROM区,该CPU即可自动运行出结果。压缩包里是源代码和我们当时的设计要求。本源代码的最后调试时在地址0 17是放入的斐波纳契数字(Fibonacci Numbers)指令。通过modelsim仿真即可看到结果。-I am a 2014 graduate of Fudan
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:520165
    • 提供者:ljt
  1. project_3

    0下载:
  2. 计算器实现 实现加减乘除的运算 以及数据的存储-for caculating
  3. 所属分类:Project Design

    • 发布日期:2017-05-15
    • 文件大小:4006256
    • 提供者:问她
  1. 24-Games

    0下载:
  2. 给出玩家4个1~13之间的整数,玩家通过加减乘除四中运算方法来使得4个数的运算结果为24.-Players are given four integer arithmetic players through IV calculation method to make the calculation result of four numbers between 1 to 13 is 24.
  3. 所属分类:Project Design

    • 发布日期:2017-04-30
    • 文件大小:14006
    • 提供者:许颜
  1. jisuanqi

    0下载:
  2. VHDL语言编写的计算其程序,可实现简单的加减乘除运算。-Functions to achieve universal calculator
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1634
    • 提供者:李晨宇
搜珍网 www.dssz.com