-
Dos
Dos - Basic dos commands - very use full for beginners-Dos- Basic dos commands- very use full for beginners
- 2022-03-18 02:42:37下载
- 积分:1
-
一个自动开关机程序
一个自动开关机程序-A procedure自动开关机
- 2022-04-30 13:47:17下载
- 积分:1
-
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
-
sadfasdfplease阅读您的文件包和描述它的英语…至少40字节
sadfasdfPlease read your package and describe it at least 40 bytes in English.
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2022-06-30 04:36:24下载
- 积分:1
-
Introduction arm of the co
介绍arm的协处理器,对于想了解arm的人很有帮助的。-Introduction arm of the co-processor, for those who would like to know the arm very helpful.
- 2022-08-10 20:06:59下载
- 积分:1
-
人体追踪 驱动串口
基于nite2的人体追踪,通过nite获得人体编号,然后获取对应骨骼坐标,再转换成世界坐标,并设定再一定范围内,电机不动,否则向对应的方向运动,从而实现对人体的跟随功能。
- 2022-08-24 07:04:20下载
- 积分:1
-
C++代码
把C代码转为DELPHI,国外牛人写的.-C CODE TO DELPHI
- 2022-08-31 11:05:03下载
- 积分:1
-
VC++ 100编程案例,时尚,example02.rar案例,最的。
Vc++时尚编程百例其中一例,example02.rar,最基础的C++例子,适合初学C++的。-Vc++ 100 cases in which a case of fashion programming, example02.rar, the most basic C++ Example, suitable for beginners C++
- 2022-04-21 23:25:42下载
- 积分:1
-
一个关于字符串匹配的算法,已经经过编译,希望对你有帮助...
一个关于字符串匹配的算法,已经经过编译,希望对你有帮助- About the character string match algorithm, already passed
through the translation, hoped had to you helps
- 2022-03-20 01:30:15下载
- 积分:1
-
WINCE5.0下CS8900网卡的驱动程序。
WINCE5.0下CS8900网卡的驱动程序。-WINCE5.0 under the CS8900 network card driver.
- 2022-02-11 14:58:35下载
- 积分:1