-
本程序在TURBOC2.0下编译通过,**.h文件可拷在INCLUDE文件夹下
本程序在TURBOC2.0下编译通过,**.h文件可拷在INCLUDE文件夹下-Under this program TURBOC2.0 compile,**. h file can copy the INCLUDE folder
- 2022-02-25 21:17:20下载
- 积分:1
-
简单的利用asp语言实现聊天室的简单功能,能自己加入数据库实现其全部功能...
简单的利用asp语言实现聊天室的简单功能,能自己加入数据库实现其全部功能-Asp simple language using a simple function of the chat room, adding to its own database to achieve its full functionality
- 2022-03-26 18:41:53下载
- 积分:1
-
Matlab图形图像处理函数详细列表 Matlab图形图像处理函数详细列表...
Matlab图形图像处理函数详细列表 Matlab图形图像处理函数详细列表-Matlab graphics image processing functions in detail a list of Matlab graphics image processing function of a detailed list of Matlab graphics image processing function of a detailed list of
- 2023-01-03 05:55:04下载
- 积分:1
-
数据结构里的走迷宫实验,把它编成一个类似坦克游戏的程序...
数据结构里的走迷宫实验,把它编成一个类似坦克游戏的程序-data structure, the Maze experiments it into a game similar to the procedures for tanks
- 2023-05-10 15:05:04下载
- 积分:1
-
very convenient matrix calculation tool to manually input, calculation of the va...
非常方便的矩阵计算工具,能够手动输入,计算矩阵的各类运算.-very convenient matrix calculation tool to manually input, calculation of the various matrix operations.
- 2023-08-22 05:30:03下载
- 积分:1
-
TMS F2812SDSP281x_Spi头文件
TMS F2812SDSP281x_Spi头文件-TMS F2812SDSP281x_Spi header files
- 2022-01-26 07:01:01下载
- 积分: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
-
一个关于PCI板卡的测试与功能检测的DEMO程序源代码安装版,可以在其中看到一些有用的代码...
一个关于PCI板卡的测试与功能检测的DEMO程序源代码安装版,可以在其中看到一些有用的代码-a PCI card for the functional test and detection of the source code DEMO version of the installation, which can be seen in some useful code
- 2022-03-15 05:15:58下载
- 积分:1
-
用C语言编写的国际象棋源程序,单文件,编译简单,适合新手学习。...
用C语言编写的国际象棋源程序,单文件,编译简单,适合新手学习。-C language chess source code, single file, suitable for novice to learn.
- 2022-05-21 13:15:33下载
- 积分:1
-
Calculation of the level of heavy oil thermal recovery wells possession limit cu...
计算稠油热采油藏水平井吞吐单井经济极限累积产油量的程序,原理是根据动态经济评价法以及结合生产动态求解得到。-Calculation of the level of heavy oil thermal recovery wells possession limit cumulative throughput single well oil production economy of the process, the principle is based on the dynamic economic evaluation method for solving the dynamic combination of production to be.
- 2022-03-05 23:40:34下载
- 积分:1