-
VC platform in a clock dial the development of simple and intuitive for beginner...
在VC平台下实现了表盘时钟的开发,简单直观,适合初学者参考。-VC platform in a clock dial the development of simple and intuitive for beginners reference.
- 2022-08-06 18:48:29下载
- 积分: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
-
基于树莓派的平衡车控制代码
基于树莓派的平衡车控制代码基于树莓派的平衡车控制代码基于树莓派的平衡车控制代码基于树莓派的平衡车控制代码基于树莓派的平衡车控制代码基于树莓派的平衡车控制代码基于树莓派的平衡车控制代码基于树莓派的平衡车控制代码基于树莓派的平衡车控制代码
- 2022-06-03 13:40:15下载
- 积分:1
-
网卡RTL1819 驱动源码,希望大家受益。
网卡RTL1819 驱动源码,希望大家受益。
- 2022-01-25 18:32:21下载
- 积分:1
-
介绍在VC框架中,如何加入CanBus的实现方法,程序中用简单的红灯演示程序,展示了添加的过程。...
介绍在VC框架中,如何加入CanBus的实现方法,程序中用简单的红灯演示程序,展示了添加的过程。-introduced in VC framework, how to join the realization Canbus methods, and procedures used simple red demo program, and it demonstrated the added process.
- 2022-09-04 21:10:02下载
- 积分:1
-
这份年代比较久远了,02年的东西.是用borland c++ builder写的一个gui的程序.基本上03年之后我都只用vc了....
这份年代比较久远了,02年的东西.是用borland c++ builder写的一个gui的程序.基本上03年之后我都只用vc了.
-This era in the more distant, and in 2002 things. Is borland c++ Builder to write a gui procedures. Basically, in 2003 only after I used the vc.
- 2022-02-03 07:45:00下载
- 积分:1
-
一个基于HLA高层体系结构分布式仿真的例子,用VC++编写
一个基于HLA高层体系结构分布式仿真的例子,用VC++编写-A high level architecture based on HLA distributed simulation examples, using VC++ Prepared
- 2022-07-01 05:43:13下载
- 积分:1
-
Alarm clock applet,To start automatically on the toolbar, you can set the time t...
闹钟小程序,用C2008开发,启动后自动放到工具栏,可以设置闹响时间,可以保存闹响时间。到时自动弹出,并有铃声。 -Alarm clock applet,To start automatically on the toolbar, you can set the time to make sound, you can save time to make ring. To automatically pop-up, and ring tones.
- 2022-05-12 20:56:33下载
- 积分:1
-
VFP开发的进销存管理系统
VFP开发的进销存管理系统-VFP development of the Logistics Management System
- 2022-08-07 00:37:08下载
- 积分:1
-
详细介绍了wince下的图形编程,如何用画笔绘图,如何设置坐标...
详细介绍了wince下的图形编程,如何用画笔绘图,如何设置坐标-Described in detail under wince graphical programming, how to use brush drawings, how to set up coordinates
- 2022-04-09 15:12:17下载
- 积分:1