-
(C语言)大数的加法
在COJ上测试通过,大数据的加法,不止64位可以加哦~
- 2022-06-02 19:16:39下载
- 积分:1
-
can easily pair of Chinese Word, the ability to understand robot programming is...
可以容易地对中文进行分词,对于机器人的理解能力编程有很大的帮助-can easily pair of Chinese Word, the ability to understand robot programming is a great help
- 2022-08-07 06:15:41下载
- 积分:1
-
DRAWYUV程序是用于摄像头的数据回放,用了directshow,可以用在VC和wince都可...
DRAWYUV程序是用于摄像头的数据回放,用了directshow,可以用在VC和wince都可-DRAWYUV procedures for the camera data intervals, with a directshow. can be used in VC and can wince
- 2023-08-02 21:25:04下载
- 积分:1
-
混音程序
用C++编写的两路音频混音程序,很适合初学者。
Mixer.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
Mixer.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CMixerApp application class.
Mixer.cpp
This is the main application source file that contains the application
class CMixerApp.
- 2022-03-12 21:29:31下载
- 积分:1
-
学校学分计算器,为学校学分计算提供方便,有向导,自动计算等功能...
学校学分计算器,为学校学分计算提供方便,有向导,自动计算等功能-school credits calculator for calculating school credits provide a convenient, a wizard, automatic calculation capabilities
- 2022-03-14 10:25:50下载
- 积分:1
-
二维码标签生成器,具有多个功能
二维码标签生成器,具有多个功能,基于VC++6.0设计,可以调整二维码的版本,尺寸,掩码,可以在二维码标签中加入图标,图标大小不可调节,纠错率可调。。
- 2023-03-17 22:00:08下载
- 积分: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
-
是一个非常漂亮的闪电特效,初学者可以参考下里面的内容
是一个非常漂亮的闪电特效,初学者可以参考下里面的内容-is a very beautiful lightning effects, beginners can refer to the contents inside under
- 2022-12-11 20:00:03下载
- 积分:1
-
Microsoft WinCE 6.0 BSP FINAL release source code for use with the i.MX27ADS TO2...
Microsoft WinCE 6.0 BSP FINAL release source code for use with the i.MX27ADS TO2 WCE600_FINAL_MX27_SOURCE.zip
- 2022-03-23 11:26:23下载
- 积分:1
-
vf经典课件,内容充实,实例丰富,初学者的好帮手
vf经典课件,内容充实,实例丰富,初学者的好帮手-vf classic courseware, rich in contents, examples of rich, a good helper for beginners
- 2023-04-11 19:00:35下载
- 积分:1