-
unfinished library system
未完成的图书馆系统-unfinished library system
- 2023-01-04 20:35:03下载
- 积分:1
-
过去用 C++/MFC 开发程序时,常常为用户提供鼠标的右键单击功能,如今在 .NET 框架中使用 C#,也想在程序中提供鼠标右键单击功能,比如,在文本框、窗格...
过去用 C++/MFC 开发程序时,常常为用户提供鼠标的右键单击功能,如今在 .NET 框架中使用 C#,也想在程序中提供鼠标右键单击功能,比如,在文本框、窗格、标签以及主窗口背景上使用鼠标右键。毕竟 C# 不是 C++/MFC,那么如何用 C# 处理-past C/MFC development process, often to provide users with the right-mouse click functions, Now.NET framework using C#, the procedure would also like to provide right-click functions, for example, in the text frame, pane, labeling and the main window background on the use of right-clicking. After all, C# instead of C/MFC, how to deal with C#
- 2022-03-23 02:05:54下载
- 积分: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
-
Serial Port Reader
这是用delphi7.0开发的串口阅读器
- 2023-02-13 07:50:04下载
- 积分:1
-
assembly language magazines in the game, the basic operation and online games, i...
用汇编语言实现的推箱子游戏,基本的操作和网上的游戏一样,只就做了一关,有兴趣的朋友可以帮着完成其他的-assembly language magazines in the game, the basic operation and online games, it was done only a clearance, interested friends can help to complete the other
- 2023-04-21 05:20:03下载
- 积分:1
-
C++ Templates 完全导引 对于理解和编写C++程序有很大好处
C++ Templates 完全导引 对于理解和编写C++程序有很大好处-C++ Templates complete guide to understand and prepare for the C++ Procedures can bring considerable benefits to
- 2023-02-02 00:35:03下载
- 积分:1
-
这是一个留言小软件:(数据库逻辑名为" text ",用户名为" 033 ",密码为" 0518 ") 初学者的做品...
这是一个留言小软件:(数据库逻辑名为" text ",用户名为" 033 ",密码为" 0518 ") 初学者的做品-This a message small software : (database logic called "text", user name "033", password "0518") beginners do Commodities
- 2022-03-21 23:04:35下载
- 积分:1
-
C++ Entry programming examples, including basic grammar, graphics, programming,...
C++编程入门实例,包括基本语法,图形编程等-C++ Entry programming examples, including basic grammar, graphics, programming, etc.
- 2022-06-13 22:02:12下载
- 积分:1
-
采用C++与IRRLICHT游戏引擎开发的一个3D迷宫程序源代码
采用C++与IRRLICHT游戏引擎开发的一个3D迷宫程序源代码-Using C++ With IRRLICHT game engine developed a 3D maze source code
- 2022-04-08 12:10:48下载
- 积分:1
-
A preview image with a selection box that can display real
一个带预览的图像选择框,能够即时显示选择的图片-A preview image with a selection box that can display real-time choice of picture
- 2022-05-13 00:17:51下载
- 积分:1