-
英国石油网,你可以
bp network,you can s
- 2022-08-03 16:16:18下载
- 积分:1
-
一个有关于下载的程序,比起目前网上的下载工具来说这可能就是九牛一毛,不过还是有一定的启发性的...
一个有关于下载的程序,比起目前网上的下载工具来说这可能就是九牛一毛,不过还是有一定的启发性的-A procedure on the download than the current online download tool, this may be a drop in the bucket, but there are still some enlightening
- 2022-08-20 03:50:24下载
- 积分: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
-
是国标,关于税控收款机的标准(1),是相关收款机的国家标准
是国标,关于税控收款机的标准(1),是相关收款机的国家标准-GB is on the standards Fiscal Cash Register (1), is related to cash registers of the national standards
- 2023-06-14 07:10:04下载
- 积分:1
-
computer graphics lectures, concise summary of the changes in basic knowledge Gr...
计算机图形学的讲义,简练的概括了图形变化基础知识-computer graphics lectures, concise summary of the changes in basic knowledge Graphics
- 2023-02-28 22:00:02下载
- 积分:1
-
TV Color Bar Generator, with text, patterns and other selection mode
电视机彩条发生器,有文字,图案等多种选择模式-TV Color Bar Generator, with text, patterns and other selection mode
- 2022-12-11 05:35:02下载
- 积分:1
-
街霸游戏,游戏很逼真,是一款可玩性非常强的手机游戏
街霸游戏,游戏很逼真,是一款可玩性非常强的手机游戏-neighborhood games, the game is very realistic, the creator of one of the very strong mobile phone games
- 2022-04-20 13:21:00下载
- 积分:1
-
极力给推荐大家
极力给推荐大家--“用感光板制作电路板全程图解” 。包你在3分钟内学会用感光板制作电路板。-Strongly recommend you to- " with the production of circuit board plate illustrations throughout." Package within three minutes you learn how to use the production of circuit board plate.
- 2022-02-04 00:51:55下载
- 积分:1
-
最强大的51点阵时钟(音乐、闹钟、日期计算)
资源描述
主控芯片为51,功能强大,整个文件包,包括原理图。
- 2022-08-14 12:42:39下载
- 积分:1
-
电机双
直流电机双闭环控制系统matlab仿真程序-Motor double-loop control system simulation program Matlab
- 2022-07-26 05:05:44下载
- 积分:1