-
修改注册表达到修该调用程序的文件路径
并且最后终止自身程序DELPHI windows编程...
修改注册表达到修该调用程序的文件路径
并且最后终止自身程序DELPHI windows编程-changes to the registry called the repair procedures for the termination of the final path and its own procedures windows Delphi Programming
- 2022-04-24 07:39:29下载
- 积分:1
-
一个很好的数据库编程的源码,它实现了与oracle的接口
一个很好的数据库编程的源码,它实现了与oracle的接口-a good database programming source, it achieved with the oracle interface
- 2022-11-05 08:35:03下载
- 积分:1
-
VB实现计算器程序
VB实现计算器程序-VB calculator program
- 2022-02-14 18:18:51下载
- 积分:1
-
用51 控制硬盘的读写,但不包含文件系统
用51 控制硬盘的读写,但不包含文件系统-control with 51 drives to read and write, but does not include file system
- 2022-05-13 08:23:10下载
- 积分:1
-
Teoria de la informacion y teoria de codigos de José Angel Bustos Perez
Teoria de la informacion y teoria de codigos de José Angel Bustos Perez
- 2022-10-16 00:10: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
-
MFC written forms, suited to want to know the structure of learners MFC
MFC写的窗体,适合于想了解MFC结构的学习者-MFC written forms, suited to want to know the structure of learners MFC
- 2022-08-31 10:10:04下载
- 积分:1
-
samsung arm9 s3c2440 wince5.0 lcd driver
samsung arm9 s3c2440 wince5.0 lcd driver
- 2023-05-13 09:40:02下载
- 积分:1
-
编程的串行端口和多端口器件wxWindows和CTB
Programming Serial Ports and Multi Port Devices with wxWindows and CTB
- 2022-03-24 05:24:10下载
- 积分:1
-
一个游戏界面代码,仿照《魔兽》;使用了HGE游戏引擎;对学习使用HGE引擎有很大帮助。...
一个游戏界面代码,仿照《魔兽》;使用了HGE游戏引擎;对学习使用HGE引擎有很大帮助。-A game interface code, along the lines of Warcraft use the HGE Game Engine on learning to use the HGE engine of much help.
- 2022-06-14 16:43:39下载
- 积分:1