-
一个简单的c++查找,删除,添加等程序
一个简单的c++查找,删除,添加等程序-c a simple search, delete, add procedures
- 2022-02-05 15:17:40下载
- 积分:1
-
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
-
激光投影仪和arduino
lang="en-US">HomeOzelliklerMediaKaynak KodlarHakkinda
- 2023-03-24 10:30:04下载
- 积分:1
-
parrot
Parrot虚拟机一个紧随着Perl6一起开发的开源虚拟机,但它还面向其它的多门语言。-parrot
- 2023-06-22 18:00:05下载
- 积分:1
-
本源程序是模拟飞船着陆的游戏,有一定的趣味行~!
本源程序是模拟飞船着陆的游戏,有一定的趣味行~!-the source of the spacecraft landing simulation of the game, have a fun trip ~!
- 2022-05-26 07:55:47下载
- 积分: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
-
LPC2300 UART0 baundrate 384
LPC2300 uart0 baundrate 384
- 2022-06-18 16:05:47下载
- 积分:1
-
小迷宫 用c语言实现 实现的原理很简单 大家自己看吧
小迷宫 用c语言实现 实现的原理很简单 大家自己看吧-small maze with C Language Implementation of the principle is very simple we all Look here
- 2022-01-24 15:23:56下载
- 积分:1
-
automation
tj大学研究生自动化专业英语电子教案,刚接触自动化领域的,以及考研或者考博在该校相关领域的,都可以参考。- automation
- 2022-05-05 03:11:34下载
- 积分:1
-
算法设计与分析基础的课后习题答案,潘彦著,清华大学出版...
算法设计与分析基础的课后习题答案,潘彦著,清华大学出版-Algorithm design and analysis of the basic answer to after-school exercise, the PAN Yan, Tsinghua University Publishing
- 2022-05-28 22:33:38下载
- 积分:1