-
MFC_matlab
程序实现了C++和MATLAB的混合编程,对接的方法是使用Matcom组件。程序实现的功能是,绘制一个sin函数。(Program implements C++ and MATLAB mixed programming, docking method is to use Matcom components. Program' s function is to draw a sin function.)
- 2013-08-13 16:56:57下载
- 积分:1
-
GA
遗传算法实现源码C++,可以用于离散优化问题求解(Realization of Source Code C++ by Genetic Algorithms)
- 2020-06-20 20:00:02下载
- 积分:1
-
Python 提取网页信息工具
参考资料: 1, BeautifulSoup: http://www.crummy.com/software/BeautifulSoup/2, Martin Fowler: Domain-Specific Languages.3, Internal-DSL: http://en.wikipedia.org/wiki/Domain-specific_language4, Fluent Interface: http://en.wikipedia.org/wiki/Fluent_interface
- 2014-03-10下载
- 积分: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
-
doc6
一个单片机程序,是关于LED数码显示的比较简易(a SCM process, the LED digital display on the relatively simple)
- 2006-11-20 15:43:52下载
- 积分:1
-
ffmpeg
ffmpeg for VS2008 用VS2008即可编译,可以用来开发播放器(ffmpeg for VS2008)
- 2013-09-10 20:55:18下载
- 积分:1
-
EedffazipD
EDFA的掺铒光纤长度模拟计算,附3篇相关论文,330mw的980nm泵泵浦,3db的泵浦吸收,12m最佳长度已经的到验证,可作为EDFA设计参考
(EDFA erbium-doped fiber length simulation of three related papers, 330mw of 980nm pump pump pump 3db absorption 12m optimum length has been to verify, can be used as the EDFA design reference)
- 2012-08-05 18:09:17下载
- 积分:1
-
SQL_DataBase
实现用vc++对sql server 数据库的管理 常用sql语句的使用(Achieved with the vc++ on the sql server database management used to use sql statements)
- 2020-11-08 11:39:47下载
- 积分:1
-
qishi
这是一个骑士飞行棋的游戏,自己在vs2010上实现,很有参考价值(This is a chess game knight flying himself realized on vs2010, great reference value)
- 2013-12-14 10:06:21下载
- 积分:1
-
电气控制板
用于STM32开发的工程级代码~
此电控板板载FT232 USB转串口芯片,使用USB线和上位机通信,但是上位机必须先安装好驱动程序,否则无法识别串口
包含Electric Control Board电路原理图
- 2022-02-25 17:46:27下载
- 积分:1