搜索结果
找到约 983 项符合
ing-g 的查询结果
加密解密 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an
加密算法
Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives:
- To generate an RSA key
cryptest g
- To encrypt and decrypt a string using RSA
cryptest r
- To calculate MD5, SHS, and RIPEMD-160 message digests:
cryptest m file
- To encrypt and decrypt a string using DES-E ...
编译器/解释器 数控系统中的解释器源代码
数控系统中的解释器源代码,可以独立的运行,直接在dos环境下解释G代码
Linux/Unix编程 qADSL is an auto-login & keep-alive daemon for Internet connections. It was created to automate the
qADSL is an auto-login & keep-alive daemon for Internet connections.
It was created to automate the annoying login process of several
Swedish ISP s, e.g.
数据结构 crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC
crc任意位生成多项式
任意位运算
自适应算法
循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的
编码方式,这种方法把要发送的数据看成是一个多项式的系数
,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为:
bn-1Xn-1+bn-2Xn-2+…+b1X+b0
例如:数据“10010101”可以写为多项式
X7+X4+X2+1。
...
Linux/Unix编程 Metalog is a modern replacement for syslogd and klogd. The logged messages can be dispatched accord
Metalog is a modern replacement for syslogd and klogd. The logged messages
can be dispatched according to their facility, urgency, program name and/or
Perl-compatible regular expressions. Log files can be automatically rotated
when they exceed a certain size or age. External shell scripts (e.g., mai ...
VC书籍 This section contains a brief introduction to the C language. It is intended as a tutorial on the la
This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the numerous textbooks on C. 2. write a recursive function FIB (n) ...
编译器/解释器 编译原理课程设计报告对以下文法
编译原理课程设计报告对以下文法,采用算符优先分析算法,对G[S]所定义的赋值语句进行语法分析,并在语法分析过程中将所输入的扶植语句翻译为四元式。
压缩解压 It is possible that certain products which can be built using this software modules might form inve
It is possible that certain products which can be built using this
software modules might form inventions protected by patent rights in
some countries (e.g. by patents about arithmetic coding algorithms
owned by IBM and AT&T in the USA). Provision of this software by the
author does NOT include any ...
VHDL/FPGA/Verilog Hard-decision decoding scheme Codeword length (n) : 31 symbols. Message length (k) : 19 symbols.
Hard-decision decoding scheme
Codeword length (n) : 31 symbols.
Message length (k) : 19 symbols.
Error correction capability (t) : 6 symbols
One symbol represents 5 bit.
Uses GF(2^5) with primitive polynomial p(x) = X^5 X^2 + 1
Generator polynomial, g(x) = a^15 a^21*X + a^6*X^2 + a^15*X^3 + a^ ...