-
红外循迹小车,通过红外线感光使小车沿着固定的黑色轨道前行...
红外循迹小车,通过红外线感光使小车沿着固定的黑色轨道前行-Infrared tracking car, through the infrared light-sensitive so that a black car along a fixed track forward
- 2022-02-13 23:59:11下载
- 积分:1
-
VC++6.0多人网络小游戏
VC++6.0多人网络小游戏-支持多人联机网络游戏程序源代码,且支持TCP/IP,IPX等多种网络协议.-small multiplayer online games- multiplayer online game network source code, but support for TCP/IP, IPX and other network protocols.
- 2022-05-06 02:25:54下载
- 积分: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 control system please download
- 2022-01-24 12:30:39下载
- 积分:1
-
for many computer enthusiasts, not often can be installed with a computer, throu...
对许多电脑爱好者来说,并不是常常有计算机可以安装,其实通过日常的一些维护,你也可以学到许多DIY知识。我们在这里介绍一下,常用的一些简单的维护办法,希望能引起大家注意,制定出自己的电脑维护方案。-for many computer enthusiasts, not often can be installed with a computer, through some routine maintenance, you can learn a lot of DIY knowledge. We are here to tell us, usually some simple maintenance of way that can arouse the attention of Members to develop its own computer maintenance program.
- 2023-07-07 11:10:03下载
- 积分:1
-
ORACLE的开发和使用
ORACLE的开发和使用-the development and use
- 2022-03-20 06:11:11下载
- 积分:1
-
电流滞环比较法源程序,绝对好用,自己运行过得,用的是7.0...
电流滞环比较法源程序,绝对好用,自己运行过得,用的是7.0-Hysteresis current source of comparative law, the absolute ease of use, running their own lives, using a 7.0
- 2022-02-01 13:34:32下载
- 积分:1
-
门禁控制器程序
实现双向读卡输出的门禁控制器程序,可用于需双向读卡进出的场合,也可同时控制相距较近的两个门。
- 2022-02-04 00:44:50下载
- 积分:1
-
一个不错的做图软件,功能比较强大,便于学习
一个不错的做图软件,功能比较强大,便于学习-Make a good map software, the more powerful features, easy to learn
- 2022-09-04 21:45:04下载
- 积分:1
-
神经网络的实现
Neural Net implementation
- 2022-03-18 21:02:25下载
- 积分:1