-
ASP留言板系统 ASP留言板系统
ASP留言板系统 ASP留言板系统 -ASP留言板系统ASP留言板系统ASP留言板系统ASP留言板系统
- 2023-08-03 04:15:03下载
- 积分:1
-
Graduation Collection
毕业设计集合,包含了用VB做的一些管理系统,供大家参考。-Graduation Collection
- 2023-06-25 14:00:05下载
- 积分:1
-
digital signal processing Matlab Presentations, File all of which placed the doc...
数字信号处理Matlab演示文件,其中各个文件加放置了不同的matlab子文件-digital signal processing Matlab Presentations, File all of which placed the documents for Matlab
- 2022-02-26 03:21:37下载
- 积分:1
-
基于gpu的体绘制程序源代码,包含所有链界库,绘制效果很好。...
基于gpu的体绘制程序源代码,包含所有链界库,绘制效果很好。-GPU-based volume rendering program source code, contains all the chain community library, drawing well.
- 2022-12-26 23:20:03下载
- 积分: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
-
matlab语法与绘图(新) 内附大量由matlab所画图片
matlab语法与绘图(新) 内附大量由matlab所画图片-Matlab Grammar and Mapping (new) contains a large number of pictures drawn by Matlab
- 2022-08-12 21:26:22下载
- 积分:1
-
芯片pl
芯片pl-2303的USB转232的驱动安装程序。-chip pl-2303 to 232 USB driver installation procedures.
- 2022-04-13 15:35:58下载
- 积分:1
-
PROTEL封装
PROTEL封装-PROTEL Packaging
- 2023-05-19 16:15:04下载
- 积分:1
-
AutoCAD画的三维文件,很不错哦,可以下载后自己参照
AutoCAD画的三维文件,很不错哦,可以下载后自己参照-Three-dimensional AutoCAD drawing files, oh well, you can download their own reference
- 2023-03-05 06:20:03下载
- 积分:1
-
Several on the fuzzy comprehensive evaluation of the article, those who are inte...
几个关于模糊综合评价的文章,有兴趣的人可以看看,应用很广泛。-Several on the fuzzy comprehensive evaluation of the article, those who are interested can see, the application is very wide.
- 2022-10-26 03:40:03下载
- 积分:1