-
基于 MFC 小闹铃
基于 MFC 小闹铃
仅供参考
- 2022-01-25 17:17:05下载
- 积分:1
-
网络聊天程序,可以加入聊天室,初学网络编程的人可以好好参考一下,涉及到了文件操作...
网络聊天程序,可以加入聊天室,初学网络编程的人可以好好参考一下,涉及到了文件操作-Internet chat program, you can join the chat room, learning network programming can make reference to the documents relating to the operation
- 2023-07-06 18:35:03下载
- 积分:1
-
扩频通信仿真,仿真平台,仿真…
扩频通信仿真,给出了仿真平台,通过仿真可以了解扩频通信原理-Spread spectrum communication simulation, the simulation platform, the simulation can understand the principle of spread spectrum communication
- 2023-03-16 13:35:04下载
- 积分:1
-
Messaging_System
此程序是发送接收系统;
- 2022-03-19 01:51:58下载
- 积分: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-05-19 09:47:29下载
- 积分:1
-
C++BUILDER的文件操作
C++BUILDER的文件操作-C BUILDER file manipulation
- 2023-06-15 09:00:03下载
- 积分:1
-
完整的日历,带有文本框显示功能,对于一般开发没有问题。...
完整的日历,带有文本框显示功能,对于一般开发没有问题。-Full calendar, with a text box display, there is no problem for the general development.
- 2022-10-27 23:20:04下载
- 积分:1
-
在Vc++环境下,实现复数的加减乘除。利用函数重载
在Vc++环境下,实现复数的加减乘除。利用函数重载-In Vc++ Environment, realize complex addition and subtraction, multiplication and division. The use of Function Overloading
- 2023-08-16 13:40:03下载
- 积分:1
-
我自己编写的无向图邻接表
我自己编写的无向图邻接表-myself prepared by the undirected graph adjacent table
- 2022-02-06 03:17:57下载
- 积分:1