-
自己编写的一个小程序,本机IP地址查询,请大家支持我,我将继续上传一些更好的程序...
自己编写的一个小程序,本机IP地址查询,请大家支持我,我将继续上传一些更好的程序-themselves prepared a small program, the IP address for inquiries, please give me your support, I will continue to upload some better procedures
- 2022-10-05 15:25:03下载
- 积分:1
-
handling bank automation server object linked to the examples (53KB)
处理银行服务器关联对象自动化的例子(53KB)
-handling bank automation server object linked to the examples (53KB)
- 2022-12-12 13:35:03下载
- 积分:1
-
fafasdasda sadwqasd
dasdacczcasdasdasdc asdasdasc asdxczxcasd asdsdasczcxcasrqrsadhasjlacanlcnal dlkasnldnlnqwlnewoqijoiqjocjal snla ljlajdllw dlasnldnlaclkmlm mlaksmdlmas lm mdlasmldmals m amdalsmdlkmqwl qwmelm mdlmaslmd alksm dlmaslm alskmdlasm lkas
- 2022-09-14 00:30:03下载
- 积分:1
-
一系列的类别,有模板,运营商
一个array的类,有模板,运算符-An array of categories, there are templates, operator
- 2022-05-26 20:03:50下载
- 积分:1
-
非常优秀的图形菜单控件.简直令我不敢相信自己的眼睛,它的菜单背景图功能简直是太棒了!绝对对得起你辛辛苦苦编的软件...
非常优秀的图形菜单控件.简直令我不敢相信自己的眼睛,它的菜单背景图功能简直是太棒了!绝对对得起你辛辛苦苦编的软件-Super excellent picture menu control. I can t believe it, it s picture background is powerful, it is absolutely valuable.
- 2022-08-23 04:05:49下载
- 积分:1
-
学生综合评定系统~有查询~报表~添加资料等等功能~小而且很实用~有需要的可以下载...
学生综合评定系统~有查询~报表~添加资料等等功能~小而且很实用~有需要的可以下载-This a comprehensive evaluate system of student. You can perform the following action:
inquire, add, list, etc. It s a mini but good system. try it!
- 2022-05-09 07:47:34下载
- 积分:1
-
一个儿童时期玩的小游戏,用VB编写的,主要说明 了一些走棋算法....
一个儿童时期玩的小游戏,用VB编写的,主要说明 了一些走棋算法.-a childhood playing small games, prepared by the VB, mainly to explain away some of the chess algorithm.
- 2022-10-14 08:20:02下载
- 积分: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-03-26 09:51:59下载
- 积分:1
-
the file system is designed to implement basic operations as follow:
create fil...
设计的文件系统实现下述的基本操作:建立文件;删除文件;打开文件;关闭文件; 可对文件设置保护措施(读,写,执行)。-the file system is designed to implement basic operations as follow:
create file
delete file
open file
close file
set security measure
- 2022-05-28 03:16:27下载
- 积分:1