-
快速排序的经典算法
快速排序的经典算法-Quick Sort of the classic algorithm
- 2022-02-13 01:29:10下载
- 积分:1
-
2009年的行事历。繁体,有农历,简单,方便。
2009年的行事历。繁体,有农历,简单,方便。-2009 Calendar
- 2022-03-02 22:32:11下载
- 积分:1
-
include EZ
囊括EZ-USB FX硬件设计与软件设计的书,非常实用,里面有一些设计的例子,希望对大家有些帮助-include EZ-USB FX hardware design and software design, the book is very practical. There are some design examples, and I hope to help some people
- 2022-06-03 04:13:36下载
- 积分:1
-
fft源程序
fft源程序-fft source
- 2023-05-13 18:15:02下载
- 积分: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
-
添加删除修改管理员考生资料,初始化考场信息,使考试能够顺利进行。...
添加删除修改管理员考生资料,初始化考场信息,使考试能够顺利进行。-Add delete modify data administrator candidates, test initialization information, so that the smooth conduct of examinations.
- 2023-03-29 18:40:04下载
- 积分:1
-
高速PCB设计常见问题,有兴趣的朋友这下子可算是有福气了。
高速PCB设计常见问题,有兴趣的朋友这下子可算是有福气了。-High-speed PCB design frequently asked questions, are interested in can be regarded as Friend Now the lucky.
- 2022-02-14 22:37:15下载
- 积分:1
-
模仿BASIC函数的某些C语言函数
模仿BASIC函数的某些C语言函数-mimic the function of certain C language function
- 2022-07-14 11:11:42下载
- 积分:1
-
石材工具在客户需要快速增加的石器时代的图像可以。
石器时客户端工具有需要的快去下可以增加石器时代图像修改登陆图-Stone tools at the client in need of fast increase of the Stone Age images can be modified landing plan
- 2023-02-05 09:15:04下载
- 积分:1
-
flashcom实现视频聊天,实现文件传送,
flashcom实现视频聊天,实现文件传送,-flashcom video chat, file transfer realization,
- 2022-01-28 06:04:28下载
- 积分:1