-
Visual C++6.0下实现图像的旋转
Visual C++6.0下实现图像的旋转-Visual C++6.0 under the rotating image
- 2023-03-16 09:50:03下载
- 积分:1
-
编写控制台程序的包装类
编写控制台程序的包装类-Wrap class for the console application
- 2022-03-14 02:20:44下载
- 积分:1
-
Realize the main stack are some of the basic operations, such as: out of stack,...
主要是实现堆栈的一些基本操作,比如:出栈,清空堆栈,访问堆栈顶元素,以及测试堆栈状态等。-Realize the main stack are some of the basic operations, such as: out of stack, empty the stack, the stack top element of the visit, as well as the test stack status.
- 2022-07-26 01:11:56下载
- 积分:1
-
一个使用线型扩散插值法的小程序源码
实现了MFC和OpenGL应用的结合
插值结果可以以图像灰度的形式显示...
一个使用线型扩散插值法的小程序源码
实现了MFC和OpenGL应用的结合
插值结果可以以图像灰度的形式显示-A proliferation of the use of linear interpolation of the applet source code of MFC and OpenGL applications to achieve the combination of interpolation results can be displayed in the form to the image grayscale
- 2023-04-05 10:35:03下载
- 积分:1
-
chuankuo,biancheng
串口编程的例子,欢迎大家。下载共享。希望给你带来指引-chuankuo,biancheng
- 2023-02-06 11:10:04下载
- 积分: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
-
it is a program that contains an encyclopedia
it is a program that contains an encyclopedia
- 2022-07-13 17:32:24下载
- 积分:1
-
This package contains a collection of geometry filters
This package contains a collection of geometry filters-- programs that
are for manipulating polgonal representations for 3D graphical objects.
This source code is undergoing revision, and I expect that a new
version of the code, together with many more filters, will be
available shortly.
- 2022-01-25 18:10:58下载
- 积分:1
-
控件小工具,将鼠标移到任意一个程序窗口或控件,会显示出控件的句柄,并可显示控件在指定窗体上的次序,还有激活窗体上所有灰色控件的功能...
控件小工具,将鼠标移到任意一个程序窗口或控件,会显示出控件的句柄,并可显示控件在指定窗体上的次序,还有激活窗体上所有灰色控件的功能-The control of small tools, move your mouse over any of a program window or control, will show the control handle, and can display the control on the form in the specified order, as well as activate the form controls the functions of all the gray
- 2023-08-18 22:10:03下载
- 积分:1
-
不怕益出的SPRINTF只不过功能不及SPRINTF那么的完善罢了我已试国了基本无问题...
不怕益出的SPRINTF只不过功能不及SPRINTF那么的完善罢了我已试国了基本无问题-Benefits are not afraid of the sprintf function as sprintf only so much I have try to improve the country without the basic problem
- 2022-09-08 03:15:02下载
- 积分:1