-
VC编写的card类ActiveX控件,简单易用使用方便。
VC编写的card类ActiveX控件,简单易用使用方便。-A game of Card ActiveX Used VC program
- 2023-02-11 01:55:04下载
- 积分:1
-
使用VB6和GDI+实现了动态绘制系统托盘图标功能
使用VB6和GDI+实现了动态绘制系统托盘图标功能-The use of VB6 and GDI+ Realize dynamic mapping system tray icon functionality
- 2022-05-15 18:22:01下载
- 积分:1
-
Serial Communication com ponents, as well as address a client. Included STD, thr...
本程序是串口通信的com组件,并且符有客户机.包含STD ,线程池 ,多线程通信,com错误报告.一个串口有三个通信线程.可打开任意多个串口.目前正在为系统服务,完全可靠-Serial Communication com ponents, as well as address a client. Included STD, thread pool, Multithreading communications, com error report. a serial communications are three threads. to open arbitrary serial number. the current system is for services, fully reliable
- 2022-09-28 09:05:03下载
- 积分:1
-
velocity based java web project
它是用于网站开发的基于速度的java项目…使用ajax技术…对于快速开发代码非常有用。。
- 2022-08-16 00:38:41下载
- 积分:1
-
Java小程序两个:一个是打印出万年历,另一个是解决一个有趣的数学问题...
Java小程序两个:一个是打印出万年历,另一个是解决一个有趣的数学问题-Java two small programs : a hefty almanac is printed out, and the other is to solve an interesting mathematical problem
- 2022-09-26 07:20:02下载
- 积分:1
-
一个小的程序,我笨,写了挺长时间的。 是关于文件打包的。...
一个小的程序,我笨,写了挺长时间的。 是关于文件打包的。-a small procedure, I stupid, wrote a very long time. On paper packaging.
- 2022-01-25 23:01:01下载
- 积分:1
-
这个程序能够模拟鼠标动作,包括左键单击,双击,左键单击,可以设置时间间隔!...
这个程序能够模拟鼠标动作,包括左键单击,双击,左键单击,可以设置时间间隔!-This program can simulate mouse movements, including left-click, double click, left-click, you can set the time interval!
- 2022-01-25 22:13:35下载
- 积分:1
-
计算器程序,用Visual C++调试,用C++编写
计算器程序,用Visual C++调试,用C++编写-Calculator program using Visual C++ Debugging with C to prepare
- 2022-03-23 05:47:19下载
- 积分: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
-
This is a very basic PSO algorithm matlab source code. Comparison of the simple,...
这是一个很基本的pso算法的matlab的源码。比较的简单,但是可以再这个基础上修改的-This is a very basic PSO algorithm matlab source code. Comparison of the simple, but can be modified based on this
- 2022-01-25 17:51:41下载
- 积分:1