-
adsfeq
★采用独特的 8 行 52 列 L 印点阵显示屏作为显示单元,其显示亮度高、自发光、无视角,制作者可以随意选择屏幕大小和发光颜色。 ★日期、时间、星期、温度全信息交替显示,所需信息一目了然。 ★采用专业时钟芯片 DS1302 和备用电池,时钟掉电依然走时,用户设置闹钟时间永久保存。 ★远离机身的温度传感器设计, 0 ~ 60 ℃ 环境温度显示更精确。 ★全功能菜单操作, 4 个按键操作,可加减调时,操作方便。 ★ 8 路独立闹钟功能,可以设置独立闹钟时间和模式,大闹生活每一天。 ★多种整点报时时间范围设置,保证休息时间不打扰。 ★多种操作提示音,高音量闹钟音,耳目一新。-adsfeq
- 2023-01-25 20:10:03下载
- 积分:1
-
本程序将完成印章的制作,与导出,同时可以根据用户需要制定不能大小的图形
本程序将完成印章的制作,与导出,同时可以根据用户需要制定不能大小的图形-This procedure will be completed seal production, and export, at the same time users need to be developed in accordance with the size of graphics should not
- 2023-02-09 23:50: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
-
运行环境VC++6.0, 适用于VC初学者
运行环境VC++6.0, 适用于VC初学者-operating environment VC 6.0, applicable to the VC beginners
- 2022-03-23 22:31:50下载
- 积分:1
-
SUN Xin teachers Viaucl c++ 20 class example of all procedures
孙鑫老师Viaucl c++二十课例子的全部程序-SUN Xin teachers Viaucl c++ 20 class example of all procedures
- 2022-06-01 13:52:46下载
- 积分:1
-
VC实现的多
VC实现的,多维函数搜索,无约束优化方法,
(1)最速下降法 (2)阻尼牛顿法(3)共轭梯度法 (4)鲍维尔法(5)变尺度法(6)单纯形法
-VC implementation, multi-dimensional function of search, unconstrained optimization methods, (1), steepest descent method (2) damped Newton" s method (3) conjugate gradient method (4) Powell Law (5) variable metric method (6) The simplex method
- 2022-03-18 09:54:02下载
- 积分:1
-
This code for find object on the map
This code for find object on the map
- 2022-08-20 13:04:58下载
- 积分:1
-
关于摄像机拍摄图象,并对图象进行变换处理,画出曲线图
关于摄像机拍摄图象,并对图象进行变换处理,画出曲线图-On camera images, and transform image processing, draw curves
- 2022-05-30 08:20:58下载
- 积分:1
-
此源代码是关于利用管道开发程序进行通信,该程序利用了Winsocket和NamedPipe的API...
此源代码是关于利用管道开发程序进行通信,该程序利用了Winsocket和NamedPipe的API-this source code is on the use of pipelines for the development of communications procedures, the use of the procedures and NamedPipe Winsocket API
- 2022-11-20 20:55:03下载
- 积分:1
-
学习美国的basiv
利用cc++初步学习wrl,适用于初学者,源代码比较简单-to learn the basiv of wrl
- 2022-01-30 18:09:28下载
- 积分:1