-
模拟体育彩票
用c语言模拟体育彩票机-simulated sports lottery machine
- 2022-01-25 17:47:33下载
- 积分:1
-
非常之经典的停车场停车问题,解决停车问题的算法
非常之经典的停车场停车问题,解决停车问题的算法-very classic car parks and solving the parking problem Algorithm
- 2023-06-21 01:55:03下载
- 积分:1
-
Eternal Lands(永恒大陆)的地图编辑器代码!~你可以选者VC++和DEVCPP进行编译...
Eternal Lands(永恒大陆)的地图编辑器代码!~你可以选者VC++和DEVCPP进行编译-Eternal Lands (eternal mainland) code of the map editor! ~ You can choose who VC++ And compile DEVCPP
- 2022-05-21 20:26:11下载
- 积分:1
-
open Notepad and automatically preserve
打开记事本并自动保存-open Notepad and automatically preserve
- 2022-08-08 08:33:00下载
- 积分:1
-
开发FPGA的入门程序.是一个4个LED点亮程序
开发FPGA的入门程序.是一个4个LED点亮程序-Entry procedures for the development of FPGA
- 2023-03-13 20: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
-
微软VC++开发的IDE(集成开发环境),在其他…
VC++是微软公司开发的一个IDE(集成开发环境),换句话说,就是使用c++的一个开发平台.有些软件就是这个编出来的-Microsoft VC++ is a development IDE (integrated development environment), in other words, is to use a c++ development platform. Some software is made by the
- 2022-06-14 22:09:54下载
- 积分:1
-
LDPC码的编解码程序,很好,对于学习LDPC编码的人来说很值得一看...
LDPC码的编解码程序,很好,对于学习LDPC编码的人来说很值得一看-LDPC codes codec procedures, very good for learning LDPC coding for those who are worth a visit
- 2022-02-02 04:00:57下载
- 积分:1
-
数据结构。表用于创建线性和线性规模的圣..
数据结构第一次实验。用来创建线性表和求取线性表的第i个元素。-data structure first experiment. Table used to create linear and linear scale struck the first i elements.
- 2022-07-27 21:37:37下载
- 积分:1
-
DCS
中屏炉DCS控制系统,包括采集(modbus 协议)显示-DCS-ping furnace control system, including the acquisition (modbus protocol) showed
- 2023-06-02 21:55:03下载
- 积分:1