-
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
-
程序设计规范简化版,武行大学电子信息学院光谱图象组程序设计手册,参照林锐博士的《高质量C++编程指南》修订而成,有参考价值...
程序设计规范简化版,武行大学电子信息学院光谱图象组程序设计手册,参照林锐博士的《高质量C++编程指南》修订而成,有参考价值-procedures simplified design specifications, unthreatened University"s School of Information Spectrum Group Image Design Manual procedures, in the light of Dr LIN "quality C Programming Guide," which amended a reference value
- 2022-03-20 02:37:49下载
- 积分:1
-
给出了一种利用接收到的字符信息检测串行终端通信波特率 的方法。此方法简单、可靠、易行,并给出了实现这种检测方法的伪代码。...
给出了一种利用接收到的字符信息检测串行终端通信波特率 的方法。此方法简单、可靠、易行,并给出了实现这种检测方法的伪代码。-gives a use to receive information detection of the characters serial terminal communications baud rate method. This method is simple, reliable, easy, given the realization of this detection method of pseudo-code.
- 2023-04-16 13:50:03下载
- 积分:1
-
条形码商品管理信息系统1资源:应用t ..
条形码商品管理信息系统 1.0 资源介绍: 适用于各类音像店和书店,可以帮助经营者完成进货、库存和售货的管理,还可以进行会员管理,使会员享受一定的折扣。经营者可以随时了解售货的情况,以及货物所处的位置,可以按照时间或物品种类统计经营利润。 使用与安装资料齐全。是不可多得的软件。 -barcode Commodity Management Information System 1.0 on resources : application to all types of audio and video shops and bookstores, and can help operators to complete the purchase, inventory and sales management can also be used for members of management and enjoying some discounts. Operators will be able to keep abreast of sales, and goods are located, according to the time or the types of statistical operating profits. The use and installation information becomes available. The software is rare.
- 2022-07-02 09:13:00下载
- 积分:1
-
马化腾做的PPT,关于用户体验和产品设计的,很推荐
马化腾做的PPT,关于用户体验和产品设计的,很推荐-Ma made the PPT, on the user experience and product design, it is recommended
- 2022-06-13 19:02:56下载
- 积分:1
-
Telelogic Tau for complex systems and applications of model
Telelogic Tau
面向复杂系统和应用程序的模型驱动开发
Telelogic Tau® 是面向系统及应用程序的分析、设计、开发和测试的Model Driven Development™ 环境,它采用包括Unified Modeling Language™ 2.0 (UML™ )、SysML和Model-Driven Architecture® (MDA® )在内的诸多行业标准。-Telelogic Tau for complex systems and applications of model-driven development of Telelogic Tau 庐 is a system and application-oriented analysis, design, development and testing of Model Driven Development
- 2022-08-19 07:28:39下载
- 积分:1
-
Csharp深入浅出全接触这本书不错值得新手一看
Csharp深入浅出全接触这本书不错值得新手一看-CSharp Keys in layman
- 2022-02-05 05:09:35下载
- 积分:1
-
集商品销售管理,库存管理和查询管理于一体的中型销售系统!...
集商品销售管理,库存管理和查询管理于一体的中型销售系统!-philatelic sales management, inventory management and query management in the integration of medium and marketing system!
- 2022-10-02 17:20:02下载
- 积分:1
-
小四轴程序
资源描述stc单片机IAP15W4K58S4-小四轴飞行器 控制程序,飞控小系统,仅供参考。
- 2022-10-19 19:25:04下载
- 积分:1
-
链接描述文件的一些概念及其书写方法,是个人的学习总结,对嵌入式开发人员来讲有较大参考价值...
链接描述文件的一些概念及其书写方法,是个人的学习总结,对嵌入式开发人员来讲有较大参考价值
- 2023-07-05 10:10:04下载
- 积分:1