-
统计计算C/C++程序行数,计算编写的源代码的行数
统计计算C/C++程序行数,计算编写的源代码的行数-Statistical computing C/C++ Procedures the number of rows to calculate the source code to prepare the number of rows
- 2022-01-23 10:33:50下载
- 积分:1
-
Calculator the screen.
计算屏幕的一点分布的, 可以看出屏幕的尺寸。-Calculator the screen.
- 2022-03-21 14:06:52下载
- 积分:1
-
一个统计代码行的小程序,在命令行方式下运行,可以自动去掉全是空行....
一个统计代码行的小程序,在命令行方式下运行,可以自动去掉全是空行.-a small line of code, and in the command line mode and the operation can automatically remove all blank lines.
- 2022-03-21 16:32:50下载
- 积分:1
-
MSG消息列表
整理的一份WM_开头的消息列表,共查询
- 2022-02-07 05:52:39下载
- 积分:1
-
我使用比较多的公用函数整理的
公用的过程代码,与具体业务无关...
我使用比较多的公用函数整理的
公用的过程代码,与具体业务无关-I use the more common function of the common collation process code has nothing to do with the specific business
- 2023-03-03 10:15:04下载
- 积分: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
-
删除或移动正在使用的文件
删除或移动正在使用的文件-deleted or are using a mobile document
- 2023-04-30 14:20:02下载
- 积分:1
-
图书馆管理系统
我的项目是用 visual basic 开发的。及其对图书馆管理系统。这是一个充分运作的项目,无任何错误。它可以用于保留重要信息重要的库中。这就是它可以保持本书的详细信息,我成员和其他重要的信息......它用于数据库的访问
- 2022-03-31 06:17:32下载
- 积分:1
-
线程应用 Thread IAsyncResult
线程应用 Thread IAsyncResult-Thread IAsyncResult
- 2022-01-25 16:48:19下载
- 积分:1
-
OutlookBar
outlookbar
- 2022-04-11 04:33:02下载
- 积分:1