-
Automating UNIX and Linux Administration Introduction under unix and linux syste...
Automating UNIX and Linux Administration--介绍unix和linux下系统管理的书(英文版),希望大家喜欢-Automating UNIX and Linux Administration Introduction under unix and linux system administration book (English version), I hope everyone likes
- 2022-04-12 10:12:34下载
- 积分:1
-
监控目录,解析zip压缩文件并上传至ftp
监控目录,解析zip压缩文件并上传至ftp-Monitored directory, parsing zip compressed file and upload to ftp
- 2022-06-29 07:40:16下载
- 积分:1
-
英文版编译器设计:里面详细介绍啦C编译器的设计
英文版编译器设计:里面详细介绍啦C编译器的设计-English compiler design : inside details-- C Compiler Design
- 2023-07-11 21:00:03下载
- 积分:1
-
windows网络编程第二版 欢迎下载;
windows网络编程第二版 欢迎下载;-the second for windows programing
- 2022-01-26 02:35:39下载
- 积分:1
-
#包括“PCH。”
#include "pch.h"
#include "base64.h"
NAMESPACE_BEGIN(CryptoPP)
static const int MAX_LINE_LENGTH = 72
static const byte vec[] =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
static const byte padding = =
Base64Encoder::Base64Encoder(BufferedTransformation *outQueue, bool insertLineBreak)
: insertLineBreak(insertLineBreak), Filter(outQueue)
{
inBufSize=0 -# Include
- 2023-02-26 13:15:03下载
- 积分:1
-
DSP开发入门综述
DSP开发入门综述-DSP Development Review Portal
- 2022-01-28 18:25:16下载
- 积分:1
-
ASM需要的一些很经典的资料,浮点数,中段
ASM需要的一些很经典的资料,浮点数,中段-ASM needs some very classic, float, and so on the middle
- 2022-03-05 06:53:08下载
- 积分:1
-
JSP应用开发风险管理系统网站。在同一时间,美国..
是用jsp开发搏客网站管理系统。 同时含有该系统所需的数据库。使用起来方便。-Jsp is used to develop risk management systems off site. At the same time, the system contains the necessary database. Convenient to use.
- 2022-02-09 14:05:18下载
- 积分:1
-
MFC的faq,非常的难得一见呀,适合作为手边的手册使用
MFC的faq,非常的难得一见呀,适合作为手边的手册使用-MFC faq, very hard to see it, as do the appropriate use of manual
- 2023-03-04 13:45:03下载
- 积分:1
-
flex 是一个生成扫描器的工具,能够识别文本中的词法模式。flex 读入给定的输入文件,如果没有给定文件名的话,则从标准输入读取,从而获得一个关于需要生成的扫...
flex 是一个生成扫描器的工具,能够识别文本中的词法模式。flex 读入给定的输入文件,如果没有给定文件名的话,则从标准输入读取,从而获得一个关于需要生成的扫描器的描述。此描述叫做 规则,由正则表达式和 C 代码对组成。flex 的输出是一个 C 代码文件――lex.yy.c――其中定义了 yylex() 函数。编译输出文件并且和 -lfl 库链接生成一个可执行文件。当运行可执行文件的时候,它分析输入文件,为每一个正则表达式寻找匹配。当发现一个匹配时,它执行与此正则表达式相关的 C 代码-flex generated scanner is a tool that can identify lexical patterns in text. flex time into the given input file, in the absence of a given file name, then read from standard input, and thus on the need to generate a description of the scanner. This description is called the rules, by the regular expression and the composition of C code. the output of flex is a C code file- lex. yy.c-- which defines the yylex () function. Output file and compile and link-lfl library to generate an executable file. When running an executable file, it analyzes the input file, for each regular expression match to find. When they find a match, it is the implementation of regular expressions with the related C code
- 2022-07-16 02:04:28下载
- 积分:1