-
a simple rpg map editor. The pictures from Internet resources, a slight change i...
一个简单的rpg地图编辑器。 其中的图片资源来自网上,自己稍微更改一下就用了。 操作就很简单了,程序里面有帮助。-a simple rpg map editor. The pictures from Internet resources, a slight change in their spent on. Very simple to operate, there are procedures to help.
- 2022-04-07 10:08:46下载
- 积分: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
-
shell程序,大家
shell程序,大家-shell, we look at
- 2022-02-07 17:22:54下载
- 积分:1
-
有关文件读取以及将所得数据整合再画出图形
有关文件读取以及将所得数据整合再画出图形-Read the relevant documents as well as the data integration re-drawn graphics
- 2022-03-15 01:51:19下载
- 积分:1
-
本程序在VC++下实现了调用MATLAB的C++数学库,系统不需要按照matlab,只需要matlab/bin下的几个动态链接库文件支持即可。...
本程序在VC++下实现了调用MATLAB的C++数学库,系统不需要按照matlab,只需要matlab/bin下的几个动态链接库文件支持即可。-the procedures under the VC Calling MATLAB C math, system does not require Matlab, only Matlab/bin in several dynamic link libraries can support.
- 2023-08-30 20:00:03下载
- 积分:1
-
Batch job scheduling problem, with VC++ Realize, code can be directly run
批处理作业调度问题,用VC++ 实现,代码可直接运行,-Batch job scheduling problem, with VC++ Realize, code can be directly run
- 2022-04-14 18:08:48下载
- 积分:1
-
对时实现,包括服务端和客户端,一个好的代码
sntp对时实现,包括服务和客户端,不错的代码-SNTP for time to achieve, including services and clients, a good code
- 2023-07-17 21:20:03下载
- 积分:1
-
非常难找的[内存编译/查看]源码,且非常实用,可为检测项目的内存运行状态。...
非常难找的[内存编译/查看]源码,且非常实用,可为检测项目的内存运行状态。-MemEdit
- 2022-02-16 03:42:59下载
- 积分:1
-
SourceFormatX 是一个强大的源代码自动格式化, 缩进, 排版, 美化工具。它可以格式化 C, C++、Java、C#、Object Pascal、P...
SourceFormatX 是一个强大的源代码自动格式化, 缩进, 排版, 美化工具。它可以格式化 C, C++、Java、C#、Object Pascal、PHP、ASP、JSP、VB、VB.NET、VBScript、JavaScript和HTML Components源代码。它还可以将源代码输出为语法高亮显示的 HTML 或 RTF 文件。
严谨良好的代码风格是软件稳定可靠的必要保障,可是通常您从前任同行手中继承、或从网上下载数量庞大的代码之代码风格大多和您的风格迥异甚至堪称混乱:缩进空格的个数不同,指针符号的位置不同,关键字随意大小写…… 这给阅读和修改源代码造成不少困难,手工整理的工作量几乎不可想像……
SourceFormatX 将您从这些既枯燥无聊,又大量重复的机械劳动中解放出来了。它可以快速大批量地格式化和美化多种源代码,这将会大大加快阁下的项目进度,提高团队协同工作效率,节约大量的时间,并统一了该项目所有代码的风格,利于以后维护和发布风格统一代-SourceFormatX is a powerful source code auto-formatting, indent, layout, landscaping tools. It can be formatted C, C++, Java, C#, Object Pascal, PHP, ASP, JSP, VB, VB.NET, VBScript, JavaScript and HTML Components source code. It can also output the source code syntax highlighting for HTML or RTF files.
Good coding style rigorous software necessary to guarantee stable and reliable, but is usually inherited from your predecessor, the hands of peers, or downloaded from the Internet a huge number of code most of the coding style and your style very diffe
- 2022-08-07 04:35:26下载
- 积分:1
-
hotelManage hotel management to provide the application, cancellation room
hotelManage
酒店管理
提供申请,注销房间-hotelManage hotel management to provide the application, cancellation room
- 2022-02-01 21:57:00下载
- 积分:1