-
这是我的老师要我们编写的java小程序,就要有一些…
这是我老师上课要我们编写的java小程序,希望能够获得几个积分,谢谢站长。-This is my teacher wants us to prepare the java applet, will want to have a few points I would like to thank head.
- 2022-04-21 15:14:33下载
- 积分:1
-
Member Management System, as well as administrators to some of the report are al...
会员管理系统,还有管理员部分也有~~~~~~
报告-Member Management System, as well as administrators to some of the report are also ~~~~~~
- 2022-02-04 14:13:16下载
- 积分:1
-
crc编程实现,由于通信设备的校验功能的实现
crc编程实现,由于通信设备的校验功能的实现-crc programming, communications equipment calibration function of the realization
- 2022-01-26 07:04:38下载
- 积分:1
-
本程序介绍了在C++多态性的概念。比如遗产…
This program describes the concept of polymorphism in C++. Example of Inheritance is given in this code
- 2022-05-08 09:43:59下载
- 积分:1
-
几道简单的数学建模(体重变化 水的流出时间 简单线性规划 简单随机库存 水道测量 层次分析法)是当初的建模作业 有分析 也有matlab和mathematica...
几道简单的数学建模(体重变化 水的流出时间 简单线性规划 简单随机库存 水道测量 层次分析法)是当初的建模作业 有分析 也有matlab和mathematica程序-A few simple mathematical modeling (body weight change in the water outflow time of a simple linear programming simple random inventory hydrographic AHP) is the original analytical modeling operations have matlab and mathematica program
- 2023-04-05 16:15: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
-
进程调度算法!
进程调度算法!-process scheduling algorithm!
- 2022-06-27 08:31:34下载
- 积分:1
-
topo_gen基于NS2的场景自动生成软件源代码
topo_gen基于NS2的场景自动生成软件源代码-NS2-based scenes topo_gen automatically generated software source code
- 2022-03-24 15:02:12下载
- 积分:1
-
人脸识别相关的英文论文,希望对你有帮助
人脸识别相关的英文论文,希望对你有帮助-Face Recognition related English papers, I hope you have help
- 2022-03-02 08:10:05下载
- 积分:1
-
布线问题(应用中的分支定界算法)
布线问题(分支限界算法应用) -Wiring problems (branch and bound algorithm for the application)
- 2023-05-24 00:15:02下载
- 积分:1