-
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
-
ADO 解析类
资源描述
ADO 解析类 数据库操作 操作ado连接 access 等数据库 方便简洁,可以参考下
ADO 解析类 数据库操作 操作ado连接 access 等数据库 方便简洁,可以参考下
ADO 解析类 数据库操作 操作ado连接 access 等数据库 方便简洁,可以参考下
ADO 解析类 数据库操作 操作ado连接 access 等数据库 方便简洁,可以参考下
ADO 解析类 数据库操作 操作ado连接 access 等数据库 方便简洁,可以参考下
- 2022-09-24 01:55:03下载
- 积分:1
-
The use of a simple cat and mouse produced by ode45 function of simulation games...
一个运用简单的ode45函数制作的猫捉老鼠模拟小游戏,很容易懂,很容易改编-The use of a simple cat and mouse produced by ode45 function of simulation games, it is easy to understand, it is easy to adapt! ! !
- 2022-05-14 14:37:40下载
- 积分:1
-
基于ADC 0809的多路数据采集,地址由用户输入
基于ADC 0809的多路数据采集,地址由用户输入-ADC 0809-based multi-channel data acquisition, the address input by the user
- 2022-03-09 11:06:50下载
- 积分:1
-
用2个timer编程的实例,examples of Programmable two timer
用2个timer编程的实例,examples of Programmable two timer -Programmable timer with two examples of
- 2022-06-21 09:31:48下载
- 积分:1
-
c++课程设计。题目模仿windows自带计算器用c++编写一个。
c++课程设计。题目模仿windows自带计算器用c++编写一个。-c++ curriculum design. Title to imitate windows own calculator using c++ to write a.
- 2022-09-14 20:50:04下载
- 积分:1
-
Power PC 55xx flexray 通信
Power PC 55xx flexray 通信-Power PC 55xx flexray communication
- 2022-07-06 12:57:27下载
- 积分:1
-
好不容易找到的完美幻手3.0的易语言源码,传上来给大家分享!
好不容易找到的完美幻手3.0的易语言源码,传上来给大家分享!-Hard to find the perfect hand magic 3.0 easy language source, Chuan-up to everyone to share!
- 2022-06-16 03:59:07下载
- 积分:1
-
题 目 :最短路由计算
题目描述:INTERNET中通过路由器在多个网络中进行数据报的转发,在研究路由问题的时候,可以把每一个路由器、局域网或者广域网都抽象...
题 目 :最短路由计算
题目描述:INTERNET中通过路由器在多个网络中进行数据报的转发,在研究路由问题的时候,可以把每一个路由器、局域网或者广域网都抽象为一个结点,每条链路则用带有方向的边表示,边上的权值表示相邻结点的代价值。于是可以根据最短路径算法得出最佳的路由表。
-Title: Calculation of the shortest route subject description: INTERNET by routers in a number of network datagram forwarding, routing problems in the study, they can each router, LAN or WAN are abstracted as a node point, each link is used with the express direction of the edge, the edge of the right to express the value of adjacent nodes in lieu of value. It could thus be the basis of the shortest path algorithm to draw the best routing table.
- 2022-07-02 22:52:29下载
- 积分:1
-
vb6 spy
vb6源码,取得窗口句柄和画面,最大化最小化窗口或者修改窗口的大小(对于内容显示不全或者窗口内可见范围外还有控件的情况特别有用),修改按钮的可用性等等。
- 2022-02-03 17:39:35下载
- 积分:1