-
Fil
一维信号的形态学滤波实现,包括开,闭,腐蚀,膨胀功能(morphology filter for 1-D signal,include open,close,Corrosion and dilate)
- 2018-12-10 14:13:55下载
- 积分:1
-
Mega8_OS
用于开发基于MEGA8上的小系统OS,很经典很小。适合于低配置的单片机上面开发使用。(For the development of small systems based on MEGA8 OS, is the classic small. Configure the microcontroller for low use of the above development.)
- 2010-10-12 16:16:41下载
- 积分:1
-
Accounting_Online_Registration-Sys
会计网上报名系统 asp.net sql2008 visio 主要功能 身份证校验,验证码,打印准考证,后台管理,现场认证,订书,密码修改,报名流程,上传图片等,希望对初学者有些作用(Accounting online registration system asp.net sql2008 visio main function identity verification, validation code, print ticket, front and back, on-site certification, stapler, password changes, registration process, upload pictures in the hope that some role for beginners)
- 2011-05-11 19:59:50下载
- 积分:1
-
iCAN
周立功对CAN通信中的iCAN协议文本规范。(The text of the agreement specification ZLG iCAN)
- 2014-01-08 14:27:39下载
- 积分:1
-
msp430f5438system_Chinese-Materials
msp430f5438系统中文资料(全)(msp430f5438system_Chinese Materials)
- 2013-09-09 09:12:43下载
- 积分:1
-
remote_control
说明: 采用c++语言编写,类似于微软的远程桌面,实现远程监控,远程键盘和鼠标操作(this is a useful program,believe me)
- 2020-04-21 12:19:22下载
- 积分:1
-
decimation
音频信号降采样程序 支持48k->8k 24k->8k 8k->1k 的降采样.实现方法,先做低通滤波,再做采样点抽取.低通滤波起使用67点FIR,系数由matlab使用窗函数法生成
(Audio signal down-sampling procedures to support the 48k-)
- 2007-09-11 10:20:03下载
- 积分:1
-
SAMSUNG_S3C2440
SAMSUNG S3C2440开发文档大全---(。)
- 2009-11-16 00:20:07下载
- 积分:1
-
Smp860_Usb_Demo
smp860运动控制器USB驱动,对从事数控技术开发人员非常有用(smp860 Motion Controller USB drive, engaged in CNC technology developers very useful)
- 2008-07-10 15:34:39下载
- 积分:1
-
C8051USB
这是一个基于C8051F340的SD读卡器
#include "F34x_MSD_Physical_Settings.h"
#include "F34x_MSD_CF_Basic_Functions.h"
#include
sbit Led1 = P2^2;
sbit Led2 = P2^3;
void CF_Port_Init();
//----------------------------------------------------------------------------
// Init_CF
//----------------------------------------------------------------------------
//
// This routine initializes the Compact Flash memory card
//
// Parameters :
// Return Value :
//----------------------------------------------------------------------------
char Init_CF()
{
xdata char result = Dtct_Card();
xdata unsigned int loop = 0;
xdata unsigned reinit = 0;
if (result == 1) return (CF_NO_CARD);
REINIT:
CF_RST = 1;
while(++loop);
- 2022-04-22 04:06:23下载
- 积分:1