-
In this case the compiler for each file is the order: 17_parity.vhd 17_test_benc...
本例对各个文件进行编译的顺序是:
17_parity.vhd
17_test_bench.vhd-In this case the compiler for each file is the order: 17_parity.vhd 17_test_bench.vhd
- 2022-02-25 07:43:38下载
- 积分:1
-
这个温度PID调节器对天魅炉。测得的温度…
This Temperature PID regulator for Tamman ovens. Temperature is measured by thermocouple via lm358 - > Atmega s ADC and regulated over triac. All data is sent via RS232 connection on PC and controlled by LabView.-This is Temperature PID regulator for Tamman ovens. Temperature is measured by thermocouple via lm358- > Atmega s ADC and regulated over triac. All data is sent via RS232 connection on PC and controlled by LabView.
- 2023-06-10 08:05: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
-
database principle "experiment notes
数据库原理》实验讲义-database principle "experiment notes
- 2023-05-10 02:25:03下载
- 积分:1
-
这是一款温度控制器的控制程序,能控制温度,时间,还有保温功能...
这是一款温度控制器的控制程序,能控制温度,时间,还有保温功能-This is a temperature controller of the control procedures, to control temperature and time, as well as thermal insulation function
- 2022-03-15 08:33:22下载
- 积分:1
-
关于卡尔曼滤波的matlab工具箱,里面有好几个,大家可以参考...
关于卡尔曼滤波的matlab工具箱,里面有好几个,大家可以参考-Kalman filter on matlab toolbox, which has quite a few, everyone can refer to
- 2022-07-21 16:36:43下载
- 积分:1
-
用PIC16F887做的4个触摸按键的例程
用PIC16F887做的4个触摸按键的例程-M-TOUCH SAMPLE CODE FOR PIC16F887
- 2022-06-12 13:09:46下载
- 积分:1
-
glcd_persian_good
这是液晶显示器的头
- 2022-02-14 13:41:50下载
- 积分:1
-
断层地震危险性分析程序,单条断层,可稍微改动后进行多条断层概率危险性分析...
断层地震危险性分析程序,单条断层,可稍微改动后进行多条断层概率危险性分析-Fault earthquake risk analysis process, a single fault, may change slightly after a number of faults probabilistic risk analysis
- 2022-08-23 02:04:54下载
- 积分:1
-
a small J2ME games, a child playing jigsaw puzzles, things done, but not past En...
一个j2me的小游戏,儿时玩的拼图板,东西做出来了,但却完不过去,咳,年纪大了,呵呵.-a small J2ME games, a child playing jigsaw puzzles, things done, but not past End, cough, age, huh.
- 2022-07-07 14:19:17下载
- 积分:1