-
6678_GPIO
TMS320C6678 DSP gpio的驱动程序,在TI官方的开发板上测试成功。包含gpio的通道选择,参数设置。代码由C语言编写,是DSP的底层驱动程序。使用了TI的CSL库函数,在使用时注意添加相关的库路径,需要安装有关BIOS的开发DSK
- 2022-06-13 13:16:44下载
- 积分:1
-
数字图像处理傅里叶变换
#include #includeusing namespace cv;using namespace std;//快速傅里叶变换void fft2Image(InputArray _src, OutputArray _dst){//得到Mat类型Mat src = _src.getMat();//获取矩阵//判断位深CV_Assert(src.type() == CV_32FC1 || src.type() == CV_64FC1);CV_Assert(src.channels() == 1 || src.channels() == 2);
- 2023-05-22 05:45:03下载
- 积分:1
-
MatlabPlot
matlab作图程序总汇,相当的好,包含matlab 源程序与课件(matlab plot summary procedure, rather good, and courseware that contains the source code matlab)
- 2009-05-13 19:39:11下载
- 积分:1
-
biaoshifu
用vc++实现的有关编译原理中的标识符问题,希望对大家有所帮助!(vc used to achieve the principle of compiler identifier, we hope to help!)
- 2007-04-09 10:23:16下载
- 积分:1
-
456
基于单片机的超声波测距 用于大学生毕业设计基于单片机的超声波测距 用于大学生毕业设计(Ultrasonic distance measurement based on single chip designed for university graduates ultrasonic distance measurement based on single chip designed for university graduates)
- 2011-04-20 13:33:17下载
- 积分:1
-
INote
模仿小米做的便签,功能齐全,有桌面小组件(Imitation millet do notes, fully functional, there is a desktop widget)
- 2013-11-28 17:23:59下载
- 积分:1
-
Mult_matriz
this code on C ANSI develop the product between matrix A*A, A*B, B*A.
- 2015-03-30 02:35:26下载
- 积分:1
-
STM32-USART-send-and-receive-data-
本程序目的是提供使用stm32串口收发一帧数据的一种方法,采用中断方式接受和发送,每进一次中断接收或发送一字节,可以实现pc机与板子通信或板子与板子间通信。注意本程序中外接高速晶振为12M赫兹,而大部分板子为8M赫兹,本程序所用芯片是stm32RBT6(The purpose of this procedure is to provide a method of using STM32 serial port to send and receive a data, using interrupt mode to receive and send, every one into the time interrupt receiving or sending a byte, can realize PC and the communication or board and board communication. Note that this procedure the external high-speed crystal oscillator for the 12M Hz, while the majority of board is 8M Hz, the chip used in this procedure is stm32RBT6)
- 2020-07-31 10:18:38下载
- 积分:1
-
haizeiwang
学生成绩管理系统,输入学生所有信息,然后可以对学生信息进行处理,(Student achievement management system, enter all the information the students, student information can then be processed,)
- 2013-09-19 19:27:58下载
- 积分:1
-
6416LCD
lcd 1602 显示软件!
可以输入字符 字符串。(lcd 1602 xinshirunjian)
- 2011-12-25 12:20:04下载
- 积分:1