-
ASP。净功能的书,值得推荐一个阅读
ASP.NET功能全书,值得推荐一读,适合初学者-ASP. NET features book, it is worth to recommend a reading of
- 2022-02-25 01:32:48下载
- 积分:1
-
包含文章:《C语言出错中英文对照表》
对于初学c语言时,不理解编译器所报错误原因有很大帮助。...
包含文章:《C语言出错中英文对照表》
对于初学c语言时,不理解编译器所报错误原因有很大帮助。-contain articles : "C language bilingual mistake" for a novice c language, do not understand the compiler reported errors due to a great help.
- 2022-01-28 09:34:53下载
- 积分:1
-
软件设计师考试的大纲,对参加软件设计师考试的朋友有大的帮助哦!...
软件设计师考试的大纲,对参加软件设计师考试的朋友有大的帮助哦!-Software designers test the outline of the software designers to participate in the examination of friends help Oh!
- 2023-06-22 17:05:04下载
- 积分:1
-
C_API the use of real
利用C_API的基于RTW实时仿真系统在线调参-C_API the use of real-time simulation-based RTW Online Scheduling System
- 2022-02-10 10:39:53下载
- 积分:1
-
A monitoring system for hotel elevators using LABVIEW
A monitoring system for hotel elevators using LABVIEW
- 2022-05-25 17:04:18下载
- 积分:1
-
非常不多的软件工程师需要学习的知识点多学多健康
非常不多的软件工程师需要学习的知识点多学多健康-Very few software engineers need to learn the knowledge points to learn more than health
- 2023-06-05 00:20:04下载
- 积分:1
-
该文件对传感器网络的定位有有用的信息。
this file have useful information about the localization in sensor networks.
- 2022-02-21 13:21:19下载
- 积分:1
-
宾客来访身份识别系统说明书 1.引言 2.统分析与总体设计 3.设计工程框架...
宾客来访身份识别系统说明书 1.引言 2.统分析与总体设计 3.设计工程框架-Guests visiting a manual identification system. Introduction 2. Manpower Analysis and Design 3. Design Engineering Framework ...
- 2022-08-19 00:11:52下载
- 积分:1
-
图形点
图形点阵液晶显示模块使用手册
MS12864D
-Graphic dot-matrix LCD Module User
- 2023-08-03 10:05:04下载
- 积分: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