-
一个简单的计算器课程设计程序,可以实现加,减,乘,除等功能。...
一个简单的计算器课程设计程序,可以实现加,减,乘,除等功能。-A simple calculator curriculum design process, you can realize add, subtract, multiply, with the exception of functions.
- 2022-06-11 15:19:21下载
- 积分: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制作,源代码
图书管理系统,vb制作,源代码-library management system, vb production, the source code
- 2022-05-29 20:29:32下载
- 积分:1
-
2d array implemented using pointer or template
在C++中,可以直接用[][]实现二维数组,但是[][]不能重载,所以,用模版与指针实现的自定义二维数组-2d array implemented using pointer or template
- 2022-01-22 13:39:16下载
- 积分:1
-
实现数控电压源的精确控制,从0――15V
实现数控电压源的精确控制,从0――15V-NC precise control of voltage source, from 0- 15V
- 2022-04-17 05:26:46下载
- 积分:1
-
Own procedures, on the time slice of rotation scheduling algorithm.
自己的小程序,关于时间片轮转调度算法的。-Own procedures, on the time slice of rotation scheduling algorithm.
- 2022-03-21 17:23:02下载
- 积分:1
-
OpenMP并行程序设计语言,语言有2,5版,学习…
OpenMP 是并行编程的高级语言,该语言已经到了2,5版了,要学习并行编程几乎不可能不学习OpenMP了,该文件是OpenMP最新API说明文档-OpenMP parallel programming language, the language has to 2,5 edition, learning to parallel programming is almost impossible not to learn OpenMP. The document is the latest OpenMP API documentation
- 2022-08-10 04:12:24下载
- 积分:1
-
俄罗斯的很好的游戏
非常不错的俄罗斯游戏-very good game of Russian
- 2023-09-02 16:05:03下载
- 积分:1
-
Second National College BBS Development Competition Algorithm Group
第二届全国高校 BBS 程序开发大赛算法组-Second National College BBS Development Competition Algorithm Group
- 2023-05-27 23:05:03下载
- 积分:1
-
with a vc Wuzilianzhu development of the small game, using a Directdraw
一个用vc开发的五子连珠的小游戏,运用了Directdraw-with a vc Wuzilianzhu development of the small game, using a Directdraw
- 2022-01-26 03:52:18下载
- 积分:1