-
Introduction arm of the co
介绍arm的协处理器,对于想了解arm的人很有帮助的。-Introduction arm of the co-processor, for those who would like to know the arm very helpful.
- 2022-08-10 20:06:59下载
- 积分: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
-
计算最短路径的简单实例
计算最短路径的简单实例-shortest path calculation of simple examples
- 2022-02-05 19:29:13下载
- 积分:1
-
这是一个用来求循环节的程序,最后输出循环节
这是一个用来求循环节的程序,最后输出循环节-This is a section used for the process cycle, the last section of the output cycle
- 2022-01-26 02:06:44下载
- 积分:1
-
Nanjing University of Aeronautics and Astronautics in 2004 compiler theory of cu...
南京航空航天大学2004年编译原理课程设计。设计者:陈献机,项高友,陈柳君,袁月峰。-Nanjing University of Aeronautics and Astronautics in 2004 compiler theory of curriculum design. Designers : Xian machine, Xiang Gao, Friends Altitude Chen, Yuan-feng.
- 2022-05-16 07:04:59下载
- 积分:1
-
用VC++做的图形操作有填充色,可以画图、直线、椭圆。
用VC++做的图形操作有填充色,可以画图、直线、椭圆。-VC++ to do with the color graphics operator has to fill, you can draw, a straight line, oval.
- 2023-07-31 23:05:03下载
- 积分:1
-
opencv读取摄像头
opencv读取摄像头并将将其显示,
cvCreateCameraCapture
初始化从摄像头中获取视频
CvCapture* cvCreateCameraCapture( int index );
index 要使用的摄像头索引。如果只有一个摄像头或者用哪个摄像头也无所谓,那使用参数-1应该便可以。
函数cvCreateCameraCapture给从摄像头的视频流分配和初始化CvCapture结构。目前在Windows下可使用两种接口:Video for Windows(VFW)和Matrox Imaging Library(MIL); Linux下也有两种接口:V4L和FireWire(IEEE1394)。
释放这个结构,使用函数cvRele
- 2022-01-22 05:30:22下载
- 积分:1
-
will print the font format conversion to indicate font formats
将24点阵打印格式的字库转换为显示格式的字库-will print the font format conversion to indicate font formats
- 2022-03-06 03:04:59下载
- 积分:1
-
VB6 sercurity and user friendly ..
VB6 and sercurity .. user friendly-VB6 sercurity and user friendly ..
- 2022-07-15 21:38:05下载
- 积分:1
-
CSS学习助手一个非常全面的CSS帮助工具,如果你要学习CSS的话是非常有用的...
CSS学习助手一个非常全面的CSS帮助工具,如果你要学习CSS的话是非常有用的-CSS Learning CSS assistant helps a very comprehensive tool, if you want to learn CSS, then it is very useful
- 2022-03-24 10:58:07下载
- 积分:1