Location:
Search - Caculator
Search list
Description: the best caculator with VC
Platform: |
Size: 523086 |
Author: 李想 |
Hits:
Description: // caculator.cpp : Defines the entry point for the console application. // #include #include #include #include #include char e; int main(int argc, char *argv[]) { do { float a,c,d; char b; printf("input first number\n"); scanf("%f",&a); printf("input operator\n"); getchar(); scanf("%c",&b); printf("input the second number\n"); scanf("%f",&c); switch(b) { case'+':d=a+c;break; case'-':d=a-c;break; case'*':d=a*c;break; case'%':if(c==0) { printf("error\n"); break;} else d=a/c;break; case'^':d=pow(a,c);break; default:printf("error\n"); } printf("%f\n",d); printf("do you want to continue y/n\n"); getchar(); scanf("%c",&e);} while(e=='y'); return 0; }
Platform: |
Size: 875 |
Author: fmrnn@sina.com |
Hits:
Description: 一个简单的计算器!-A simple calculator!
Platform: |
Size: 37888 |
Author: 戈铭锋 |
Hits:
Description: Use MFC to do the caculator.
Platform: |
Size: 50176 |
Author: henryl |
Hits:
Description: 用VC编写的一个小的计算器程序,可以直接使用,希望大家喜欢-VC prepared with a small calculator program can be used directly, I hope everyone likes
Platform: |
Size: 1879040 |
Author: haima |
Hits:
Description: 在Visual C++6.0平台下实现一个小型的计算器,实现了基本的加减乘除、开平方、求倒数、取百分比以及其他计算器的基本功能。简单实用,便于学习。-In the Visual C++ 6.0 platform to achieve a small calculator, the realization of the basic addition and subtraction, multiplication and division, square root, and the countdown, take a percentage, as well as other basic functions of a calculator. Simple, practical, easy to learn.
Platform: |
Size: 34816 |
Author: 杨维斌 |
Hits:
Description: 一个简单的计算器。实现了加减乘除功能个四项单目运算:对数、指数、开方和绝对值。考虑了一些意外情况的处理,比如连续输入两个小数点,输入0时分类处理-A simple calculator. Realized the function of the four Math
Platform: |
Size: 15360 |
Author: 韩磊 |
Hits:
Description: the best caculator with VC
Platform: |
Size: 523264 |
Author: 李想 |
Hits:
Description: java 计算器源码 可以进行简单计算 加减乘除 较简介-java calculator source code can be relatively simple calculation Math
Platform: |
Size: 1024 |
Author: 杨文文 |
Hits:
Description: 本计算器用cSharp实现,功能模拟了windows自带的计算器;甚至在某些方面还超过了windows的。-CSharp realize with this calculator, the functional simulation of the windows built-in calculator indeed, in some areas also exceeded the windows.
Platform: |
Size: 54272 |
Author: baoshenjun |
Hits:
Description: 一款简单实用的计算器软件,不能和windows自带的计算器比,但是用来学习VC++的控件已经够了-A simple and useful calculator software, can not bring their own calculator than windows, but used to study VC++ Controls have been enough
Platform: |
Size: 115712 |
Author: zhangchu |
Hits:
Description: java科学计算器源码,供大家参考,如有什么问题,可以发消息给我-scientific calculator java source code for reference, if there is any problem, you can give me发消息
Platform: |
Size: 6144 |
Author: dddd |
Hits:
Description: 一个用VC++实现的计算器,主要功能有进制转换,还有各种主要函数,角度转换-A used VC++ Achieve calculator, the main functions of hexadecimal conversion, as well as the main function of the angle conversion
Platform: |
Size: 8099840 |
Author: 陈树歆 |
Hits:
Description: 用java编写的小型计算器程序,具有加、减、乘、除四则运算功能-Using java process to prepare a small calculator with add, subtract, multiply, with the exception of four computing function
Platform: |
Size: 5120 |
Author: 阿曼达 |
Hits:
Description: 包含源程序以及电路图的单片机计算器.rar-caculator designed by mcu
Platform: |
Size: 23552 |
Author: wenbin |
Hits:
Description: Simple Calculator with add, minus, multiple and divide by functions-Simple Calculator
Platform: |
Size: 2048 |
Author: Alan |
Hits:
Description: 多功能计算器
1.支持2进制,10进制,16进制数的加减乘除
2.支持2进制,10进制,16进制数的相互转化
3.支持2进制,10进制,16进制数的按位逻辑运算(与,或,同或,异或)
4.支持2进制数的移位和循环移位
-1 multi-function calculator. 2 Supported hexadecimal, 10 hexadecimal, 16 hexadecimal number of addition and subtraction, multiplication and division 2. 2 Supported hexadecimal, 10 hexadecimal, 16 hexadecimal number of mutual conversion 3. 2 Supported hexadecimal, 10 hexadecimal, 16 hexadecimal number of bitwise logical operations (and, or, the same or, XOR) 4. Supported 2-band shift and the number of cyclic shift
Platform: |
Size: 3072 |
Author: li |
Hits:
Description: 透过VB介面输入运算式子,经由RS-232来控制AVR,使LCD荧幕显示运算式及答案。-VB operator interface through the input formula by RS-232 to control the AVR, so LCD screen display expressions and answers.
Platform: |
Size: 1883136 |
Author: simon |
Hits:
Description: 简单的实现计算器的编程,可以自己据此进行设计-The realization of a simple calculator program
Platform: |
Size: 3571712 |
Author: lexie |
Hits:
Description: vc++.net 做的简单计算器,实现简单的功能
-vc++. net done a simple calculator, simple functions
Platform: |
Size: 1875968 |
Author: 迪迪派 |
Hits:
« 12
3
4
5
6
7
8
9
10
...
22
»