-
cdswom_permit
ACM中常用的算法思想与常用算法,是本人自己精心收集的,不行的(That is commonly used in ACM algorithm thought and commonly used algorithm, were carefully collected herself, no good)
- 2017-07-15 00:06:13下载
- 积分:1
-
EEMDMethod
实现了EEMD分解的头文件,可以对各种波进行降噪。
实现了EEMD分解的头文件,可以对各种波进行降噪。(The head file of EEMD decomposition is realized, which can de-noising all kinds of waves.)
- 2018-01-14 20:42:22下载
- 积分: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
-
Laplasse
拉普拉斯算法的实现,程序是用vc++编写的(Laplasse algorithm)
- 2011-12-28 15:43:07下载
- 积分:1
-
EC-Verify-Signature
基于miracl大数库的椭圆曲线EC的验证签名算法的c语言实现(Based on large numbers miracl library EC verification of an elliptic curve signature algorithm c-language implementation)
- 2020-07-03 18:40:01下载
- 积分:1
-
LED例程
说明: 单片机课程必备,一些LED例程,希望对初学者有用(MCU course is necessary, some LED routines, hope to be useful for beginners)
- 2019-04-07 22:25:45下载
- 积分:1
-
C#实现WindowsAPI改变 鼠标指向的任意窗体中控件的大小和位置实例
用.net实现 改变其它任意窗体控件的属性值
- 2013-01-08下载
- 积分:1
-
hunhefahanshufa
罚函数法 它将有约束最优化问题转化为求解无约束最优化问题: 其中M为足够大的正数, 起"惩罚"作用, 称之为罚因子, F(x, M )称为罚函数.(hunhefahanshufa)
- 2020-12-02 01:49:27下载
- 积分:1
-
2-WIFI透传
主控为stm32的esp8266wifi模块(Esp8266wifi module controlled by stm32)
- 2018-07-19 14:37:28下载
- 积分:1
-
前后背景分离
这是一个C/C++的程序,利用opencv库来实现前后背景分离,对于学习opencv的人有很大帮助,解压后可直接运行
- 2022-03-15 21:20:33下载
- 积分:1