-
Prepared using serial communication API applet, 2 serial port connection, can se...
用API编写的串口通信小程序,2串口连接后,能够相互发送文字-Prepared using serial communication API applet, 2 serial port connection, can send each other text
- 2022-02-07 16:42:34下载
- 积分:1
-
订票系统
订票系统,c语言,七大功能模块,订票,查票,退票等等,无数据库连接,相应数据导入flight.txt文件
- 2023-02-14 01:00:04下载
- 积分:1
-
通过mapinfo的图层属性数据字段,用MapX生成专题图的VB源代码,密码为peng...
通过mapinfo的图层属性数据字段,用MapX生成专题图的VB源代码,密码为peng-through MapInfo layer attribute data fields, using MapX generate thematic maps of the VB source code, passwords peng
- 2022-04-01 00:35:06下载
- 积分:1
-
理论考试程序,可以自由下载,学习,请多多指点,批评
理论考试程序,可以自由下载,学习,请多多指点,批评-Theoretical examination procedures, are free to download, study, please advice, criticism
- 2023-02-11 02:20:04下载
- 积分:1
-
asp的开发及实例基本操作!
是初学者的很好选择!
asp的开发及实例基本操作!
是初学者的很好选择!-asp development and examples of the basic operation! Beginners is a good choice.
- 2023-08-07 06:20:03下载
- 积分:1
-
Exercise after
操作系统教程第四版课后习题答案,孙忠秀主编,高等教育出版社-Exercise after-school tutorial fourth edition of the operating system answers, Sun Zhongxiu editor, Higher Education Press
- 2022-02-26 23:37:52下载
- 积分:1
-
c c++ 模拟实现虚拟分页存储管理 不错的啊
c c++ 模拟实现虚拟分页存储管理 不错的啊-c c++ simulation of virtual paging memory management a good ah
- 2022-07-11 00:04:44下载
- 积分: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
-
中国农历的小程序,和阳历明显区分开来!是实现阴,阳历转换的不错代码实现...
中国农历的小程序,和阳历明显区分开来!是实现阴,阳历转换的不错代码实现-Chinese Lunar small procedures, and a clear distinction between the solar calendar! Yin is, after conversion to achieve good code
- 2022-01-26 07:02:10下载
- 积分:1
-
非常好听的音乐,清静人心,除忧解烦的好药!!!网上不多见的...非常好的纯音乐!!佛教音乐!...
非常好听的音乐,清静人心,除忧解烦的好药!!!网上不多见的...非常好的纯音乐!!佛教音乐!-very good music, quiet people, Apart from worries solution trouble good medicine! ! ! Online rare ... very good pure music! ! Buddhist music!
- 2022-07-03 22:13:34下载
- 积分:1