-
目标跟踪与跟踪算法模型及其算法实现。
物体追溯与跟踪算法模型与算法实现。提出通用的追溯和跟踪模型,适合物流以及产品质量追溯中的应用。- Object trace and tracking algorithm model and algorithm implementation.
- 2023-03-09 22:50:03下载
- 积分:1
-
This is the VB6 code for Alarm Clock.
This the VB6 code for Alarm Clock.-This is the VB6 code for Alarm Clock.
- 2022-03-19 01:46:47下载
- 积分:1
-
vb编写的简单打开文件源码,功能比较简单适合初学
vb编写的简单打开文件源码,功能比较简单适合初学-vb open the document prepared by a simple source, function is relatively simple for beginners
- 2022-03-29 07:58:16下载
- 积分:1
-
让桌面下满樱花
用VB语言开发的一个桌面小程序,运行后可以看到桌面下满樱花的效果,可以从压缩包解压后,在路径bin/Release/樱花.exe直接运行,也可以用Visual Studio 2010 以上的软件版本打开
- 2023-08-17 14:50:04下载
- 积分:1
-
一些转换代码,hex to char,char to hex
一些转换代码,hex to char,char to hex-Some of the conversion code, hex to char, char to hex
- 2022-03-13 15:05:03下载
- 积分:1
-
设计背景
background sound for design
- 2022-03-12 11:21:37下载
- 积分:1
-
DoubleClick, silverlight Double
DoubleClick,silverlight双击的demo-DoubleClick, silverlight Double-click the demo
- 2022-06-30 00:27:01下载
- 积分:1
-
记录和回放鼠标和键所有消息
记录和回放鼠标和键所有消息-recording and playback mouse and keystroke news
- 2023-03-13 12:25: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
-
OFDM simulation on the procedures for beginners OFDM simulation should be helpfu...
关于OFDM仿真的程序,对初学OFDM仿真的朋友应该很有帮助.-OFDM simulation on the procedures for beginners OFDM simulation should be helpful friend.
- 2022-03-22 08:45:04下载
- 积分:1