-
孙鑫第十二课教程文件存取源码
孙鑫第十二课教程文件存取源码,经过测试,可以读取二进制文件,当做自己的复制函数使用
- 2022-05-19 09:47:29下载
- 积分: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
-
Play songs and Films with your plan.
歌曲影视轮播及配置,利用播放控件编写,运行于WINDOWS平台。-Play songs and Films with your plan.
- 2023-05-14 12:50:04下载
- 积分:1
-
这是一个用C++编写的可以在DialogBox中使用的切分类库。(21KB)
这是一个用C++编写的可以在DialogBox中使用的切分类库。(21KB)-It is a class library for DialogBox spliting using C++.
- 2023-07-29 07:45:03下载
- 积分:1
-
关于工工汽车的讲解,告诉你怎么乘车,用了就行
关于工工汽车的讲解,告诉你怎么乘车,用了就行-About Public Works on cars, car to tell you how, using the on line
- 2022-08-21 19:40:27下载
- 积分:1
-
VB反编译程序源代码,看名字,吓了一大跳,如果编译后的VB程序能被反编译,那还需要程序员做什么.呵呵,其实此代码确实历害,可以把VB编译后的程序结构给分析出来,...
VB反编译程序源代码,看名字,吓了一大跳,如果编译后的VB程序能被反编译,那还需要程序员做什么.呵呵,其实此代码确实历害,可以把VB编译后的程序结构给分析出来,包括有多少窗体,多少模板,多少类,多少用户控件etc,有多少过程,和使用了哪些API函数。学习VB写的程序EXE结构的朋友可以看看。
-vb decomplile code,astonshing when you look the name.after compile this program, vb program can be decompiled, then it dosen t need vb programer.this program is very powerful, it even can extract the program structure,including how many windows,templates,classes ,controls as well as procedures,api.friends who study vb and exe structure download it.
- 2022-12-02 22:00:03下载
- 积分:1
-
蓝牙连接
应用背景测试蓝牙连接的demo,学习蓝牙连接,给初学者一个思路。关键技术C++,DEMO,连接,蓝牙,buletooth。
- 2022-06-29 04:12:39下载
- 积分:1
-
3G 比较全面的map信令流程,详细分解描述了各种流程。对于学习MAP协议很好。...
3G 比较全面的map信令流程,详细分解描述了各种流程。对于学习MAP协议很好。-3G signal a more comprehensive map of the flow, a detailed description of a variety of flow decomposition. Study well for the MAP protocol.
- 2022-08-22 03:18:03下载
- 积分:1
-
at runtime delete themselves
在运行时删除自己-at runtime delete themselves
- 2022-05-25 04:45:46下载
- 积分:1
-
一个用jsp开发语言,邮件管理系统,希望对大家有帮助,…
一个用JSP语言开发的一个邮件管理系统,希望对大家有帮助哦-Language used to develop a JSP, a mail management system, we would like to help, oh
- 2022-02-22 13:28:16下载
- 积分:1