-
IE右键扩展(列出Flash)
IE右键扩展(列出Flash)-IE extension (listed Flash)
- 2022-02-01 06:37:00下载
- 积分:1
-
C#开发的订单程序(SQL Server2000数据库)
C#开发的订单程序(SQL Server2000数据库)-C# development orders procedures (SQL Server 2000 database)
- 2022-05-18 16:58:02下载
- 积分:1
-
c言语环境下进行 龟兔赛跑 仿真
很有趣的小程序
c言语环境下进行 龟兔赛跑 仿真
很有趣的小程序-c language龟兔赛跑simulation environment
- 2022-07-22 18:05:00下载
- 积分:1
-
C语言编写的时钟源程序(上机通过的),可以显示时钟,而且有不同的显示方式,既能按机械表行走,又能按电子表显示时间和日期...
C语言编写的时钟源程序(上机通过的),可以显示时钟,而且有不同的显示方式,既能按机械表行走,又能按电子表显示时间和日期-C language clock source (on the plane), it shows the clock, but there are different methods, both by mechanical table walking, but also by electronic table shows the time and date! !
- 2022-04-26 11:24:33下载
- 积分:1
-
matlab中极坐标函数的改进,坐标轴刻度可以为负数,输入参数见注释,有问题email联系,可在matlab命令行中直接运行,如:
my_polar2([0...
matlab中极坐标函数的改进,坐标轴刻度可以为负数,输入参数见注释,有问题email联系,可在matlab命令行中直接运行,如:
my_polar2([0,20,30]*pi/180,[-10,0,10], -r ,-20,30)-Matlab polar coordinates function improved, axes calibration can be negative, the input parameters, see Notes email problems can be contacted in Matlab command line direct operations, such as : my_polar2 ([0,20,30]* pi/180 [-10,0,10],- r,-20,30)
- 2022-02-04 23:29:00下载
- 积分: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
-
E属性
- 2023-06-28 13:30:04下载
- 积分:1
-
自动添加vc控件,用vc.net编写,内有源码,适合学习,有一定的借鉴价值...
自动添加vc控件,用vc.net编写,内有源码,适合学习,有一定的借鉴价值-Automatically added vc control, with vc.net write, there are source code, suitable for learning, there is a certain reference value
- 2022-03-04 08:12:56下载
- 积分:1
-
visual c++ 写的splashWin
visual c++ 写的splashWin
- 2022-03-15 07:52:58下载
- 积分:1
-
matrix multiplication
matrix multiplication
- 2023-08-30 09:10:02下载
- 积分:1