-
44544789STKfirst
用vc++调用stk的程序。如需下载的同学下载来看看(AppWizard has created this STKfirst application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your STKfirst application.)
- 2020-09-21 14:27:51下载
- 积分:1
-
123i
删除,登陆,退出。的看法是否健身房哈家看双方都是的散客计划罚款撒时代手机卡的卡上的境况的架势都快结婚是卡的 (this is very good)
- 2014-06-25 21:25:00下载
- 积分:1
-
cmake
说明: cmake3.11版本,亲测可用
最好搭配vs2011(Cmake3.11, available for personal testing
Best match vs2011)
- 2018-12-25 14:46:24下载
- 积分:1
-
ESP8266资料
说明: 基于stm32的esp8266 wifi模块开发源码与说明(Source code and description of the development of esp8266 WiFi module based on stm32)
- 2019-11-10 23:27:28下载
- 积分:1
-
51单片机buck电路电池充电器源码
使用51单片机与MOSFET搭建的BUCK电路电池充电器。混编,在51单片机上实现11位PWM波,积分控制器。
- 2023-08-16 07:00:03下载
- 积分:1
-
C#算法,在winform中实现单链表的查找!
C#算法,在winform中实现单链表的查找!-C# Algorithm, in WinForm to achieve a single list of search!
- 2022-04-14 14:07:07下载
- 积分:1
-
鹏宏电子留言板
鹏宏电子留言板.rar( Huge mythical bird great electron message center rar)
- 2020-07-02 12:40:02下载
- 积分:1
-
qczl
这是一个较为精炼的汽车管理系统 操作简单 快捷方便 希望您能够采纳后开通我的会员。(This is a more refined vehicle management system operation simple and convenient want you to adopt my membership after the opening.)
- 2013-07-21 22:37:18下载
- 积分: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
-
RegHideSource
注册表隐藏的高级技术vc++2008 亲测通过(Registry Hidden senior technical vc++2008 pro-test passed)
- 2016-05-07 21:27:51下载
- 积分:1