-
mandebrot study the procedures used in the good are you
mandebrot 研究混沌用的程序很好的下吧-mandebrot study the procedures used in the good are you
- 2022-09-03 18:00: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
-
这是一个桌面时钟的小程序,本人刚学了vb.net,程序有什么不好的地方,敬请提出...
这是一个桌面时钟的小程序,本人刚学了vb.net,程序有什么不好的地方,敬请提出-This is a desktop clock applet, I have just learned vb.net, program, what is wrong place, please make ~ ~
- 2022-03-02 23:26:35下载
- 积分:1
-
一个利用SQL语句更新数据的小工程,大家有空可以
一个利用SQL语句更新数据的小工程,大家有空可以-SQL statement to update data using a small-scale projects, we can look at empty
- 2022-07-25 11:58:48下载
- 积分:1
-
实现撤销和恢复功能得远吗
实现撤销和恢复功能得远吗-achieve withdrawal and recovery far?
- 2023-06-11 03:05:03下载
- 积分:1
-
The program is a complete 9834 test procedures, these procedures can be transfor...
该程序是完整的9834的测试程序,可以将这程序转变成C程序,直接可用-The program is a complete 9834 test procedures, these procedures can be transformed into C procedures directly available
- 2022-01-28 17:46:35下载
- 积分:1
-
解压后 每个.cpp都有中文名很清楚。我是初学者,都是我的作业。会不断添加。...
解压后 每个.cpp都有中文名很清楚。我是初学者,都是我的作业。会不断添加。- After the decompression each cpp all has Chinese name to be
very clear. I am a beginner, all is my work. Can unceasingly increase.
- 2022-03-19 11:57:16下载
- 积分:1
-
数学库-Cloudtree lib
此文件包含某种数学函数和 TCP/IP 模块。
您可以使用此函数很容易我引用类。
只是在您的项目中添加两个文件,包括名为 CloudTree.h 的文件。
创建 CloudTree 类的新实例。所以你可以使用所有这起参考作用。
- 2023-05-20 05:10:04下载
- 积分:1
-
酷马骑板(在运行下的运行),玩的也不错
超酷的马踏棋盘(在DOS下运行),玩得还行-Cool horse riding board (in the run under DOS), played with is also OK
- 2022-01-26 08:29:19下载
- 积分:1
-
一个有经验的书
一个比较老的好书-a veteran of the books
- 2023-04-20 04:20:03下载
- 积分:1