-
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
-
读写图像的程序
读写图像的程序 -Image read and write procedures
- 2022-08-17 08:00:29下载
- 积分:1
-
Measures Overhead in Breaking A Deadlock
Measures Overhead in Breaking A Deadlock
- 2022-02-07 08:33:38下载
- 积分:1
-
一个小小的有意思的迷宫程序,采用的VC++6开发 ,十分简单明了...
一个小小的有意思的迷宫程序,采用的VC++6开发 ,十分简单明了-migong
- 2022-08-25 01:07:46下载
- 积分:1
-
这是一个输出回行方阵的小程序!比较简单,自己还可以改改.
这是一个输出回行方阵的小程序!比较简单,自己还可以改改.-This is a line matrix output back to the small program! Relatively simple, what can change it.
- 2023-05-05 07:55:03下载
- 积分:1
-
xml rpc 的c 实现代码
xml rpc 的c 实现代码-xml rpc c achieve code
- 2022-07-03 20:23:05下载
- 积分:1
-
this best way to see how is this or that on this
this best way to see how is this or that on this-this is best way to see how is this or that on this
- 2022-06-21 22:39:29下载
- 积分:1
-
windows服务管理类
压缩包包含两个文件ServiceManager.h、ServiceManager.cpp可以直接使用
CServiceManager提供接口如下:
BOOL IsActive(); // 查下服务是否开启
BOOL StopService(SC_HANDLE hService); // 关闭服务
BOOL StartService(); // 开启服务
BOOL ReStartService(); // 重启服务
BOOL GetDependentServices(SC_HANDLE hscService, std::vector& vecServiceStatus); // 获取服务依赖服务
- 2023-08-19 15:45:03下载
- 积分:1
-
用UML 制做的银行存款系统
用UML 制做的银行存款系统-活动图.用于分析各活动状态的变化.-UML produced deposits in the bank system-activity diagram. For analysis of the state of activity changes.
- 2023-06-23 11:25:02下载
- 积分:1
-
跨平台的GUI图像库,支持2D,3D图像渲染,标准图像处理
跨平台的GUI图像库,支持2D,3D图像渲染,标准图像处理,支持多种图像格式
- 2022-09-18 11:15:08下载
- 积分:1