-
sd
说明: SD卡的SPI方式驱动,SPI方式简单速度也可以,很多处理器都有SPI功能,没有也可模拟。(SD card SPI mode driver, SPI is simple speed can, many processors have the SPI function, does not and can simulate.)
- 2010-08-20 11:46:36下载
- 积分:1
-
TMS320F2812DSP
TMS320F2812DSP
- 2011-03-25 16:02:42下载
- 积分: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
-
TestFrm
一个示波器的框架(the framework of an oscilloscope)
- 2004-08-26 11:28:15下载
- 积分:1
-
Fscrn
VC MFC全屏显示切换示例,精选学习源码,很好的参考资料。(VC MFC full screen display switching example, select learning source code, a good reference.)
- 2013-12-25 10:26:24下载
- 积分:1
-
MSP430F149读卡号参考例程
MSP430F149读卡号RFID参考例程(MSP430F149 read card reference routine)
- 2018-10-30 19:12:01下载
- 积分:1
-
Small-RTOS51
嵌入式实时操作系统rtos原理及应用 0基础学习(real time oprating system
real time oprating system
real time oprating system)
- 2014-02-27 20:13:11下载
- 积分:1
-
banke_xiaoyi
这个是编写的一个操作系统算法。用来避免死索的方法。(this is the preparation of an operating system algorithm. To avoid the death claim.)
- 2006-06-26 20:27:45下载
- 积分:1
-
hpchusj
说明: asp写的发送邮件系统 Asp write to send mail system(Sending mail system Asp write to send mail system written by asp)
- 2019-05-23 00:36:05下载
- 积分:1
-
directxshow
vc6.0 控制摄像头源代码,采用directxshow 效率很高,小弟参考了很多的资料才搞明白,和大家共享,希望对大家有帮助(camera control vc6.0 source code, the use of highly efficient directxshow,小弟reference a lot of information in order to engage in to understand, and share, in the hope that we have to help)
- 2007-11-30 09:56:35下载
- 积分:1