Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - caculator
Search - caculator - List
DL : 0
the best caculator with VC
Update : 2008-10-13 Size : 510.83kb Publisher : 李想

// 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; }
Update : 2011-11-05 Size : 875byte Publisher : fmrnn@sina.com

一个简单的计算器!-A simple calculator!
Update : 2025-02-17 Size : 37kb Publisher : 戈铭锋

Use MFC to do the caculator.
Update : 2025-02-17 Size : 49kb Publisher : henryl

DL : 0
用VC编写的一个小的计算器程序,可以直接使用,希望大家喜欢-VC prepared with a small calculator program can be used directly, I hope everyone likes
Update : 2025-02-17 Size : 1.79mb Publisher : haima

DL : 0
在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.
Update : 2025-02-17 Size : 34kb Publisher : 杨维斌

DL : 0
一个简单的计算器。实现了加减乘除功能个四项单目运算:对数、指数、开方和绝对值。考虑了一些意外情况的处理,比如连续输入两个小数点,输入0时分类处理-A simple calculator. Realized the function of the four Math
Update : 2025-02-17 Size : 15kb Publisher : 韩磊

DL : 0
the best caculator with VC
Update : 2025-02-17 Size : 511kb Publisher : 李想

java 计算器源码 可以进行简单计算 加减乘除 较简介-java calculator source code can be relatively simple calculation Math
Update : 2025-02-17 Size : 1kb Publisher : 杨文文

本计算器用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.
Update : 2025-02-17 Size : 53kb Publisher : baoshenjun

DL : 0
一款简单实用的计算器软件,不能和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
Update : 2025-02-17 Size : 113kb Publisher : zhangchu

java科学计算器源码,供大家参考,如有什么问题,可以发消息给我-scientific calculator java source code for reference, if there is any problem, you can give me发消息
Update : 2025-02-17 Size : 6kb Publisher : dddd

一个用VC++实现的计算器,主要功能有进制转换,还有各种主要函数,角度转换-A used VC++ Achieve calculator, the main functions of hexadecimal conversion, as well as the main function of the angle conversion
Update : 2025-02-17 Size : 7.72mb Publisher : 陈树歆

用java编写的小型计算器程序,具有加、减、乘、除四则运算功能-Using java process to prepare a small calculator with add, subtract, multiply, with the exception of four computing function
Update : 2025-02-17 Size : 5kb Publisher : 阿曼达

DL : 0
包含源程序以及电路图的单片机计算器.rar-caculator designed by mcu
Update : 2025-02-17 Size : 23kb Publisher : wenbin

Simple Calculator with add, minus, multiple and divide by functions-Simple Calculator
Update : 2025-02-17 Size : 2kb Publisher : Alan

DL : 0
多功能计算器 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
Update : 2025-02-17 Size : 3kb Publisher : li

DL : 0
透过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.
Update : 2025-02-17 Size : 1.8mb Publisher : simon

简单的实现计算器的编程,可以自己据此进行设计-The realization of a simple calculator program
Update : 2025-02-17 Size : 3.41mb Publisher : lexie

DL : 0
vc++.net 做的简单计算器,实现简单的功能 -vc++. net done a simple calculator, simple functions
Update : 2025-02-17 Size : 1.79mb Publisher : 迪迪派
« 12 3 4 5 6 7 8 9 10 ... 22 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.