-
十速单片机固件3100
3100 Tenx MCU Firmware -3100 Tenx MCU Firmware
- 2023-07-24 06:35: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
-
软件工程课件,介绍软件开发的技术,方法,原理(6
软件工程课件,介绍软件开发的技术,方法,原理(6-10)章-Software engineering courseware, introduction of software development techniques, methods, principles (6-10) Chapter
- 2022-02-06 11:15:52下载
- 积分:1
-
1.在选择装入背包的物品时,对每种物品I只有两种选择,即装入背包或不装入背包。不能将物品I装入背包多次,也不能只装入部分的物品I。
2.物品的种数,重量、价...
1.在选择装入背包的物品时,对每种物品I只有两种选择,即装入背包或不装入背包。不能将物品I装入背包多次,也不能只装入部分的物品I。
2.物品的种数,重量、价值,背包的容量要求输入;
3.算法中加入剪枝函数(对重量已经超过限制重量的子树不搜索);
-1. In the selection of the items into the backpack, for each of the items I have only two choices, that is loaded or not loaded backpack backpack. Items should not be many times I load backpack can not only part of the goods loaded I. 2. Number of species items, weight, value, capacity backpack for the importation 3. Algorithm to add pruning function (of weight over the weight limit does not search sub-tree)
- 2022-03-25 05:48:01下载
- 积分:1
-
java线程的源代码,是关于线程的,对理解线程很有帮助
java线程的源代码,是关于线程的,对理解线程很有帮助
-java source code is on the threads, thread helpful for understanding
- 2022-07-16 05:22:59下载
- 积分:1
-
用VC++开发了一个数控加工的三维仿真程序,能有效仿真加工过程。...
用VC++开发了一个数控加工的三维仿真程序,能有效仿真加工过程。-With VC++ Developed a three-dimensional simulation of NC machining process simulation can effectively process.
- 2023-04-20 21:10:05下载
- 积分:1
-
Asp.net
深入剖析Asp.net资源文件,比较实用。读取文件流-Asp.net-depth analysis of resource documents, more practical. Read the file stream
- 2022-01-21 17:59:34下载
- 积分:1
-
land certificate Print, Print collective land certificate. State
土地证打印,有集体土地证打印。国有土地证打证-land certificate Print, Print collective land certificate. State-owned land certificate playing cards!
- 2022-04-19 21:09:46下载
- 积分:1
-
KNN分类器
基于kNN算法的网页分类器,基于Visual c++6.0环境-kNN classifier
- 2022-02-05 19:28:05下载
- 积分:1
-
里面是VB教程的课件,Powerpoint格式,将整个教程整理出来,适用于自学,很全面。...
里面是VB教程的课件,Powerpoint格式,将整个教程整理出来,适用于自学,很全面。-There is a VB tutorial courseware, Powerpoint format, will be finishing out the entire tutorial for self-learning, very comprehensive.
- 2022-02-03 13:20:36下载
- 积分:1