-
我自己写的程序,将24位的BMP位图转成16位的(5r6g5b)格式的代码,用于弹片机编程...
我自己写的程序,将24位的BMP位图转成16位的(5r6g5b)格式的代码,用于弹片机编程-I wrote it myself procedures, 24 BMP bitmap conversion 16 (5r6g5b) format code for shrapnel Machine Programming
- 2022-02-16 02:55:35下载
- 积分:1
-
ImageDeskew代码
资源描述ImageDeskew代码是一个好的代码,其中ImageDeskew代码中包含了对原始图片进行线段检测,通过对多条检测的直线进行斜率求平均(本实验设置的直线数是20条),按照得到的斜率(角度)进行转换,将原始图片校正成水平图片;同时代码还能实现灰度图的转变。
- 2023-03-22 05:05:04下载
- 积分:1
-
这个是我在学数据结构做的小程序.主要实现了静态链表的相关操作...
这个是我在学数据结构做的小程序.主要实现了静态链表的相关操作-This is written in C and compile a small operating system, which not only detailed source there are reference books ....
- 2022-01-22 16:26:05下载
- 积分: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
-
多重处理的实现。MPI。
Multiprocessing realisation. MPI.
To all processes to generate number and to find a maximum. (RUS) +Russian comments-Multiprocessing realisation. MPI.
To all processes to generate number and to find a maximum. (RUS)+Russian comments
- 2022-04-30 21:01:55下载
- 积分:1
-
定时关机程序,可控制电脑的定时关机,代码简单,适合初学者...
定时关机程序,可控制电脑的定时关机,代码简单,适合初学者-Timing shutdown procedures, the computer can control the timing of the shutdown, the code is simple, suitable for beginners
- 2022-05-22 01:39:06下载
- 积分:1
-
bitmap_menu261.zip
资源描述
bitmap_menu261.zip,好好学习下,可以对编程有所帮助,大家加油啊
- 2022-04-18 22:32:45下载
- 积分:1
-
邮件服务器测试用程序
邮件服务器测试用程序-mail server testing procedures
- 2023-01-29 17:45:03下载
- 积分:1
-
画图软件代码 内含2个软件。一个是1。0 另一个是2。0用。net编译...
画图软件代码 内含2个软件。一个是1。0 另一个是2。0用。net编译-Program source code of drawing graph in Windows, compile with VS.NET.
- 2023-03-23 21:55:04下载
- 积分:1
-
本程序为图形学课程的一个小程序,注点是在用画点和各种图形的算法来实现各种图...
本程序为图形学课程的一个小程序,注点是在用画点和各种图形的算法来实现各种图-the procedures for graphics courses a small program, the Note is painted various graphical point and the algorithm to achieve maps
- 2023-06-01 17:10:03下载
- 积分:1