-
CASADM化学反应速率脚本
CASADM模型中反应速率脚本,用于预测活性污泥工艺中的出水水质参数等。广泛应用于环境工程领域
- 2022-09-30 00:05:02下载
- 积分:1
-
The fractal code, there is a part of the fractal source code for people to learn...
分形的代码,这里有一部分的分形源代码,供人学习-The fractal code, there is a part of the fractal source code for people to learn from
- 2022-03-06 15:09:25下载
- 积分:1
-
客户机,服务器连接.进行广播信息的实现.
客户机,服务器连接.进行广播信息的实现.-Connected with client/server,carry out information broadcasting.
- 2022-02-15 15:21:02下载
- 积分:1
-
图像编程代码
vc图象编程代码-vc image programming code
- 2022-03-01 09:37:40下载
- 积分:1
-
C++ programing giude
C++ programing giude
- 2022-08-07 20:09:23下载
- 积分:1
-
Winsock实现网络聊天室
Winsock实现网络聊天室-Winsock Internet chat room
- 2022-01-25 14:22:43下载
- 积分:1
-
provides for a division of silent video detection procedures, and results in the...
提供了一个用于视频分割的静音检测程序,结果以帧的位置的形式给出。-provides for a division of silent video detection procedures, and results in the frame position is given in the form.
- 2022-01-24 14:55:32下载
- 积分:1
-
在tcl中绘制随时间变化的图形.该源程序需要其他程序配合使用....
在tcl中绘制随时间变化的图形.该源程序需要其他程序配合使用.-In tcl Drawing graphics over time. The source code need to use with other programs.
- 2023-05-18 13:35:03下载
- 积分: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
-
意在让你明白怎么把Flash界面嵌入到MFC程序里面去
意在让你明白怎么把Flash界面嵌入到MFC程序里面去-Intended to allow you to understand how the Flash interface embedded inside the MFC process go
- 2022-07-21 21:58:39下载
- 积分:1