-
USB转串口驱动
当一边是USB口,一边是232或422串口时需要有对应的驱动程序
- 2023-03-05 03:40:03下载
- 积分:1
-
角点亚像素匹配,C++实现的,VS平台
角点亚像素匹配,C++,VS平台,实现两幅图像的匹配技术,精确的效果
- 2023-07-22 19:10:06下载
- 积分:1
-
TCD1200
用C51语言编程,实现了单片机AT89C51产生线阵CCD(TCD1200)驱动所需的时序。希望对大家有用。(With C51 language programming, microcontroller AT89C51 produce linear CCD (TCD1200) drive required timing. I hope useful.)
- 2021-02-23 08:39:40下载
- 积分:1
-
tda7786
说明: TDA7786 底层驱动,FM/AM已验证OK。(tda7786 fm/am drivers~~)
- 2021-01-13 11:28:48下载
- 积分:1
-
ITextSharp 生成PDF实例,实例中还包含调用模版生成Word功能 附完整源码
压缩包中包含 ITextSharp中文教程用C#制作PDF文件全攻略.pdf 以及 用C#生成PDF文件、调用模版生成Word文档 等很多比较实用的实例,详见压缩包与截图,其中附完整源码
- 2013-04-13下载
- 积分:1
-
C++日志操作类
用C++简单封装的一个写日志的类,方便于跟踪程序,查找问题。
采用C++代码,适用多字节项目,使用简单方便。
在头文件中定义了一些实用宏,如定义了写日志的宏,要向关闭写日志的功能,只需将这样的宏定义为空即可。
头文件部分代码如下:
class CSimpleLog
{
public:
CSimpleLog(char *path);
~CSimpleLog();
bool writelog(char *pmsg);
bool writelogx(char *format,...);
static bool write(char *path,char *info);
static bool writex(char * path,char * info,...);
private:
//DWORD time;
std::string last_msg;
FILE *file; //日志文件
int msg_dup_count;
bool isopen;
};
#ifndef THIS_WRITELOG
#define THIS_WRITELOG(s) pThis->m_log.writelog(s)
#endif
#ifndef WRITELOG
#define WRITELOG(s) m_log.writelog(s)
#endif
#ifndef THIS_WRITELOG_
#define THIS_WRITELOG_(s) pThis->m_log.writelog(s);
#endif
#ifndef WRITELOG_
#define W
- 2022-02-09 22:03:10下载
- 积分:1
-
MSP430_FIR
430汇编滤波器实例from 10Hz to 3990 Hz.(This code calls a Digital FIR High-pass Filter assembly function
"FIR_filter" and obtains the gain for frequency starting from 10Hz
to 3990 Hz. The filter coefficients conform with the LPF
specifications of Example 2 in the Application Report.)
- 2009-07-20 13:12:31下载
- 积分:1
-
CppXPDiscoverBTDevices
Codigo fuente de DLL en C++ que expone funciones para ser utilizada por otro programa como vb.net
- 2010-04-10 03:58:14下载
- 积分:1
-
无线充电
说明: 通过单片机控制开关,应用无线充电模块实现充电(Through the single-chip microcomputer control switch, the application of wireless charging module to achieve charging)
- 2020-06-18 12:20:01下载
- 积分:1
-
MSPRO
利用MFC开发的数据库系统,用的是微软的Access,有详细的链接数据库的代码。(Use of MFC development of database systems, using Microsoft Access, there are more links to the database code.)
- 2011-09-06 21:40:03下载
- 积分:1