-
Lrc-lyrics-file-format-specification
Lrc歌词文件格式说明及C++实现,支持ANSI和Unicode格式,超强纠错(Lrc lyrics file format specification and C++ implementation.Supports ANSI and Unicode format, super error correction)
- 2013-03-18 13:20:27下载
- 积分:1
-
Audio-codec-(c)
Audio codec for blackfin
- 2013-11-12 01:27:07下载
- 积分:1
-
130110
控制蜂鸣器pic18单片机程序,测试通过,已批量生产。(Pic18 microcontroller program to control the buzzer)
- 2014-01-24 10:44:16下载
- 积分:1
-
C#自己做的通讯录
有连接数据库方面的东西
C#自己做的通讯录
有连接数据库方面的东西-C# Their address book has to do things to connect database
- 2022-02-14 18:28:38下载
- 积分:1
-
demo
标签/关键词:
连接oracle数据库,并实现插入数据(Connecting Oracle database and inserting data)
- 2019-04-11 22:22:33下载
- 积分:1
-
wcf TCP/HTTP通讯例子源码下载
wcf TCP/HTTP通讯例子源码下载
- 2015-07-21下载
- 积分:1
-
BMP
bmp压缩算法 联合开发网 - pudn.com
- 2020-06-16 10:20:01下载
- 积分:1
-
arduino-projects-master
1101 texas complete library to acess atmel microcontrollers
- 2015-03-10 20:40:00下载
- 积分: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
-
Calculator
基于逆波兰法的计算器程序,该计算器支持小数输入和正负数输入,支持四则运算以及指数运算,也支持括号的使用。(Reverse Polish law based calculator program, the calculator supports input and negative decimal number input, support four operations and index calculation, and also supports the use of parentheses.)
- 2013-12-01 16:35:07下载
- 积分:1