-
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
-
点对点客服端源码,下面上传服务器端可执行文件及源码
点对点客服端源码,下面上传服务器端可执行文件及源码-failed to translate
- 2022-01-22 17:48:54下载
- 积分:1
-
这是一个关于圆周率算法的C语言程序算法,是关于精确计算圆周率...
这是一个关于圆周率算法的C语言程序算法,是关于精确计算圆周率-on pi algorithm C language programming algorithm is accurate calculation of pi
- 2022-09-27 15:50:02下载
- 积分:1
-
用C#编写的学习正则表达式的小工具
用C#编写的学习正则表达式的小工具-C# study prepared by the regular expression is a small tool
- 2022-07-19 16:15:48下载
- 积分:1
-
Vigenre方阵!能打印出Vigenre方阵图,还能实现用该图进行加密
Vigenre方阵!能打印出Vigenre方阵图,还能实现用该图进行加密-A Vigenre phalanx! It can print out Vigenre phalnx pictures and use the pictures to encrpt.
- 2022-09-18 07:45:03下载
- 积分:1
-
<
,非常好的国外计算机软硬件教材,对软硬件开发都有很大帮助- very well abroad, computer software and hardware materials, development of hardware and software are very helpful
- 2022-03-21 08:34:13下载
- 积分:1
-
autocad second development, on the basis of visual basic and vba
autocad二次开发,基于visual basic 和vba的-autocad second development, on the basis of visual basic and vba
- 2022-12-01 10:05:03下载
- 积分:1
-
MFC技术内幕(配书源码)CHAP05.rar
MFC技术内幕(配书源码)CHAP05.rar-MFC Insider (source book distribution) CHAP05.rar
- 2022-12-01 06:10:04下载
- 积分:1
-
lua is pure Ansic scripting language, is the most compact and fastest running ki...
lua是纯Ansic的脚本语言,是最为小巧而运行速度最快的一种。作为魔兽世界的脚本语言而闻名-lua is pure Ansic scripting language, is the most compact and fastest running kind. EverQuest world as a scripting language, which is known
- 2022-05-18 11:36:25下载
- 积分:1
-
Get focus control on other thread.
Get focus control on other thread.
- 2022-01-26 05:46:10下载
- 积分:1