-
CAN
飞思卡尔CAN扩展帧通信,Can盒发送数据,单片机接受并返回数据(The Carle CAN extended frame communication, Can box to send data, the microcontroller to accept and return data
)
- 2020-09-21 00:47:56下载
- 积分:1
-
C++关于向量、继承等学习资料
C++关于向量、继承、友元函数、重载、等学习资料,另附上一份C++习题集
- 2022-07-24 23:45:21下载
- 积分:1
-
GLCM-implement
实现了灰度共生矩阵,并应用到了几张图片上。 C++ 和OPENCV 代码。 图像处理(GLCM achieved and applied to a few pictures. C++ and OPENCV code. Image Processing)
- 2011-01-26 02:35:22下载
- 积分:1
-
0233312
用VC编辑的 禁止窗体右上角最大、最小化等按钮 小技巧程序(Edited by VC right corner prohibited form the largest minimization program button tips)
- 2013-05-28 14:21:24下载
- 积分:1
-
gtd
qr decompostion using new method
- 2011-10-16 19:39:31下载
- 积分:1
-
Ten-kinds-of-algorithm
十种排序及其性能比较,包括冒泡排序,比较排序,直接插入排序,希尔排序,归并排序,堆排序,等。(Ten kinds of algorithm and performance comparison)
- 2016-01-04 13:18:25下载
- 积分:1
-
DCM2JPG
Convert DCM to JPG. It is wriiten by C++. It is very suitable for junior.
- 2016-04-13 14:47:10下载
- 积分:1
-
c# socket网络编程 必看的实例源码下载(封装的很好)
c# socket网络编程 必看的实例源码下载(封装的很好)
- 2014-06-19下载
- 积分:1
-
caculation-of-PI
通过c++实现对pi的多位计算,该程序是基于基本对话框的编程应用,其中pi的算法值得学习(Through the c++ implementation of a number of the calculation of pi, the program is based on the basic dialog box programming applications, the algorithm should be one of Learn pi)
- 2009-03-30 21:35:51下载
- 积分: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