搜索资源列表
c语言简易计算器
- 用c语言实现的简易计算器,键盘操作,图形界面,可以进行四则运算-use of simple language calculator, keyboard, graphics interface, for four Operational
C语言实战105例
- C语言实战105例 第1部分 基础篇 实例1 一个价值“三天”的BUG 2 实例2 灵活使用递增(递减)操作符 5 实例3 算术运算符计算器 7 实例4 逻辑运算符计算器 9 实例5 IP地址解析 11 实例6 用if…else语句解决奖金发放问题 13 实例7 用for循环模拟自由落体 16 实例8 用while语句求n! 19 实例9 模拟银行常用打印程序 22 实例10 使用一维数组统计选票 26 实例11
c语言简易计算器
- 用c语言实现的简易计算器,键盘操作,图形界面,可以进行四则运算-use of simple language calculator, keyboard, graphics interface, for four Operational
jsq
- C#开发的一个简易计算器,打开项目即可测试、编译!-C# Developed a simple calculator, open the project to the test, the compiler!
Calculator
- Proteus应用实例,简易计算器的设计,含有Uvision2的C语言源程序,适合初学Proteus的开发人员-Proteus application, simple calculator design, containing uVision2 the C language source code, suitable for novice developers Proteus
jisuanji
- 单片机实现的简易计算器的代码,用C语言写的!-Single-chip implementation of a simple calculator code, written using C language!
calculator
- 简易计算器,主要有以下5个功能模块,(1)计算器界面显示模块。计算器界面显示必须在执行实际计算操纵之前完成,在这里主要调用了C语言图形系统函数和字符屏幕处理函数画出类似windows自带的计算器界面(2)计算器按键控制模块。(3)计算器计算处理模块,主要完成双目四则运算和单目运算操作。(4)计算器记忆处理模块,使计算器具有记忆功能。(5)计算器退出系统模块。-Simple calculator, mainly in the follow
cPP-calculator
- 用c++语言编写简易计算器实现计算器的基本应用-Write simple calculator calculator c++ language applications
Calculator
- 用c语言编写的简易计算器,包含加减乘除功能,供C语言初学者参考-a simple calculator using C
Calculatornew
- 用c语言编程的简易计算器,实现了基本的运算,以下是各个模块的程序-C language programming with a simple calculator to realize the basic operations, the following are the procedures for each module
jisuanqi
- 简易计算器 实现整数的四则运算 c语言 89c51开发 希望哪位可以指点含小数的程序-Simple calculator to achieve integer arithmetic c 89c51 developers hope Which languages can be pointing the procedures with decimals
c_simple-calculator
- 简单的C语言实现在doc下运行的简易计算器,适合于初学者-Simple C language running under the doc simple calculator, suitable for beginners
[03]Calculator
- 可以实现简易计算器的加、减、乘、除、平方根、倒数等基本功能的计算。采用C#语言编写的windows窗体应用程序。-Simple calculator can add, subtract, multiply, divide, square root, reciprocal and other basic functions of the calculation. Written using C# windows forms applica
C
- C语言编写的简易计算器,初学者可以用来研究C语言的编程思想。-C language to write simple calculator, beginners can be used to study C language programming ideas.
Calculator(Stack)
- 用c++语言简易计算器,利用堆栈结构-Simple calculator c++ languages, the use of the stack structure. .
calculating-machine-msp430-C
- 简易计算器设计-msp430-C语言.pdf-Simple calculator design-msp430-C language. Pdf
计算器
- c语言编写,简易计算器,新手入门使用 功能:整数加减乘除(C language writing, simple calculator, novice introductory use)
计算器
- 实现加减乘除以及开根号的简易运算,用float定义数据,程序内部没有检测数据溢出。(To achieve and open radical operation suggestions add, subtract, multiply and divide)
new
- C的简易计算器代码,支持括号,优先级等等运算但是不支持散件函数等处等函数(Calculator of C but is not repreciable for the function like sin cos tan)
计算器程序
- 自学C语言中相关知识,设计出模拟简单计算器程序。要求如下所述: 1. .必须具有+、-、×、÷简单算术运算以及清除的功能 2. 输出显示简易计算器的界面; 3. 可以通过键盘上“↑←↓→”符号来选择需要输入的数据,点击键盘上“=”或者计算器界面的“=”将计算结果输出显示; 4. 也可以通过输入窗口,直接从键盘上输入要计算的表达式,点击键盘上“=”或者计算器界面的“=”将计算结果输出显示; 5. 选用任意一种(上述3或4)数据输入方法的测