-
我编写的CMPP服务端代码,实现了协议的基本流程,在调试CMPP的时候很有用。...
我编写的CMPP服务端代码,实现了协议的基本流程,在调试CMPP的时候很有用。-the CMPP server-side code implement the basic flow of the protocol.it is useful for debugging CMPP
- 2022-05-09 14:43: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
-
good ,适合初学者
good ,适合初学者-good, suitable for beginners
- 2022-04-13 08:40:35下载
- 积分:1
-
《windows程序设计》书源码。这本书相信大家都非常之熟悉了,就不多介绍了。
《windows程序设计》书源码。这本书相信大家都非常之熟悉了,就不多介绍了。-"windows program design" book source. This book I believe we all are very familiar with, not many introduced.
- 2022-02-21 23:48:23下载
- 积分:1
-
一个很好的类,左边一个列表框,中间四个按钮,右边一个列表框。中间的四个按钮可以实现两个列表框内容的移动。 使用方法:只要将两个列表框以及四个按钮的ID传给类即可...
一个很好的类,左边一个列表框,中间四个按钮,右边一个列表框。中间的四个按钮可以实现两个列表框内容的移动。 使用方法:只要将两个列表框以及四个按钮的ID传给类即可-a good class, left a list box, the middle four buttons, the right side of a box. Among the four buttons can be achieved List Box 2 mobile content. Use : As long as two to the list box and four button ID can pass category
- 2022-01-25 15:23:51下载
- 积分:1
-
非常经典的C++编程,涵盖其所有内容,详细的结果。
非常经典的windows c++编程,涵盖其全部内容,例子详尽,是程序员不可多得的手头资料,已经编译成帮助文档,搜索非常方便-Very classic windows c++ Programming, covering all of its contents, a detailed example is the rare programmer-hand information has been compiled into a help file, search is very convenient
- 2022-01-26 07:31:49下载
- 积分:1
-
111111111111111111111111111111111
11dsafsdfasdfaffffffffffffffffffffffffffffffffffffffff11dsafsdfasdfaffffffffffffffffffffffffffffffffffffffff11dsafsdfasdfaffffffffffffffffffffffffffffffffffffffff11dsafsdfasdfaffffffffffffffffffffffffffffffffffffffff11dsafsdfasdfaffffffffffffffffffffffffffffffffffffffff11dsafsdfasdfaffffffffffffffffffffffffffffffffffffffff11dsafsdfasdfaffffffffffffffffffffffffffffffffffffffff11dsafsdfasdfaffffffffffffffffffffffffffffffffffffffff11dsafsdfasdfaffffffffffffffffffffffffffffffffffffffff
- 2022-08-11 07:48:58下载
- 积分:1
-
基于VC++,单选按钮在有数字键盘的计算器中的应用
基于VC++,单选按钮在有数字键盘的计算器中的应用-Based on VC++, the radio button in the numeric keypad of the calculator application
- 2022-01-26 08:12:34下载
- 积分:1
-
Othello黑白棋,是我大学时在寝室写的。
严重鄙视"我在这里有个家伙的源代码说他的黑白棋无敌",我看了一下,我大学时的这个初作比他强上十倍....
Othello黑白棋,是我大学时在寝室写的。
严重鄙视"我在这里有个家伙的源代码说他的黑白棋无敌",我看了一下,我大学时的这个初作比他强上十倍.-Reversi Othello is my university wrote in the bedroom. Serious contempt for
- 2022-02-05 08:37:45下载
- 积分:1
-
深入浅出MFC学习
深入浅出MFC学习-easy to learn MFC
- 2022-03-19 22:40:11下载
- 积分:1