-
mu landers vb source
mu登陆器vb源码-mu landers vb source
- 2022-02-04 07:21:33下载
- 积分:1
-
小波_一维二维图形分解与重构,并给出了详细的图像近似低频系数图像以及水平、垂直、对角线高频图像,给出了程序的详细说明,附有图片,对初学者帮助会很大...
小波_一维二维图形分解与重构,并给出了详细的图像近似低频系数图像以及水平、垂直、对角线高频图像,给出了程序的详细说明,附有图片,对初学者帮助会很大-use wave to process images in matlab,include one and two dimension wavedec2 and waverec2
- 2023-02-02 05:25:04下载
- 积分:1
-
窃取OICQ的用户号码及密码,同时对客户端控制。客户端控制共有8个功能。目前本人只实现其中的两个功能及“强制对话”和“关闭对话”其他留给感兴趣的读者自己实现。...
窃取OICQ的用户号码及密码,同时对客户端控制。客户端控制共有8个功能。目前本人只实现其中的两个功能及“强制对话”和“关闭对话”其他留给感兴趣的读者自己实现。
-OICQ steal user number and password, at the same time the client control. Client control functions of a total of eight. At present I will only achieve two of the function and the
- 2022-03-13 19:30:43下载
- 积分:1
-
VC wrote, unpacked a bit SETUP after installation in order to use that code to s...
用VC++写,解压后需要点SETUP安装后才能使用,代码精简,对学习VC++有很好的帮助-VC wrote, unpacked a bit SETUP after installation in order to use that code to streamline, to learn VC is a great help
- 2022-03-23 04:55:46下载
- 积分: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
-
椭圆程序,包括圆,直线的多种算法 以及各种曲线
椭圆程序,包括圆,直线的多种算法 以及各种曲线-oval procedures, including the yen, the multiple linear algorithms and the various curves
- 2022-03-10 14:58:03下载
- 积分:1
-
One of the best document you may find to simplimfy and give the best results for...
One of the best document you may find to simplimfy and give the best results for code review.
- 2022-12-20 22:20:04下载
- 积分:1
-
good things to share with everyone, I think is a good thing.
好东西大家一起分享,我觉得是很好的东西。-good things to share with everyone, I think is a good thing.
- 2022-01-29 01:02:27下载
- 积分:1
-
获取CPUID并且将其写入到指定的INI文件中。VC编程
获取CPUID并且将其写入到指定的INI文件中。VC编程-CPUID access and will write to the specified INI file. VC Programming
- 2022-12-28 06:10:04下载
- 积分:1
-
tcp/ip socket源码(c#)
tcp/ip socket源码(c#)
适合新人看,老鸟还是不需要看了。
接收socket请求,并返回给flash策略文件
- 2022-06-13 11:33:42下载
- 积分:1