-
此文件为一种触摸屏的使用质料 及芯片质料
此文件为一种触摸屏的使用质料 及芯片质料-this document as a touch screen material and the use of chip material
- 2022-01-23 11:22:35下载
- 积分:1
-
arm的串口通信程序,对arm uart寄存器的控制方法
arm的串口通信程序,对arm uart寄存器的控制方法-arm of the serial communication program, right arm uart control registers
- 2022-04-16 01:53:35下载
- 积分: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
-
讲述了用proel进行电路板设计的具体流程,以及每一步的优化。...
讲述了用proel进行电路板设计的具体流程,以及每一步的优化。-Proel carried out on the circuit board with the design of specific processes, as well as the optimization of each step.
- 2022-06-01 19:31:37下载
- 积分:1
-
游戏移动的源代码
source code about game mobile
- 2022-01-26 06:40:58下载
- 积分:1
-
这是我做的用msp430做定时数据采集,我对做这方面的有帮助!...
这是我做的用msp430做定时数据采集,我对做这方面的有帮助!-This is what I used to do the MSP430 to do from time to time data acquisition, I have to do to help in this regard!
- 2022-03-11 17:27:33下载
- 积分:1
-
This program uses virtual base classes
This program uses virtual base classes
- 2022-03-21 09:54:43下载
- 积分:1
-
根据输入的参数不同,选用不同的算子对输入的图像进行边缘检测,包括sobel,log,canny等5哥算子...
根据输入的参数不同,选用不同的算子对输入的图像进行边缘检测,包括sobel,log,canny等5哥算子-According to different input parameters, choose a different operator input image edge detection, including the sobel, log, canny operator 5 Columbia
- 2022-12-28 02:20:03下载
- 积分:1
-
最优化的MATLAN实现,讲的很全面哦,希望对大家有所帮助...
最优化的MATLAN实现,讲的很全面哦,希望对大家有所帮助-optimal MATLAB realized, said very comprehensive Oh, we want to help
- 2022-04-12 20:34:19下载
- 积分:1
-
一个用LABVIEW构建的数据采集的例子,很好的,一起学习。
一个用LABVIEW构建的数据采集的例子,很好的,一起学习。-Used to build a LABVIEW data acquisition examples of very good to learn.
- 2022-03-19 12:14:00下载
- 积分:1