-
扫雷游戏在vc++下的源代码,对C++初学者会有很大帮助
扫雷游戏在vc++下的源代码,对C++初学者会有很大帮助-Mine game under vc++ source code, for C++ will be of great help for beginners
- 2022-02-24 12:13:45下载
- 积分:1
-
大乐透程序,根据历史数据选号,跟双色球有所区别,也是自用的...
大乐透程序,根据历史数据选号,跟双色球有所区别,也是自用的-lottery
- 2023-05-19 04:40:03下载
- 积分:1
-
this program give the functionality bcd count
this program give the functionality bcd count
- 2022-06-30 10:45:29下载
- 积分:1
-
三国游戏。c语言编写。san.exe是已经编译链接完成后的程序。
三国游戏。c语言编写。san.exe是已经编译链接完成后的程序。-The Three Kingdoms games. c language. san.exe is already compiled after the completion of procedures links.
- 2022-11-04 07:25: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
-
该程序用以对m序列码的调制在负dB情况下解调的仿真,是对基带信号的调制...
该程序用以对m序列码的调制在负dB情况下解调的仿真,是对基带信号的调制-procedures for the right sequence code m in the negative dB modulation of the demodulation simulation of the base band signal modulation
- 2022-12-14 20:15:03下载
- 积分:1
-
The use of VTK painting filled with a red five
使用VTK画红色五角星 并填充采用分段填充的方法,利用数学公式精确计算坐标-The use of VTK painting filled with a red five-pointed star and the sub-fill method, using mathematical formulas accurately calculate the coordinates
- 2022-08-03 18:38:53下载
- 积分:1
-
The MAXPLUX achieve 8251 serial communication
在MAXPLUX下实现8251串口通信功能-The MAXPLUX achieve 8251 serial communication
- 2023-03-28 09:50:04下载
- 积分:1
-
开源项目smack的API文档,研究XMPP的入门选择。
开源项目smack的API文件,研究XMPP的入门之选。-Open source project smack the API documentation, study entry XMPP choice.
- 2022-02-25 03:54:47下载
- 积分:1
-
这是个重量级的东西,是罗宾写的操作系统,非常值得看看。还有一些文档。不知道最新版本是多少了。...
这是个重量级的东西,是罗宾写的操作系统,非常值得看看。还有一些文档。不知道最新版本是多少了。-heavyweight This is something that is written by Robin operating system is very worthwhile to see. Some documents. Do not know what is the latest version of the.
- 2023-05-15 12:45:02下载
- 积分:1