-
用于在EVC下检测内存泄漏的工具,如果有泄漏,则在程序执行后显示在debug窗口...
用于在EVC下检测内存泄漏的工具,如果有泄漏,则在程序执行后显示在debug窗口-under EVC for the memory leak detection tool, if leaked, the procedures were revealed in the debug window
- 2022-01-28 20:04:51下载
- 积分:1
-
一个给予wince的画图程序 是个狠不错的程序 大家学算法和图形学都可以用...
一个给予wince的画图程序 是个狠不错的程序 大家学算法和图形学都可以用-Give the drawing a wince program is a hard process we learn a good algorithm and graphics can be
- 2022-02-02 17:22:03下载
- 积分:1
-
得到本地机器的主机名,以及ip地址,自己看看吧
得到本地机器的主机名,以及ip地址,自己看看吧-Get the local machine host name, as well as ip address, let" s see it themselves
- 2022-11-10 05:45:04下载
- 积分:1
-
图片输出到EXCEL的C#源码
将图片导出到EXCEL中,需要使用Office的COM组件,开发比较方便,缺点是必须要安装office组件
- 2023-01-21 03:25:03下载
- 积分:1
-
sqlitedll的源代码,用于在程序中直接调用
sqlitedll的源代码,用于在程序中直接调用-sqlitedll source code, can be called directly from program.
- 2022-08-24 00:10:38下载
- 积分:1
-
kakabossskdr
/*
base64.cpp 和 base64.h
版权所有 (C) 2004年-2008 René Nyffenegger
提供此源代码 " 作为-是 ",没有任何明示或暗示
保修。在没有事件将作者举行任何损害承担责任
因使用本软件。
授予任何人出于任何目的,使用此软件的权限
包括商业应用程序进行修改和重新发布它
自由,受到以下限制:
1.此源代码的起源必须不得歪曲 ;你必须不
声称是你写的原始源代码。如果您使用此源代码
在一种产品,确认产品文档中将
表示赞赏,但不是必需的。
2.改变源版本为此,必须有明确标记和一定不能
谎称为原始的源代码。
3.本公告不可能会被删除,或从任何源分布改动。
勒内 · Nyffenegger rene.nyffenegger@adp-gmbh.ch
*/
#include"stdafx.h"
//#include"base64.h"
#include"msvc_common.h"
#include < iostream >
静态 const std::string base64_chars =
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
""abcdefghijklmnopqrstuvwxyz
"0123456789 +";
静态内联 bool is_base64 (无符号的 char c) {
返回 (isalnum(c) | |(c == "+") ||(c == "/"));
}
std::string base64_encode (无符号的 char const * bytes_to_encode、 无符号的 in
- 2022-12-20 14:15:03下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
《vc精华文摘
《vc精华文摘-数据库》-"vc essence Digest-database"
- 2023-09-05 18:05:04下载
- 积分:1
-
Graphics when used in the treatment of the division, and directly editing the di...
在处理图形时用于除法的进行,直接编辑出除法来-Graphics when used in the treatment of the division, and directly editing the division to
- 2022-07-10 04:37:27下载
- 积分:1
-
使用Delphi开发应用软件,无疑会大大地提高编程效率,而且随着应用的深入,您将会发现编程不再是枯燥无味的工作――Delphi的每一个设计细节,都将带给您一份欣...
使用Delphi开发应用软件,无疑会大大地提高编程效率,而且随着应用的深入,您将会发现编程不再是枯燥无味的工作――Delphi的每一个设计细节,都将带给您一份欣喜-Use Delphi to develop software applications, will no doubt greatly enhance the efficiency of programming, and along with the application of in-depth, you will find programming work is no longer boring- Delphi detailed design of each will give you a delighted
- 2022-02-15 02:30:24下载
- 积分:1