-
是PCB的入门学习资料,希望对学习PCB的,有帮助,
是PCB的入门学习资料,希望对学习PCB的,有帮助,-PCB entry is the learning materials, and they hope to learn from the PCB, has help
- 2023-03-31 08:35:04下载
- 积分: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
-
MSP430F4152段式液晶
MSP430F4152段式液晶
- 2022-05-10 20:43:21下载
- 积分:1
-
VB+MO开发GIS代码。对常用到的DrawText方法进行了实例演示,很好的源代码。...
VB+MO开发GIS代码。对常用到的DrawText方法进行了实例演示,很好的源代码。-VB MO Development GIS code. Commonly used to DrawText method of demonstration examples, good source code.
- 2022-08-08 23:03:52下载
- 积分:1
-
NGIS控件DELPHI567得使用与设计
NGIS控件DELPHI567得使用与设计-each country controls Delphi 5 6 7 in the use and design
- 2022-12-30 07:30:04下载
- 积分:1
-
《MATLAB程序设计教程》一书的源代码,对MATLAB入门者很有帮助哦~~~,赶快下载吧...
《MATLAB程序设计教程》一书的源代码,对MATLAB入门者很有帮助哦~~~,赶快下载吧-"MATLAB Design Guide," a book of the source code, right MATLAB beginners helpful ~ ~ ~ Oh, it quickly download
- 2022-07-15 15:17:20下载
- 积分:1
-
递归分析器,完成递归分析器的各个功能,很好用
递归分析器,完成递归分析器的各个功能,很好用-Recursive parser, analyzer finish all recursive functions, a very good use
- 2022-09-21 18:10:03下载
- 积分:1
-
This is a small version of the maze to improve the game. Which spent a boolean v...
这是一个小的改进版的迷宫游戏。其中用了一个boolean量的矩阵表示位置。-This is a small version of the maze to improve the game. Which spent a boolean volume matrix location.
- 2022-01-25 16:11:09下载
- 积分:1
-
实现程序自动更新,可以很方便的实现在线更新应用程序。这是用VC编写,通过访问固定的INI文件,实现对目标程序的下载。...
实现程序自动更新,可以很方便的实现在线更新应用程序。这是用VC编写,通过访问固定的INI文件,实现对目标程序的下载。-achieve automatic update procedures, it is quite easy to achieve on-line applications. This is VC prepared by visiting fixed INI file and realizing the objectives of the download.
- 2022-12-25 18:15:03下载
- 积分:1
-
gridview右键菜单,可实现查看修改,删除
gridview右键菜单,可实现查看修改,删除-gridview popmenue
- 2022-11-19 16:10:03下载
- 积分:1