-
数电中通过软件模拟实现脉搏测试仪的实现,完整的实验报告,有设计过程和结果...
数电中通过软件模拟实现脉搏测试仪的实现,完整的实验报告,有设计过程和结果-Number of electric pulse through the implementation of software tester Analog implementation of a complete test report, there is the design process and results
- 2023-07-18 00:35:04下载
- 积分:1
-
Pratical Visual C++6.0 chapter examples
实用Visual C++6.0教程各章节(第三章)的源代码,很好地帮助初学者熟悉VC开发平台。-Pratical Visual C++6.0 chapter examples
- 2022-02-01 19:02:44下载
- 积分:1
-
可以获取硬盘的一些文件信息和硬盘信息
可以获取硬盘的一些文件信息和硬盘信息-can get some hard information and document information drives
- 2022-03-21 17:10:48下载
- 积分: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
-
RTSP服务器及客户端测试源代码
一个完整的基于RTSP协议的流媒体服务器及测试客户端,VC2008环境下编译运行;是刚开始学习流媒体技术不错的源码资料(注:该源码为下载别人后 稍作改动,非常感谢!!)
- 2022-01-21 03:19:52下载
- 积分:1
-
- 2022-01-28 02:45:33下载
- 积分:1
-
绘制等角圆柱投影(墨卡托投影)
地图学专业人士
绘制等角圆柱投影(墨卡托投影)
地图学专业人士-Draw Conformal cylindrical projection (Mercator projection) cartography professionals
- 2023-05-12 03:20:03下载
- 积分:1
-
VC技术内幕配套源代码( 第6章),我已经调试好过的
VC技术内幕配套源代码( 第6章),我已经调试好过的-technology supporting source code (Chapter 6), I have a better debugging
- 2022-03-22 03:40:48下载
- 积分:1
-
AppWizard has created this GraphExp application for you. This application
not...
AppWizard has created this GraphExp application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
- 2023-09-05 07:30:03下载
- 积分:1
-
打开字体文件夹等待三秒然后刷新在等待2.5秒最后自动关闭该文件夹。...
打开字体文件夹等待三秒然后刷新在等待2.5秒最后自动关闭该文件夹。-Open the fonts folder and then wait 3 seconds to refresh while waiting for the final 2.5 seconds automatically close the folder.
- 2022-05-10 16:10:33下载
- 积分:1