-
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
-
图片移动,制作网页的时候,经常需要用到各种移动图片。
图片移动,制作网页的时候,经常需要用到各种移动图片。-Photo Mobile, the production of the homepage, often need to resort to a variety of mobile pictures.
- 2022-01-26 07:21:13下载
- 积分:1
-
elong SCM temperature control, and led keys and control category C source code,...
elong单片机温控,led和按键控制等源代码类C文件,459调试通过-elong SCM temperature control, and led keys and control category C source code, debugging through 459
- 2022-12-26 22:55:03下载
- 积分:1
-
该小程序是用C编写的用于解线形方程组,算法才用的是消元法。学习之用。...
该小程序是用C编写的用于解线形方程组,算法才用的是消元法。学习之用。-the small procedure is used for the preparation of C Solutions linear equations, the algorithm will use the elimination method. Learning.
- 2022-08-18 10:44:21下载
- 积分:1
-
G.723.1编码,不能直接使用,需进行必要的修改,其中一些…
G723.1代码,不可直接使用,需进行必要的修改,其中有些错误
-G723.1 code, not directly use, the need for the necessary changes, some of which are wrong
- 2022-03-07 01:14:47下载
- 积分:1
-
Microsoft windows similar system built
类似microsoft windows 系统自带的计算器.
但这个计算器可以实现四则运算的优先计算.
运行环境是VC++.实现语言是C++.-Microsoft windows similar system built-in calculator. However, this calculator can be achieved four computing the priority calculation. Runtime Environment is VC++. The realization of language is the C++.
- 2022-03-10 01:14:06下载
- 积分:1
-
最重要的国外操作系统设计源码,实现了操作系统的最基本功能,对学习系统设计帮助相当大...
最重要的国外操作系统设计源码,实现了操作系统的最基本功能,对学习系统设计帮助相当大-The most important source of foreign operating system design, implementation of the basic operating system functions, system design of the study to help a large
- 2022-08-11 13:14:47下载
- 积分:1
-
一个图标编辑器源代码
一个图标编辑器源代码 -an icon editor source code
- 2022-07-02 00:21:49下载
- 积分:1
-
摄像头的源代码
WebCam source code -WebCam source code ....
- 2022-03-07 01:41:12下载
- 积分:1
-
各类技术文档的样板,方便技术文档的编写。
各类技术文档的样板,方便技术文档的编写。-Model for various types of technical documentation to facilitate the preparation of technical documentation.
- 2022-03-12 14:41:49下载
- 积分:1