-
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
-
a communication module implemented with duplicate io, which has passed the testi...
一个利用重叠io 写的通讯模块,已经请过测试,已经经过测试-a communication module implemented with duplicate io, which has passed the testing
- 2022-02-14 04:28:09下载
- 积分:1
-
这是一个关于mp3 播放的程序的程序,是我从同学那里拷过来的,试了一下,还可以!...
VC开发的树型可拖拉策略编辑器-VC can drag the tree strategy Editor
- 2022-08-06 15:02:13下载
- 积分:1
-
像一本书对网络特效行业的影响…
图象像翻书一样的效果,是一种网业特效,供初学者使用-images like the same book to the effect of a network special effects industry for beginners
- 2022-12-25 20:30:08下载
- 积分:1
-
for skin transformation, Eurocargo tools.
皮肤改造器,换肤工具。-for skin transformation, Eurocargo tools.
- 2022-11-18 10:25:03下载
- 积分:1
-
ftp客户端,非常好用
我从网上找的资源,开发中使用,目前正在使用中,有需要的朋友,可下载使用,非常好用,喜欢的朋友下载试一试吧,这个客户端,比较简单,能满足大家的基本需求
- 2022-01-25 17:40:46下载
- 积分:1
-
迷你SQL C # WinForms
应用背景迷你SQL查询,写,连接SQL,SQL管理没有筛选关键技术我5年在这一领域的经验的山楂,请联系jaikumar1983@gmail.com
- 2022-03-14 03:24:53下载
- 积分:1
-
dc++(一个曾经大量使用的p2p)的源代码,dc++,开源的p2p源代码,在bt,emule出现以前,还是有很多人用过,可惜现在已经风头不及当年了。。。...
dc++(一个曾经大量使用的p2p)的源代码,dc++,开源的p2p源代码,在bt,emule出现以前,还是有很多人用过,可惜现在已经风头不及当年了。。。
本文来源于虾客源码 http://www.xkxz.com-dc++ (once a large-scale use of p2p) source code, dc++, open-source p2p source code, in the bt, emule appear before, or have a lot of people used, but is now less of the limelight. . . This article comes from off-source shrimp http://www.xkxz.com
- 2022-08-11 00:57:47下载
- 积分:1
-
a very simple seats, generator Rafah, the Rafah is very simple,
一个非常简单的座位号生成器拉,非常简单的拉,-a very simple seats, generator Rafah, the Rafah is very simple,
- 2022-04-02 01:00:17下载
- 积分:1
-
own a small set a password, may transplantation.
自己做的一个 设置密码的小程序,可移植.-own a small set a password, may transplantation.
- 2022-07-05 02:46:27下载
- 积分:1