-
Chat WCF app with acf
对等信道是WCF中的一种多方对等(P2P)通信技术。它为应用程序开发人员提供了一个安全、可扩展的基于消息的P2P通信通道。可从对等通道获益的多方应用程序的一个常见示例是诸如聊天之类的协作应用程序,其中一组人以对等方式彼此聊天而不需要服务器。对等通道支持围绕P2P协作、内容分发、负载平衡和分布式处理的消费者和企业场景。
- 2022-03-11 08:23:36下载
- 积分:1
-
telnet客户端
telnet客户端-telnet client
- 2022-05-18 20:17:08下载
- 积分:1
-
Master Keylogger
- 2022-11-10 11:40:04下载
- 积分:1
-
这是用C++编写的SMO算法实现,请查收。
这是用C++编写的SMO算法实现,请查收。-C SMO prepared by the algorithm, please find.
- 2022-05-14 19:20:48下载
- 积分:1
-
a series of the VC and juicy Algorithm
一个用VC编的香浓算法-a series of the VC and juicy Algorithm
- 2022-08-23 08:53:39下载
- 积分:1
-
It shows active drivers on your device and you can set the states of that driver...
It shows active drivers on your device and you can set the states of that driver.
- 2023-05-26 21:40:02下载
- 积分:1
-
socket通信的一些说明文档,非常详细,有需要的朋友欢迎下载...
socket通信的一些说明文档,非常详细,有需要的朋友欢迎下载-socket communications in a number of documentation, very detailed, there is a need to welcome a friend to download
- 2023-01-26 06:15:04下载
- 积分:1
-
good recommend downloading the general reluctance wrong location can be classifi...
很好,推荐下载 一般,勉强可用 分类位置错 文件不全 和说明完全不符 不是源代码 文件有密码,不知道密码 不能下载或解压失败-good recommend downloading the general reluctance wrong location can be classified documents and incomplete statement is not totally incompatible source code file password, the password can not download or decompression failures
- 2022-03-17 00:21:31下载
- 积分: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
-
中马(禅鼠标瞄准)是一个较大的工程实例包含在…
ZoMA (Zen of Mouse Aiming) is one of two larger example projects contained within the code repository. The game involves testing and measuring the player’s mouse reaction, aiming and tracking skills. From an educational point of view, the code hopefully provides some examples of GUI construction and illustrates a design that facilitates the introduction of new test types. This project is created using Netbeans.
- 2023-05-16 11:45:05下载
- 积分:1