-
face
本程序是运用SVM来实现人脸识别算法,能直接运行且能进行二次开发(This procedure is to use SVM to implement face recognition algorithm that can run directly and can perform a secondary development)
- 2014-02-18 21:17:44下载
- 积分:1
-
PWM
脉宽调制(PWM)波形图的仿真模型,用于谐波的分析,可用于逆变器的控制策略研究(Pulse width modulation (PWM) waveform simulation model for harmonic analysis, can be used for inverter control strategy research)
- 2017-03-27 16:11:01下载
- 积分:1
-
kdta_pgogramming
VC远程监控系统+源代码,非常好的远程监控源码,不错(VC remote monitoring system source code, very good remote monitoring source code, good)
- 2019-04-06 22:48:18下载
- 积分:1
-
winform开机祝福,不规则窗体制作实例,有截图附源码
此实例用的不是背景图片,是程序自绘的图 展示出很个性的窗体
- 2013-04-23下载
- 积分:1
-
Exekunbang
Exe捆绑机源代码,需要的可以下载下来研究研究。(Exe bundling machine source code, need can be downloaded off studies.)
- 2010-08-04 11:27:20下载
- 积分:1
-
SPIAVR
AVR中SPI的实现,用CVAVR编写。()
- 2008-05-02 08:47:51下载
- 积分:1
-
USART_ADC12
说明: MSP430F149串口行实验程序
//使用ADC12采集实验,将采集到数据送向PC.(序列单次采集,采用定时器A作为时钟源)
//P3.4为发送,P3.5为接收 晶体使32768HZ/8MHZ. 串行波特率B/S
//使用SMCLK作为波特率发器时,不能使用LPM2,LPM3!(MSP430F149 serial line experimental procedure// using the ADC12 collection experiments, collected data will be sent to the PC. (Sequence of a single collection, the use of Timer A clock source as)// P3.4 is sent, P3.5 to receive crystal so that 32768HZ/8MHZ. serial baud rate B/S// use as a baud rate SMCLK fat when they can not use LPM2, LPM3!)
- 2008-09-16 12:33:21下载
- 积分:1
-
Dwonloadlib源代码c++
#pragma once
#include "downmanager.h"
namespace Downloader
{
class CDownloader :
public DownManager
{
public:
CDownloader(void);
~CDownloader(void);
virtual BOOL Init( LPCSTR szDownUrl, LPCSTR szSaveDir );
virtual void DownLoop();
virtual void UnInit();
void setFileDownlond( const std::string& filename, bool downdloaded );
protected:
virtual void initSM();
virtual void releaseSM();
void save_FlistClient();
protected:
/// 共享内存句柄
HANDLE m_SMHandle;
/// 共享内存指针
SM_Downloader* m_smDownloader;
};
extern CDownloader* g_pDownloader;
}
- 2022-08-05 21:55:48下载
- 积分:1
-
ATGM332D 北斗定位模块
GPS 北斗软件资料 使用手册 原理图 单片机例程参考 调试工具(GPS BDS module test tools useing manuals examples)
- 2021-03-22 18:09:16下载
- 积分:1
-
WK2124SPI(MCU_51)
WK2124 SPI C51 测 试 程 序(WK2124 SPI C51 C test demo)
- 2020-06-19 23:00:02下载
- 积分:1