-
计算矩阵乘积,文本输入输出,输入时两个矩阵之间需要换行...
计算矩阵乘积,文本输入输出,输入时两个矩阵之间需要换行-Calculation of matrix product, text input and output, input two matrices when the line between the need for
- 2022-02-02 22:17:29下载
- 积分:1
-
和MMSE
and MMSE-SIC equalizer (Rayleigh channel-
and MMSE-SIC equalizer (Rayleigh channel) )
- 2022-03-16 08:28:43下载
- 积分: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
-
生成12x12简体汉字、繁体汉字、日文、朝鲜文点阵字库的VB程序...
生成12x12简体汉字、繁体汉字、日文、朝鲜文点阵字库的VB程序-Generation 12x12 Simplified Chinese characters, Traditional Chinese, Japanese, Korean, dot-matrix font VB program
- 2022-09-16 12:15:03下载
- 积分:1
-
WinCE ISAPI demo 程序,作为CE中嵌入式web的接口,通过编程ISAPI来完成特定的数据访问,本例完成从内存共享中读取映射,响应用户的http...
WinCE ISAPI demo 程序,作为CE中嵌入式web的接口,通过编程ISAPI来完成特定的数据访问,本例完成从内存共享中读取映射,响应用户的http get/post请求-WinCE ISAPI demo program, as a CE in the embedded web interface, through programming ISAPI to complete the specific data access, which in this case from shared memory read mapping, in response to the user
- 2022-02-13 02:10:30下载
- 积分:1
-
Given a connected weighted undirected graph, find the minimum spanning tree grap...
给出一个连通带权的无向图,找出该图的最小生成树。并带有问题的详细描述及测试数据。-Given a connected weighted undirected graph, find the minimum spanning tree graph. With a detailed description of the problem and the test data.
- 2022-05-08 15:47:03下载
- 积分:1
-
G711音频编解码器,可用于视频聊天或VoIP
G711 audio codec that can be use for video chat or voip
- 2022-03-24 17:05:59下载
- 积分:1
-
网格 2D 划分 用于分割图像,剖析图像,并对图像进行进一步的处理...
网格 2D 划分 用于分割图像,剖析图像,并对图像进行进一步的处理-2D mesh division
- 2023-08-14 05:55:04下载
- 积分:1
-
用JAVA编的计算器,功能好,运行没有出错
用JAVA编的计算器,功能好,运行没有出错-with JAVA series of the calculator, functions, and operation without error
- 2022-11-15 14:20:03下载
- 积分:1
-
这是用vc++实现的小波变换,主要可以对图像进行三层的变换,并且可以得到经过高通、低通滤波之后的图像结果。...
这是用vc++实现的小波变换,主要可以对图像进行三层的变换,并且可以得到经过高通、低通滤波之后的图像结果。-Wavelet
- 2022-11-07 23:45:04下载
- 积分:1