-
ansi字符串与Unicode字符串转换的代码 包括UTP-8
ansi字符串与Unicode字符串转换的代码 包括UTP-8-this code can convert ansi string into Unicode string(including UTP-8)
- 2022-03-10 08:45:14下载
- 积分: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
-
物品管理系统,这是一个用asp.net写的物品管理系统,可以管理书籍,CD等等,用的数据库是SQL...
物品管理系统,这是一个用asp.net写的物品管理系统,可以管理书籍,CD等等,用的数据库是SQL-materials management system, which is used an article written by Asp. Net management system can manage books, CDs and so on, the database is SQL
- 2022-03-11 20:07:19下载
- 积分:1
-
more document browser (with the brief) source
多文档浏览器(带讲解)源程序-more document browser (with the brief) source
- 2023-04-12 21:20:03下载
- 积分:1
-
使用WMI提取管理信息
Using WMI to Extract Management Information
- 2022-03-09 12:18:08下载
- 积分:1
-
一个机器ASPR 1码时,加密访问本地硬件
ASPr一机一码加密的时候取的本机硬件号-One machine ASPr 1 yards when encrypted access its local hardware
- 2023-06-20 04:15:03下载
- 积分:1
-
自己写的类MAME的程序,只是改为了C++!
目前为 0.0.1版,完成了读rom,CPU运行,功能,但在CPU运行20W行代码时,有点小问题,大家可以借签...
自己写的类MAME的程序,只是改为了C++!
目前为 0.0.1版,完成了读rom,CPU运行,功能,但在CPU运行20W行代码时,有点小问题,大家可以借签下-MAME class to write their own procedures, but changed to the C++! Version 0.0.1 is currently completing a time rom, CPU operation, function, but running in the CPU when the 20W line of code, there is a little small problem, we can use to sign
- 2022-07-20 15:57:41下载
- 积分:1
-
对全路径文件名进行分解,分解为驱动器、路径、文件名、扩展名...
对全路径文件名进行分解,分解为驱动器、路径、文件名、扩展名-Analyse the file name of absolute path, and parse it to driver,path,file name and extension name
- 2022-08-22 20:22:36下载
- 积分:1
-
一种扩展的Visual C++ Debug工具源码
一种扩展的Visual C++ Debug工具源码-an extension of Visual C Debug tools FOSS
- 2023-09-03 12:25:02下载
- 积分:1
-
一个优秀的界面解决方按
一个优秀的界面解决方按-an excellent interface solution by side
- 2022-01-26 03:26:56下载
- 积分:1