-
CH376T模块资料
ch376和其他型号的芯片中文参考资料,附加例子程序。(CH376 and other types of chips, Chinese reference materials, additional examples of procedures.)
- 2021-03-26 10:59:13下载
- 积分:1
-
T1_4
说明: stm32 串口 实现 队列 缓冲收发,dma 发送完成 中断内发送队列剩余数据,串口接收空闲终端,接收数据(stm32 UART with queue buffer)
- 2019-07-09 20:32:30下载
- 积分:1
-
square_wave
说明: 根据傅里叶原理,在GUI界面中用正余弦波合成方波(According to Fu Liye's principle, Yu Xianbo is synthesized by positive Fang Bo in the GUI interface)
- 2020-12-21 11:09:08下载
- 积分:1
-
垂直手风琴特效
说明: 组件来制作,通过CSS3来对它进行美化,效果美观大方。(Components to produce, through CSS3 to beautify it, beautiful and generous effect.)
- 2019-02-25 16:31:08下载
- 积分: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
-
Candlestick_Dashboard
说明: Candlestick indicator
- 2019-01-14 00:40:50下载
- 积分:1
-
一个免费的网站asp程序,可以进行有效的后台管理。
一个免费的网站asp程序,可以进行有效的后台管理。-a free Web site asp procedures, the background for effective management.
- 2022-02-25 01:07:19下载
- 积分:1
-
一个小程序,本地是access,网络是Oracle
一个小程序,本地是access,网络是Oracle-A small program, the local is the access, the network is the Oracle
- 2022-02-02 06:10:41下载
- 积分:1
-
Wz_EventServer
Wz_EventServer para Mu 075
- 2019-05-21 03:17:44下载
- 积分:1
-
SQL自己连接
labview连接SQL数据库,和修改数据库(LabVIEW connects to the SQL database and modifies the database)
- 2017-07-10 10:13:14下载
- 积分:1