-
收集到外国的一个批量下载工具。功能强大
收集到外国的一个批量下载工具。功能强大-Collect a group download tool abroad. Powerful
- 2023-01-24 19:45:04下载
- 积分:1
-
multi
多线程处理器,编程语言是:.net C# -multi-threaded processors, programming languages are :. Net C#
- 2022-02-01 04:00:28下载
- 积分:1
-
log control like the unix tail
log control like the unix tail
- 2022-05-08 03:54:26下载
- 积分:1
-
Dijistra最短路径 邻接巨阵结构 c
Dijistra最短路径 邻接巨阵结构 c-Dijistra shortest path adjacent structure c Cell Array
- 2022-02-13 08:51:32下载
- 积分: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
-
一个简单的计算器程序,可供程序初学者学习使用。
一个简单的计算器程序,可供程序初学者学习使用。-A simple calculator program available for beginners learning to use program.
- 2023-07-03 10:25:03下载
- 积分:1
-
C#编的状态客户端,具备套接字连接池。
C#编的状态客户端,具备套接字连接池。-C# Part of the client state, with socket connection pool.
- 2022-08-03 17:44:05下载
- 积分:1
-
WINAPI的一些基本调用
WINAPI的一些基本调用-WINAPI some basic call
- 2022-06-11 16:34:28下载
- 积分:1
-
Learn to build a object,and at same time,to understand the way via seperating th...
学会建立一个工程,理解通过把接口与实现分离实现抽象的思想.-Learn to build a object,and at same time,to understand the way via seperating the interface and implement to realize abstraction.
- 2023-06-15 19:45:03下载
- 积分:1
-
实现对PE文件的相关操作。可以对文件的图标,节,内容等进行操作...
实现对PE文件的相关操作。可以对文件的图标,节,内容等进行操作-The achievement of the relevant documents on the operation of PE. Icon on the document, section, content, etc. to operate
- 2022-04-24 11:24:17下载
- 积分:1