-
some useful c Algorithm
一些有用的c++算法实现-some useful c Algorithm
- 2022-05-31 12:40:54下载
- 积分:1
-
用vb编写的对文本文件的操作程序,包含文本文件的读写,切割。...
用vb编写的对文本文件的操作程序,包含文本文件的读写,切割。-With vb text file written operating procedures, including reading and writing text files, cutting.
- 2022-02-12 00:08:12下载
- 积分:1
-
广告的JavaScript代码
Code of Javascript for ads
- 2022-03-07 03:51:08下载
- 积分:1
-
非常好用的代码比较工具,可以与CVS等版本管理软件一起使用...
非常好用的代码比较工具,可以与CVS等版本管理软件一起使用-The code is very easy to use comparison tools, such as with the CVS version management software used in conjunction
- 2022-05-05 10:42:13下载
- 积分:1
-
聊天室DLL 聊天室D
聊天室DLL 聊天室D-DLL chat rooms chat rooms D
- 2022-07-23 19:13:09下载
- 积分: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
-
网页恶意代码大总结(共15项)
以下代码仅供学习研究使用,请勿使用害人,造成损失本人概不负责,谢谢合作!...
网页恶意代码大总结(共15项)
以下代码仅供学习研究使用,请勿使用害人,造成损失本人概不负责,谢谢合作!
-website grand summary of malicious code (a total of 15), the following code only to study the use, please do not use harmful, I caused the loss is not responsible for, Thank you for your cooperation!
- 2022-11-24 22:30:03下载
- 积分:1
-
晶闸管资料,应用大电流驱动电路.资料比较详细
晶闸管资料,应用大电流驱动电路.资料比较详细-Thyristor information, application of high-current drive circuit. More detailed information
- 2023-07-11 03:00:03下载
- 积分:1
-
c语言代码源程序c language code source
c语言代码源程序c language code source-c language code source c language code source
- 2022-07-03 22:18:42下载
- 积分:1
-
农历,阳历,月历,节日,节气,生肖,星座,近代史,可直接使用...
农历,阳历,月历,节日,节气,生肖,星座,近代史,可直接使用-Lunar, solar calendar, the calendar, the festival, the cycle of the 12 constellations, the modern history of direct access
- 2023-08-16 12:20:03下载
- 积分:1