-
ASP、PHP、JSP、Oracle、MySQL、SQL Server基础知识可以参考http:/ / www. ..
ASP,PHP,JSP,Oracle,MySQL,SQL Server 知识库 可以参考 http://www.topronet.com/kb/kb.jsp-ASP, PHP, JSP, Oracle, MySQL, SQL Server knowledge base can reference http://www.topronet.com/kb/kb.jsp
- 2022-01-25 17:57:07下载
- 积分:1
-
This is a VC write mouse hook function examples. Monitor keyboard and mouse.
这是一个用VC写的鼠标钩子函数的实例。能监测键盘和鼠标。-This is a VC write mouse hook function examples. Monitor keyboard and mouse.
- 2022-08-11 14:07:32下载
- 积分:1
-
终端编程代码Eterm
终端编程代码Eterm-0.9.2.tar.gz-terminal programming code Eterm- 0.9.2.tar.gz
- 2022-11-30 20:15:08下载
- 积分:1
-
红外循迹,智能识别跑道,等等,还可以拐弯,走井字湾
红外循迹,智能识别跑道,等等,还可以拐弯,走井字湾-Infrared tracking, identification reports
- 2022-08-22 10:38:32下载
- 积分:1
-
Tools of students management. The function is not perfect ,but there are some fu...
小东西,学生管理工具。功能不十分丰富,但五脏俱全,欢迎大家多多指教-Tools of students management. The function is not perfect ,but there are some function is special.
- 2022-01-31 11:40:12下载
- 积分:1
-
Vista的一个功能强大的侧边栏工具,可以显示农历的日期与时间!...
Vista的一个功能强大的侧边栏工具,可以显示农历的日期与时间!-A Vista sidebar powerful tool to show the date and time of the Lunar New Year!
- 2023-08-09 19:25:03下载
- 积分:1
-
系统会自动删除目录的调试和发布,所以请D。
System will automatically delete the directory of debug and release, so please do not put fi
- 2022-01-31 23:17:52下载
- 积分:1
-
the basic avail themselves of the opportunity to beginners learning about a gram
分形的基本乘隙,对初学者克一学一下-the basic avail themselves of the opportunity to beginners learning about a gram
- 2023-09-01 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
-
直线Bresenham 算法
直线的中点 Bresenham 算法的原理:每次在主位移方向上走一步,另一个方向上走不走步取决于中点偏差判别式的值。
理想直线将平面划分为三个区域:对于直线上的点,F(x, y) = 0; 对于直线上方的点 F(x, y)>0; 对于直线下方的点F(x, y)
- 2023-06-04 13:50:03下载
- 积分:1