-
服务应用服务应用
service application service application
- 2022-09-12 14:40:02下载
- 积分:1
-
女娲传说,RPG,拯救人类,全屏游戏,下载后直接把后缀改为jar即可...
女娲传说,RPG,拯救人类,全屏游戏,下载后直接把后缀改为jar即可-Nuwa legend, RPG, save mankind, full-screen games, downloading directly to the suffix can jar
- 2023-04-09 05:00:02下载
- 积分:1
-
tc工具grep的源程序代码
tc工具grep的源程序代码-tc grep tool for the source code
- 2022-02-01 19:09:27下载
- 积分:1
-
C++源代码垃圾 垃圾 垃圾 垃圾 垃圾 垃圾
C++源代码垃圾 垃圾 垃圾 垃圾 垃圾 垃圾 -C source code garbage litter gar bage litter gar bage litter gar bage litter gar bage litter gar bage litter
- 2022-04-09 11:46:26下载
- 积分:1
-
This information to flash the form of intuitive performance of the uCOS system i...
本资料以flash形式直观的表现了uCOS系统在80x86平台上的任务切换-This information to flash the form of intuitive performance of the uCOS system in the 80x86 platform task switch
- 2022-01-26 05:27:15下载
- 积分:1
-
火车订票系统
应用背景用C语言写的火车订票系统,对于C语言学习者学习链表有极大的帮助,内含测试文件供测试。。。。。。。。。。。。关键技术/*定义存储火车信息的结构体*/
struct train
{
char num[10];/*列车号*/
char city[10];/*目的城市*/
char takeoffTime[10];/*发车时间*/
char receiveTime[10];/*到达时间*/
int price;/*票价*/
int bookNum ;/*票数*/
};
/*订票人的信息*/
struct man
{
char num[10];/*ID*/
char name[10];/*姓名*/
int bookNum ;/*需求的票数*/
};
/*定义火车信息链表的结点结构*/
typedef struct node
{
struct train data ;
struct node * next ;
}Node,*Link ;
/*定义订票人链表的结点结构*/
typedef struct people
{
struct man data ;
struct people*next ;
}bookMan,*bookManLink ;
- 2022-02-01 04:42:30下载
- 积分:1
-
有关于进程的程序。包含 消息的创建发送接受 ,文件的共享互斥读写问题。TC...
有关于进程的程序。包含 消息的创建发送接受 ,文件的共享互斥读写问题。TC-process for the procedure. Information includes the creation of this acceptance, the sharing of documents contradict literacy problems. TC
- 2023-02-13 00:00:03下载
- 积分:1
-
这种小波构造方式适合于各种DB系列的小波,但面对db6等比较长的小波,则均衡器的权长要足够长...
这种小波构造方式适合于各种DB系列的小波,但面对db6等比较长的小波,则均衡器的权长要足够长-Wavelet way that is suitable for a variety of wavelet DB series, but in the face of such a long db6 wavelet, it" s the right balance should be sufficiently long length
- 2022-02-20 01:35:44下载
- 积分:1
-
图廓线和方里网的说明ppt。
里面包括定义和规定,对定义理解很重要...
图廓线和方里网的说明ppt。
里面包括定义和规定,对定义理解很重要-Fig profile and description of ri network ppt. Includes definitions and provisions, the definition is very important to understand
- 2022-01-25 16:49:04下载
- 积分:1
-
A tutorial on pointers and arrays in C
A tutorial on pointers and arrays in C
- 2022-02-06 19:07:33下载
- 积分:1