-
the software is compiled in ads external interrupt experimental procedure
本软件是在ads上编译的外部中断实验程序-the software is compiled in ads external interrupt experimental procedure
- 2023-08-30 23:35: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
-
颜色选择控件(类似颜色选择框里的custom color)
颜色选择控件(类似颜色选择框里的custom color)-colors controls (similar to the color selection frame custom color)
- 2023-07-23 04:05:03下载
- 积分:1
-
Address Book with C#
使用此程序,您可以创建一个高级电话通讯簿,使您能够管理您的联系人
- 2022-03-20 17:48:20下载
- 积分:1
-
Simple mfc
基于mfc的简易股票管理系统,可以实现股票导入,绘制图形,管理账户等功能-Simple mfc-based stock management system that can achieve the stock import, drawing graphics, management accounts and other functions
- 2022-03-14 06:26:48下载
- 积分:1
-
一个用变形贪婪法解货郎回路的C程序代码 思想 1.选择一条最短的边作为部分解。 2.选择一条最短的且将之加入到部分解不形成回路的边。 3.重复第2步,直至所有的...
一个用变形贪婪法解货郎回路的C程序代码 思想 1.选择一条最短的边作为部分解。 2.选择一条最短的且将之加入到部分解不形成回路的边。 3.重复第2步,直至所有的结点都包含在部分解中。-deformation with a greedy method for the Traveling Salesman circuit C code ideological one. Choose a minimum as part of the solution side. 2. Choose one of the shortest but to incorporate it into solutions that do not form part of the loop side. 3. Repeat Step 2 until all the nodes are included in some solution.
- 2022-06-21 15:56:06下载
- 积分:1
-
This a camera control the vb source for reference if you do not know linked :051...
这是一个摄象机的 vb控制源程序 供各位参考 如有不懂 联系:0516-3634805-This a camera control the vb source for reference if you do not know linked :0516- 3634805
- 2023-01-02 01:30:04下载
- 积分:1
-
大名鼎鼎的SM501 2D显卡驱动,
系列源码文件,包括各种流行的处理器平台。
XScale SH4 AU1500 X86
从 WinCE 4.2...
大名鼎鼎的SM501 2D显卡驱动,
系列源码文件,包括各种流行的处理器平台。
XScale SH4 AU1500 X86
从 WinCE 4.2-6.0
还有WindowsXP Embedded X86的。-Famous SM501 2D graphics-driven, family-source documents, including a variety of popular processor platforms. XScale SH4 AU1500 X86 from WinCE 4.2-6.0 there is a WindowsXP Embedded X86.
- 2022-12-27 22:25:03下载
- 积分:1
-
c++习题库,类型很全,适合C++初学者
c++习题库,类型很全,适合C++初学者-c++ Exercises Treasury, the type is very wide, suitable for C++ beginners
- 2022-04-29 08:58:55下载
- 积分:1
-
Everything SDK开发源码
Everything是目前最快的本地文件名搜索软件,利用其SDK可以很好地将本地搜索加入到自己的项目中。
- 2023-01-01 13:25:03下载
- 积分:1