资源列表
sqlite3
- 本地svn坏了,用这个可以修复好。希望大家下载,谢谢(The local SVN is broken. Use this to fix it. Hope you download, thank you)
矩阵按键
- stm32f103系列单片机矩阵按键程序(STM32F103 Series Singlechip matrix button program)
4、实验例程
- 从单片机光盘中找的,有各种可以用于51单片机上的小程序(From the SCM CD-ROM to find, there are a variety of 51 microcontroller can be used on small programs)
单片机顺序启动
- 51单片机顺序启动源码,从p0-p20顺序点亮
小波变换_完美通俗解读
- 详细介绍小波变换,通俗易懂。完美通俗解读.pdf(Perfect popular interpretation for wavelet transform.)
可穿戴式心电信号采集电极的研究
- 可穿戴式心电信号采集电极的研究,设计,优化心电电极贴。(Research on wearable electrode for collecting ECG signals)
stl
- C++ SGI STL 3.3版,提供C++11支持,包含正则表达式array容器等新功能(C++ SGI STL 3.3 edition provides C++11 support, including regular expressions, array containers, and other new features)
小波基础及应用教程
- Dwight F.Mix博士,专业工程师,阿肯色大学荣誉教授,1965~1998年在该校电子工程系任教。 Kraig J.Olejniczak博士,专业工程师,瓦尔帕莱索大学工程院院长,1991~2002年在阿肯色大学电能系任教。(The main contents include: function and transform, sampling theorem, multirate sampling, fast Fourier transform, wavelet transform, qu
stm32f103_gpio
- 控制一个IO,令其每隔500ms反转一次。(Controling a IO , it is reversed every 500ms.)
简易直流电子负载程序2
- 简易直流电子负载的设计与测试 摘要 本文基于MOSFET管的输出特性和转移特性,以MSP430F6638为控制核心,设(Design and test of simple DC electronic load Abstract: Based on the output characteristics and transfer characteristics of MOSFET tube, this paper uses MSP as the control core)
GMM-GMR-v2.0
- 统计概率模型 高斯混合模型的匹配,属于拟合类算法,可以用于2D 和3D数据(Expectation-Maximization estimation of GMM parameters. % This source code is the implementation of the algorithms described in % Section 2.6.1, p.47 of the book "Robot Programming by Demonstration: A %
中值滤波
- 给定一幅单波段影像imgData.txt(ASCII格式),实现对图像的处理和显示。 已知条件: (1)clrTbl.txt文件是一个颜色查找表,大小是256X3,即可表示256中RGB的颜色。 (2)ImgData.txt文件中是图像的数据,每个值代表一个像素的颜色索引号,通过索引号到颜色查找表(clrTbl.txt文件)中找到相应的RGB颜色值。 (3)中值滤波:一种非线性平滑技术,它将每一像素点的灰度值设置为该点某邻域窗口内(这里选择3X3)的所有像素点灰度值的中值。 (4)屏幕上显示像素