-
First preface, medium preface and the empress preface time 历 two fork trees
First preface, medium preface and the empress preface time 历 two fork trees
- 2023-08-11 05:50: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
-
激光三维扫描数据的表面重建技术研究,不错的论文。
激光三维扫描数据的表面重建技术研究,不错的论文。-3D laser scanner data on the surface reconstruction, good papers.
- 2023-02-17 21:35:04下载
- 积分:1
-
The basic realization of DirectInput
DirectInput的基本实现
只是基本应用-The basic realization of DirectInput
- 2023-04-10 09:55:03下载
- 积分:1
-
ARM2103的文档,周立功编写的,EASYARM2103开饭文档,特别适用于初学者。...
ARM2103的文档,周立功编写的,EASYARM2103开饭文档,特别适用于初学者。 -ARM2103 documents prepared Ligong weeks, EASYARM2103 meals documents, especially suitable for beginners.
- 2022-12-22 02:50:04下载
- 积分:1
-
MKL25定时计数器代码
应用背景MKL25系列ARM芯片学习和MKL2X系列程序的开发使用!关键技术涉及到MKL2X系列飞思卡尔ARM芯片TIMER的中断、PIT、PWM等技术的学习
- 2023-03-15 12:10:03下载
- 积分:1
-
是调试通过的实用原码,尽情参考。如有疑问请和我联系。
是调试通过的实用原码,尽情参考。如有疑问请和我联系。-through debugging is a practical source, and they reference. For inquiries please contact me.
- 2022-04-17 22:54:43下载
- 积分:1
-
中文275学习重点,包括线程,文件,io等
中文275学习重点,包括线程,文件,io等-Study focused on 275 Chinese, including threads, file, io, etc.
- 2023-02-08 17:15:03下载
- 积分:1
-
三菱软件
OPC主要适用于过程控制和制造自动化等应用领域。 OPC是以OLE/COM机制作为应用程序的通讯标准。OLE/COM是一种客户/服务器模式,具有语...
三菱软件
OPC主要适用于过程控制和制造自动化等应用领域。 OPC是以OLE/COM机制作为应用程序的通讯标准。OLE/COM是一种客户/服务器模式,具有语言无关性、代码重用性、易于集成性等优点-Mitsubishi OPC software is mainly applied to process control and manufacturing automation applications. OPC is based on OLE/COM application mechanism as a communication standard. OLE/COM is a client/server model, has nothing to do with language, and code reusability, ease of integration, etc.
- 2022-10-04 19:50:03下载
- 积分:1
-
C下的酒店管理系统
同学下载的,基于C 的酒店管理系统,有界面,连接数据库SQL Server~可以用~
- 2022-08-22 16:22:52下载
- 积分:1