-
TDC_Code
使用德国产芯片-TDC-GP2实现两路激光信号时间差的测量,实际项目中使用(Use Germany chip-TDC-GP2 achieve laser signal time difference measurement of two-way, real-world projects using)
- 2014-10-16 19:09:47下载
- 积分: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
-
DPA_program
基于动态规划的机载脉冲多普勒雷达算法,动态规划的源程序(Based on dynamic programming airborne pulse Doppler radar algorithms, dynamic programming source code)
- 2011-08-02 16:26:58下载
- 积分:1
-
software
基于STM32+ADS1232+keil温度压力采集(Temperature Pressure Acquisition Based STM32+ADS1232+keil)
- 2013-11-03 15:45:54下载
- 积分:1
-
MFC规则DLL的创建与使用技巧
MFC规则DLL的创建与使用技巧,,6步学会dll封装(6 steps to learn DLL encapsulation)
- 2018-04-07 14:39:48下载
- 积分:1
-
vxwork操作系统源代码(arm,x86等cpu)
说明: vxwork操作系统代码,包含ARM,x86等cpu BSP(Vxwork operating system code, including arm, x86 and other CPU BSP)
- 2020-02-12 18:21:59下载
- 积分:1
-
wannianli
万年历的具体算法和实现过程,不错的奥,这是我的第一个完整的程序(Calendar of specific algorithms and implementation process, a good Austrian, this is my first full procedures)
- 2008-01-07 17:37:37下载
- 积分:1
-
ACMCheatSheet
ACM编程竞赛辅导材料。大量经典算法例程和分析。(ACM programming contest cheat sheet. lots of classic algorithm implementation and analysis. a must read for those who want to do programming contest)
- 2011-02-04 04:47:27下载
- 积分:1
-
SVM程序
本程序是利用SVM进行Image Scene Classification的程序,对学习SVM很有帮助,对学习图像处理的也很有帮助
- 2022-04-27 07:51:30下载
- 积分:1
-
ExeBinder
文件合并分离器,平时看到很多文件捆绑器,可是要分析其程序必须要分离,从网上找到的不是太好用,也不可控,就自己做了1个(merger document separator, usually see a lot of paper-bound, but should analyze its procedures must be separated from the Internet is not handy, nor controllable, it had become a)
- 2005-04-02 16:09:05下载
- 积分:1