-
高高飞翔希望享受好的程序
loat hope enjoy good program
- 2022-01-31 17:27:25下载
- 积分:1
-
阐述了网络控制系统的控制器设计理论及设计方法,并进行了数值仿真验证了所提出的方法的可靠性。...
阐述了网络控制系统的控制器设计理论及设计方法,并进行了数值仿真验证了所提出的方法的可靠性。-Network control system on the controller design theory and design methods, and the numerical simulation of the proposed method is reliable.
- 2022-09-03 22:45:03下载
- 积分:1
-
河北工业大学大一至大二学期,课程设计源码,课程题目是画塑像,希望对大家有所帮助,特别是河北工业大学的同学。...
河北工业大学大一至大二学期,课程设计源码,课程题目是画塑像,希望对大家有所帮助,特别是河北工业大学的同学。-Hebei University of Tai second semester freshman year curriculum design source, the curriculum is the subject painted statue, and they hope to help everyone, especially students of Hebei Industrial University.
- 2022-03-24 07:34:43下载
- 积分:1
-
Knuth的快速模式匹配算法改良,可以匹配含通配符?和*的标准串...
Knuth的快速模式匹配算法改良,可以匹配含通配符?和*的标准串-the rapid improvement of pattern matching algorithm can match with wildcards?* And the standard Series
- 2022-05-13 16:58:51下载
- 积分:1
-
一个SANKE图像分割程序wd dqwe
一个SANKE图像分割程序wd dqwe-image segmentation based snake arithmatihs sdhfsf weifjkl d adk
- 2023-01-02 21:05:06下载
- 积分: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
-
74ls595资料
74ls595资料-74ls595
- 2022-10-23 11:00:03下载
- 积分:1
-
关于PCB电路图的设计的基本方法,以及设计的不同
关于PCB电路图的设计的基本方法,以及设计的不同-PCB circuit diagram of the basic design methodology and design of the different
- 2023-01-04 06:25:03下载
- 积分:1
-
作业~画出载入的声音文件波形~并在可在画板上画涂鸦
作业~画出载入的声音文件波形~并在可在画板上画涂鸦-~ paint included in the operations of audio files and waveform- in painting graffiti on the slate
- 2022-02-02 07:39:13下载
- 积分:1
-
实用的java习题,初学者可用
实用的java习题,初学者可用-Java practical exercises, beginners can be used
- 2023-01-10 00:56:11下载
- 积分:1