-
C 计算器代码
/ * mustafasırrıinci * /
#include < stdio.h >
#include < stdlib.h >
#include < math.h >
int main ()
{
浮 int1 int2,结果 ;
char 操作 ;
printf("CALCULATORn") ;
开始:
printf ("nnEnter 两个整数 please.n") ;
printf("1.integer:") ;
scanf ("%f"& int1) ;
printf("2.integer:") ;
scanf ("%f"& int2) ;
选择:
printf ("nenter 操作的符号。") ;
printf ("naddition: + nsubtraction:-nmultiplication: * ndivision: /nexponention: ^ nto 退出:! n") ;
scanf ("%s"& 操作) ;
虽然 (操作! = "!")
{
switch(operation)
{
案件 "+":
结果 = int1 + int2 ;
打破 ;
案件 "-":
结果 = int1-int2 ;
打破 ;
案件 " *":
结果 = int1 * int2 ;
打破 ;
- 2022-08-13 04:26:33下载
- 积分:1
-
超市管理系统为了方管理,可以看看这个东西,同学做的
超市管理系统为了方管理,可以看看这个东西,同学做的-Supermarket management system in order to-side management, you can look at this thing, the students do
- 2022-03-25 18:32:58下载
- 积分:1
-
c语言编写的图书借阅系统。这是我的毕业设计。编写于06年04月滨州学院。...
c语言编写的图书借阅系统。这是我的毕业设计。编写于06年04月滨州学院。-prepared by the Book Loan System. This is my graduation design. Prepared in April 06 Binzhou College.
- 2023-09-01 03:30:02下载
- 积分:1
-
Linux下C语言编程入门 看了对C编程有不小的帮助
Linux下C语言编程入门 看了对C编程有不小的帮助-C language programming under Linux read the entry on the C programming has no small help
- 2023-04-29 11:45:04下载
- 积分:1
-
rtlinux实时性能检测机评估,作者讨论了不同的检测Linux及RTLinux性能的工具,也给出了相应的检测源代码,并对几种操作系统进行了检测...
rtlinux实时性能检测机评估,作者讨论了不同的检测Linux及RTLinux性能的工具,也给出了相应的检测源代码,并对几种操作系统进行了检测-rtlinux real-time performance testing machine evaluation, the author discusses the different detection tools for Linux and RTLinux performance, but also gives the corresponding source code inspection, and several operating system to detect
- 2022-01-21 00:18:09下载
- 积分:1
-
仓库扫描管理系统,已经成功应用到多家小型制造企业和超市商店。...
仓库扫描管理系统,已经成功应用到多家小型制造企业和超市商店。-Scan Warehouse management system, has been successfully applied to a number of small manufacturers and supermarket stores.
- 2022-07-02 06:54:20下载
- 积分:1
-
编程之道,从不同的视角介绍编程的思想,放松的看看,很有收获。...
编程之道,从不同的视角介绍编程的思想,放松的看看,很有收获。-Programming of the Road, from different angles, introduced the idea of programming, relaxed look, it is harvested.
- 2022-03-22 03:09:53下载
- 积分:1
-
相关的销售服务管理行业的一个软件,与上次上传的是一个体系...
相关的销售服务管理行业的一个软件,与上次上传的是一个体系-related to the sale of service management software industry, with the last upload system is a
- 2023-06-25 13:30:09下载
- 积分:1
-
某牛人的线段树报告,对线段树的学习有很好的帮助作用
某牛人的线段树报告,对线段树的学习有很好的帮助作用-Cattle of a certain segment of people tree reports, tree line learning has a very good help
- 2022-05-30 15:53:44下载
- 积分:1
-
他们有ncharger incharger
LIi ncharger LI incharger
- 2022-06-17 16:32:51下载
- 积分:1