-
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
-
高级窗口调试(由艾迪生)
Advanced Windows Debugging (c) by Addison-Wesley Professional
- 2022-05-24 22:52:59下载
- 积分:1
-
implement Animation use Bezier Curves
用样条曲线实现动画-implement Animation use Bezier Curves
- 2022-03-23 11:24:40下载
- 积分:1
-
这个也是DES源代码,大约100行,大家来看看,有什么意见
这个也是DES源代码,大约100行,大家来看看,有什么意见-This is a DES source code, about 100 lines, we take a look at what the views of
- 2022-01-31 03:55:06下载
- 积分:1
-
一个好用的线程池
一个好用的线程池 -a user-friendly Thread Pool
- 2022-02-24 20:20:03下载
- 积分:1
-
Delphi中“流”利用详解
我正好也在学,分享一下喽
Delphi中“流”利用详解
我正好也在学,分享一下喽-Delphi in the
- 2022-08-22 20:34:57下载
- 积分:1
-
thi is a library management system
thi is a library management system
- 2023-04-16 02:35:03下载
- 积分:1
-
实现在保证猎人、狼以及狗均安全的情况下使他们都渡过河去。...
实现在保证猎人、狼以及狗均安全的情况下使他们都渡过河去。-It must complete the function which guarntee that
hunters,wolves and dogs can cross the river on the condition that they are safe.
- 2022-06-18 13:00:49下载
- 积分:1
-
C++ beginner exercises of a good consolidation of the idea of oop
初学c++的一个练习题,很好的巩固了oop的思想-C++ beginner exercises of a good consolidation of the idea of oop
- 2022-03-17 19:38:34下载
- 积分:1
-
该程序实现了用C语言模拟钢琴发音,效果很好!
该程序实现了用C语言模拟钢琴发音,效果很好!-this program simulated a piano using c language
- 2022-02-10 12:58:14下载
- 积分:1