-
for wince freescale sharp lcd driver
for wince freescale sharp lcd driver
- 2022-06-26 03:19:53下载
- 积分:1
-
一个可以自行计算子网数量的工具,方便简单!
一个可以自行计算子网数量的工具,方便简单!-one can calculate the number of subnets tools, easy to use!
- 2022-07-15 22:39:59下载
- 积分:1
-
ER diagram help in Microsoft visio
ER diagram help in Microsoft visio
- 2022-03-19 06:22:47下载
- 积分:1
-
使用JSTL编写注册用户管理系统,可以实现注册用户的增删改功能...
使用JSTL编写注册用户管理系统,可以实现注册用户的增删改功能-used textbook prepared registered user management system, users can achieve additions, deletions and change function
- 2022-03-06 18:11:47下载
- 积分: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
-
智能小车程序代码
简洁实用,考试必备
智能小车程序代码
简洁实用,考试必备-Intelligent Vehicle program code simple and practical, the examination must have
- 2022-08-04 10:04:49下载
- 积分:1
-
:某大学开田径运动会,现有12名选手参加100米比赛,对应的运动员号及成绩如表所示,请按照成绩排名并输出,要求每一行输出名次、运动员号及成绩。要求用冒泡法排序。...
:某大学开田径运动会,现有12名选手参加100米比赛,对应的运动员号及成绩如表所示,请按照成绩排名并输出,要求每一行输出名次、运动员号及成绩。要求用冒泡法排序。-: A university open track and field sports, the existing 12 players compete in the 100-meter race, the corresponding numbers and achievements of athletes, such as shown in the table, please follow the performance ranking, and output, requires that each line of output ranking of the number and performance athletes. Required to use bubble sort method.
- 2022-03-04 21:25:58下载
- 积分:1
-
处理六面体、四面体、四边形和三角形网格。拉格朗日,…
Handles Hexahedral, Tetrahedral, Quadrilateral, and Triangle meshes. Lagrangian, Hierarchic, and Monomial finite elements. Interface to PETSc solvers, adaptive mesh refinement, and extreme portablility.
- 2022-01-25 17:18:14下载
- 积分:1
-
code of c a program for begniers
code of c a program for begniers
- 2022-01-26 01:45:53下载
- 积分:1
-
Matrix list stack 8_1.rar Students Course Design
矩阵链表堆栈8_1.rar 大学生课程设计-Matrix list stack 8_1.rar Students Course Design
- 2022-06-17 14:48:36下载
- 积分:1