-
1. 用一个包含大小为MAX+1的数组结构体RoomArray来表示客房列表,其数组元素为表示车辆停车信息的结构体GuestNode,用链表队列LinkQueu...
1. 用一个包含大小为MAX+1的数组结构体RoomArray来表示客房列表,其数组元素为表示车辆停车信息的结构体GuestNode,用链表队列LinkQueueGuest表示等待队列,其节点元素为表示车辆停车信息的结构体QueueGuest;-1. With a size of MAX contains an array of the structure RoomArray said Rooms to list its array elements to said vehicle parking structure of the information GuestNode with Queue List LinkQueueGuest wait for Queue, said node elements for vehicle parking structure of the information QueueGuest;
- 2022-03-12 22:11:38下载
- 积分:1
-
图书馆管理
应用背景并;项目目标:提供图书馆管理System for college 图书馆,它将提供所有的图书馆功能。并;并;并;合理的:提高图书馆的使用服务减少文书工作。并;并;并;项目范围:项目范围:并;Ø使现有系统更有效率。Ø为用户提供友好的环境可以提供更好的服务。Ø使图书馆更快的运作。Ø为图书馆工作人员提供系统钓者,不让他们逃脱。尽量减少对图书的损失关键技术/ / **********************************************************/工程图书库/ / **********************************************************/ / *********************************
- 2022-03-01 00:47:32下载
- 积分:1
-
在include/adm/io.h里定义。
inb_p()、outb_p()与inb()、outb_p()的不同在于前者在存取I/O时有等待(pause)...
在include/adm/io.h里定义。
inb_p()、outb_p()与inb()、outb_p()的不同在于前者在存取I/O时有等待(pause)一适应慢速的I/O设备。
-the include/adm/io.h Lane definition. Inb_p (), outb_p () and quick (), outb_p () different is that the former access to the I/O wait time (pause) a slow adaptation of the I/O equipment.
- 2023-04-22 17:45:03下载
- 积分:1
-
设计模式之Adapter,设计模式之Adapter
设计模式之Adapter,设计模式之Adapter-设 ?颇 ?????Adapter ??设 ?颇 ?????Adapter
- 2023-08-29 04:00:03下载
- 积分:1
-
标题: [书籍] Clementine 使用培训(详细) 肖立宏
标题: [书籍] Clementine 使用培训(详细) 肖立宏-Title: [Books] Clementine use training (details)肖立宏
- 2023-06-13 18:40:04下载
- 积分:1
-
一次软件作业,迷宫的求解问题,有需要的可以直接下载,(c语言版)...
一次软件作业,迷宫的求解问题,有需要的可以直接下载,(c语言版)-a software operations, maze solving the problem, we need can be directly downloaded (c language version)
- 2023-08-07 11:55:03下载
- 积分:1
-
VC++深入详解教学视频文本编程学习文本编辑
VC++深入详解教学视频文本编程学习文本编辑-VC++ Depth detailed teaching video programming to study the text of a text editor
- 2022-04-26 22:19:14下载
- 积分:1
-
matlab的标定工具箱,功能强大.可进行摄象机标定
matlab的标定工具箱,功能强大.可进行摄象机标定-matlab calibration toolbox and powerful. camera calibration can be carried out
- 2022-04-13 16:54:46下载
- 积分:1
-
Successful Software Development
软件工程类英文E书
Successful Software Development
软件工程类英文E书-Successful Software Development Software Engineering Class in English E books
- 2022-02-26 04:48:17下载
- 积分: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