-
ThreadWithWindowsForm
c#关于多线程同时让消息列表继续循环的demo。
(c# multithreading while allowing the message list to continue cycling demo.)
- 2013-11-03 21:29:47下载
- 积分:1
-
Work3.5
上海交通大学数据结构课程的课后作业系列3.5:仅供参考,最好还是自己去写(Shanghai Jiaotong University data structure course homework Series 3.5: for reference, it is best to write their own)
- 2013-12-27 21:00:03下载
- 积分:1
-
CH11-KEA128-SPI
1. 硬件接线
(1)调试串口(UART_Debug)使用UART2,在“printf.h”文件中宏定义, 对应引脚为TX-PTD7,RX-PTD6
(在“uart.h文件中宏定义)。
(2)灯0~3(LIGHT_0~LIGHT_3)对应的引脚是PTC0~PTC3,高电平点亮(由硬件接法决定)
(3)SPI0_CLK对应的引脚是PTE0, SPI0_MOSI对应的引脚是PTE1,
SPI0_MISO对应的引脚是PTE2,SPI0_PCS对应的引脚是PTE3,
SPI1_CLK对应的引脚是PTG4, SPI1_MOSI对应的引脚是PTG5,
SPI1_MISO对应的引脚是PTG6,SPI1_PCS对应的引脚是PTG7。
(4)SPI0作为master,SPI1作为slave,SPI1接收SPI0发送的数据并产生中断。
用导线将PTE0与PTG4对接,将PTE1与PTG5对接,将PTE2与PTG6对接,将PTE3与PTG7对接。(1. Hardware wiring
(1) Debugging Serial Port (UART_Debug) uses UART2, macro-defined in "printf.h" file, corresponding pins are TX-PTD7, RX-PTD6.
(macro definition in the uart.h file).
(2) The pins corresponding to the lamp 0~3 (LIGHT_0~LIGHT_3) are PTC0~PTC3, and the high-level lighting is determined by the hardware connection.
(3) The pin corresponding to SPI0_CLK is PTE0, and the pin corresponding to SPI0_MOSI is PTE1.
The pin corresponding to SPI0_MISO is PTE2, and the pin corresponding to SPI0_PCS is PTE3.
The pin corresponding to SPI1_CLK is PTG4, and the pin corresponding to SPI1_MOSI is PTG5.
The pin corresponding to SPI1_MISO is PTG6, and the pin corresponding to SPI1_PCS is PTG7.
(4) SPI0 acts as master and SPI1 acts as slave. SPI1 receives data sent by SPI0 and generates interruption.
PTE0 and PTG4 are docked by wire, PTE1 and PTG5 are docked, PTE2 and PTG6 are docked, PTE3 and PTG7 are docked.)
- 2020-06-16 12:00:01下载
- 积分:1
-
kelijinchazhi
运用ArcEngine 10.2 功能库,实现点数据进行克里金差值并保存差值结果的功能(Use ArcEngine 10.2 function library that implements the data point kriging difference and save the difference between the results of the function)
- 2017-03-03 11:22:34下载
- 积分:1
-
AT89C51 LED点阵显示图形 源码+仿真
本设计使用单片机AT89C51作为主控制模块,利用简单的外围电路来驱动16×16的点阵LED显示屏。在本设计中主要用两个74HC595来驱动16×16点阵显示屏的列,用两个74HC595来驱动16×16点阵显示屏的行,最终实现16*16点阵显示屏显示图形。也就是说,硬件电路大致上可以分成单片机系统及外围电路、列驱动电路和行驱动电路等三部分。
- 2023-04-29 09:30:02下载
- 积分:1
-
OBD-CAN转换接口
基于STM32的OBD-CAN转换接口
只有源程序,原理图很简单自己看懂源代码就会了。(OBD-CAN conversion interface based on STM32
Only the source program, the schematic is very simple, you will understand the source code)
- 2018-11-06 14:48:39下载
- 积分:1
-
相关数据手册和参考文献
MFRC522射频读卡器数据手册 IC-S50数据手册 包含相关性能简介(MFRC522 Radio Frequency Card Reader Data Manual IC-S50 Data Manual Contains a Brief Introduction to Related Performance)
- 2020-06-21 04:00:02下载
- 积分:1
-
方柱绕流的LBM代码(C++)
Lattice boltzmann method 方柱扰流代码,C++(LBM Code for Square Column Spoiler)
- 2020-06-20 00:40:02下载
- 积分:1
-
Ajax无刷新 聊天室
采用Javascript ajax无刷新技术 构造的聊天网络聊天工具
- 2022-02-01 17:06:53下载
- 积分:1
-
移动医疗终端源代码
这是一个与智能血压计配套的终端程序,可自动记录及分析患者血压,并上传到云端。
@Name:血压测量业务控制逻辑
* @Description:初始化界面的所有组件,启动用于获取输入血压数值并启动模拟血压计,重测时撤消本次测量,
* 诊断用于智能给出本次测量的结论,更新数据将本次测量数据更新到血压数据库
* &n
- 2023-03-31 15:10:03下载
- 积分:1