-
扫雷程序的需求分析,可以根据此分析来做一个跟微软一摸一样的程序。...
扫雷程序的需求分析,可以根据此分析来做一个跟微软一摸一样的程序。-De-mining process needs analysis, based on this analysis can be done with a program like Microsoft.
- 2022-02-12 03:54:40下载
- 积分:1
-
UML基本知识的介绍。作为UML入门级书籍不错
UML基本知识的介绍。作为UML入门级书籍不错-UML basic knowledge of the world. UML as a good entry-level books
- 2022-04-23 20:17:46下载
- 积分:1
-
Well with the city code and telephone management system that can query area code...
很好用的城市区号和电话管理系统,可以查询区号和号码-Well with the city code and telephone management system that can query area code and number of
- 2022-03-25 15:10:19下载
- 积分:1
-
点云曲面信息处理与映射研究。云信息…
点云的表面信息处理和绘制研究.点云的表面信息处理和绘制研究.-point cloud surface information processing and mapping study. Cloud of information processing and surface mapping studies.
- 2022-02-03 00:21:59下载
- 积分:1
-
1602液晶显示驱动程序
1602液晶显示驱动程序-1602 LCD Driver
- 2022-06-14 03:32:17下载
- 积分:1
-
software projects for the needs of standardized template! We are professionals w...
软件工程项目的需求规范模版!我们专业都是用这个进行需求文档处理的!-software projects for the needs of standardized template! We are professionals with the demand for document processing.
- 2022-02-21 01:27:18下载
- 积分:1
-
上海交通大学计算机系软件工程实习课程的大作业的设计部分 (画图板) rational rose 制作...
上海交通大学计算机系软件工程实习课程的大作业的设计部分 (画图板) rational rose 制作-Shanghai Jiaotong University computer science software engineering internships big part of the design work (drawing board) rose rational production
- 2023-08-23 16:50:03下载
- 积分:1
-
国内最好的教科书:VC++深入详解的最重要要点摘录.非常难得.
国内最好的教科书:VC++深入详解的最重要要点摘录.非常难得.-Domestic best textbook: VC++ Explain in depth the most important elements of extract. Very rare.
- 2022-02-12 13:25:19下载
- 积分:1
-
一套电子政务的数据库设计说明书,有doc和pdm,可以直接建库...
一套电子政务的数据库设计说明书,有doc和pdm,可以直接建库-A database of e-government design specifications have doc and pdm, can be directly built library
- 2023-07-06 17:25:03下载
- 积分: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