搜索资源列表
模拟计算器的实现
- 模拟计算器的实现,可以进行基本的运算-the realization simulation calculators, the basic arithmetic
新java计算器
- java制作的计算器小程序,模拟windows下的计算器原形,并含有实验报告等。-produced by the small calculator procedures under simulated windows prototype of the calculator, and contains experimental report.
jisuiqi
- 用MATLAB做的模拟计算器的一个小程序。-do with MATLAB simulation of a small calculator procedures.
HexStrToIntac
- C++/VC.Net...实现二进制、八进制、十进制、十六进制之间的转换 实现不同进制数的加减乘除运算 所有的数据需由键盘(或鼠标操作...输入输出界面,可通过设置窗口或模拟计算器的外形做一些设计。 -C / VC.Net ... to achieve binary, octal, decimal, hexadecimal conversion between the different band to achieve a number
SimulatorCalculate
- 这是一个用VC 模拟计算器的程序,能够实现基本的处理功能-This is a calculator with VC simulation procedures to achieve the basic processing functions
jisuanqi
- 模拟计算器java编程-simulation java programming calculator
模拟计算器的实现
- 模拟计算器的实现,可以进行基本的运算-the realization simulation calculators, the basic arithmetic
模拟WINDOWS计算器
- #制作了一个类似Windows中的计算器。本计算器的基本功能如下: 1实现了计算器的基本功能:加、减、乘、除 2实现开平方根 3实现清除屏幕 4实现了清除内存 5实现了对屏幕数据的复制和粘贴-# produced a similar Windows calculator. The basic functions of the calculator is as follows : a realization of the basic fu
计算器(终结版)
- 本程序完整的模拟了现实中的计算器的功能,有较强的实用性。-the integrity of the process in a realistic simulation of the calculator function, a strong practicality.
新java计算器
- java制作的计算器小程序,模拟windows下的计算器原形,并含有实验报告等。-produced by the small calculator procedures under simulated windows prototype of the calculator, and contains experimental report.
jisuiqi
- 用MATLAB做的模拟计算器的一个小程序。-do with MATLAB simulation of a small calculator procedures.
HexStrToIntac
- C++/VC.Net...实现二进制、八进制、十进制、十六进制之间的转换 实现不同进制数的加减乘除运算 所有的数据需由键盘(或鼠标操作...输入输出界面,可通过设置窗口或模拟计算器的外形做一些设计。 -C/VC.Net ... to achieve binary, octal, decimal, hexadecimal conversion between the different band to achieve a number o
SimulatorCalculate
- 这是一个用VC 模拟计算器的程序,能够实现基本的处理功能-This is a calculator with VC simulation procedures to achieve the basic processing functions
compute
- 模拟计算器数字输入及显示,单片机(1. 行列式键盘输入及按键功能设定; (2. 动态数码显示; (3. 数码显示方式处理; -Analog calculator digital input and display, microcontroller (1. Determinant keyboard input and set the button functions (2. Dynamic digital display
calculater
- 网页模拟计算器,功能简单,自写核心算法。。。。。。。。。。。。。。(Webpage simulation calculator, simple function, core algorithm of self writing)
Cal
- 基于visual studio 开发的计算器模拟小程序,帮助初学者掌握c#基本知识(Analogue calculator)
计算器
- 模拟实现计算器的进制转换等功能,通过使用单选框,选择功能模版(Simulation to achieve the functions of the binary conversion of calculator and so on. By using the radio box, choose the function template.)
基于单片机的智能计算器
- 本设计是以STC89C51单片机为核心的计算器模拟系统设计,输入采用4×4矩阵键盘再加上4个独立按键,可以进行加、减、乘、除7位带符号数字运算,同时支持括号的嵌套使用级浮点数的运算,并在LCD1602上显示操作过程。(This design is a calculator simulation system design with STC89C51 MCU as the core. Input 4 * 4 matrix keyboard
计算器程序
- 自学C语言中相关知识,设计出模拟简单计算器程序。要求如下所述: 1. .必须具有+、-、×、÷简单算术运算以及清除的功能 2. 输出显示简易计算器的界面; 3. 可以通过键盘上“↑←↓→”符号来选择需要输入的数据,点击键盘上“=”或者计算器界面的“=”将计算结果输出显示; 4. 也可以通过输入窗口,直接从键盘上输入要计算的表达式,点击键盘上“=”或者计算器界面的“=”将计算结果输出显示; 5. 选用任意一种(上述3或4)数据输入方法的测