-
peach fairy conquer 5095
peach fairy conquer 5095
- 2022-01-20 23:26:36下载
- 积分:1
-
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
-
设计模式精解,一本经典的外国的软件工程方面的书籍
设计模式精解,一本经典的外国的软件工程方面的书籍-Design Patterns Explained.rar the explantation of the design patterns!
- 2022-02-04 02:34:53下载
- 积分:1
-
EDA课程设计报告,报告是关于数字钟的设计,报告格式正确,讲解详细,是做EDA报告的必备参考。...
EDA课程设计报告,报告是关于数字钟的设计,报告格式正确,讲解详细,是做EDA报告的必备参考。-curriculum design EDA report on the digital clock is the design, report the correct format to explain in detail, EDA is so essential source of the report.
- 2022-05-22 23:39:29下载
- 积分:1
-
这学期学软件工程做的航空订票系统开发过程中的UML图,包括用例和状态,甘特图没找到,如果需要的话,请留言给我,我再...
这学期学软件工程做的航空订票系统开发过程中的UML图,包括用例和状态,甘特图没找到,如果需要的话,请留言给我,我再-Learn to do this semester software engineering development process of aviation reservation systems in the UML diagrams, including the use of cases and the state, Gantt Chart not find, if necessary, please message to me, I would look for
- 2022-08-21 01:22:07下载
- 积分:1
-
Thesis, for a certain ip network and a description of the techniques with the us...
论文,对于一定网络和ip技术的说明与使用-Thesis, for a certain ip network and a description of the techniques with the use of
- 2022-03-19 06:02:07下载
- 积分:1
-
SwitchNetCOnfig1.0版本
一个开关配置是可以显示实时IP,我们可以用它来代理的改变,可以用它来更改代理按,因为我们给它最好用聪明的人就可以在任何使用都在笔记本电脑桌面服务器等只是把你的软件IP和任何你想要的,享受代理。
- 2022-05-05 23:51:53下载
- 积分:1
-
班级房间考勤用条形码软件
资源描述这是一个最好的学校管理软件。本软件是关于学生的课堂出勤信息的完整信息。最好的VB.NET编码和最想ms.access数据库。完整的学校管理软件。
- 2022-03-03 16:25:06下载
- 积分:1
-
introduced a series of ADI Blackfin DSP electronic books Blackfin for beginners...
一本介绍ADI公司Blackfin系列DSP的电子书籍,对Blackfin 的初学者很有帮助!可以用超星阅览器打开。-introduced a series of ADI Blackfin DSP electronic books Blackfin for beginners helpful! Superstar menu can be used to open.
- 2022-04-23 13:11:58下载
- 积分:1
-
讨论怎样利用UML2.0处理系统工程师所面临的一些问题。里面有一些UML2.0的例子,主要探讨如何描述系统构架、接口与行为的技术。...
讨论怎样利用UML2.0处理系统工程师所面临的一些问题。里面有一些UML2.0的例子,主要探讨如何描述系统构架、接口与行为的技术。-discuss how the use of MIS systems engineers facing some problems. There are some examples of UML, mainly explore how the description of system architecture, interface with the technology.
- 2022-03-26 09:22:32下载
- 积分:1