-
GDAL
说明: 64位编译完全的GDAL,含C#库、Python等(64-bit compiled complete GDAL, including C# library, Python, etc.)
- 2021-01-01 12:58:57下载
- 积分:1
-
电子时钟
说明: 基于STM32及数码管的电子时钟,能够显示时间(Electronic clock based on STM32 and nixie tube can display time)
- 2020-12-22 16:39:07下载
- 积分:1
-
语音小车
说明: 智能语音小车标准程序,已经测试通过了的。完全没有问题。(The standard program of intelligent voice car has passed the test. No problem at all.)
- 2020-06-17 20:20:07下载
- 积分:1
-
vrex
S60官方视屏播放器程序,可以装到手机上运行,但是在模拟器上运行会出问题。据说是因为视屏播放服务器的内核有问题,不能在模拟器上用。本人手机上测试成功。(S60 official video player program can be installed to run on mobile phones, but will run in the simulator problems. It is said that is because the screen play of the core server has problems, should not use the simulator. I test the success of mobile phones.)
- 2008-07-01 17:27:15下载
- 积分:1
-
WPF-PopupWindow
wpf右下角弹出框,通过按钮调用,类似QQ弹出框(wpf lower right corner of the pop-up box)
- 2013-07-24 19:12:32下载
- 积分:1
-
STM32F407-HC05蓝牙串口模块
在STM32F407上实现HC05蓝牙串口模块(Implementation of HC05 Bluetooth serial module on STM32F407)
- 2020-06-29 15:40:02下载
- 积分:1
-
DA14580
Dialog BLE 串口通信 实现蓝牙与电脑 通信和信息打印(Dialog BLE u4E32 u53E3 u901A u4FE1)
- 2017-05-16 11:35:06下载
- 积分: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
-
电力自动抄表管理系统
一款电力远程电表自动抄表系统,采用VC开发设计,供大家相互学习使用。(Power system auto-collecting and managing system,designed with VC for lerning.)
- 2017-10-05 09:31:01下载
- 积分:1
-
The source code accompanying the book "C# in Depth: What you need to master C# 2...
The source code accompanying the book "C# in Depth: What you need to master C# 2 and 3" Jon Skeet (2008)
Source code in C# of course
- 2022-02-24 12:47:16下载
- 积分:1