搜索结果

找到约 18 项符合 symbols 的查询结果

编译器/解释器 Full support for extended regular expressions (those with intersection and complement); Support for

Full support for extended regular expressions (those with intersection and complement); Support for some kinds of cycles in grammar; DFA-based operation; Unicode support; C++ only, requires a modern compiler; Lexical analyzers can be configured to get symbols from any input class (built-in support f ...
https://www.eeworm.com/dl/628/103266.html
下载: 50
查看: 1154

编译器/解释器 LL(1)文法判定(C#) SimpleLL1目录下为源程序 EXE目录下为编译好的可执行文件 Product1.txt~Product4.txt为测试用产生式(可直接在程序中加载) Symb

LL(1)文法判定(C#) SimpleLL1目录下为源程序 EXE目录下为编译好的可执行文件 Product1.txt~Product4.txt为测试用产生式(可直接在程序中加载) Symbols.txt为测试用符号集(可直接在程序中加载) 转载或引用请注明出处:www.shootsoft.net
https://www.eeworm.com/dl/628/154455.html
下载: 66
查看: 1056

Linux/Unix编程 The Reed-Somolon code is specified by the finite field, the length (length <= 2^m-1), the numbe

The Reed-Somolon code is specified by the finite field, the length (length <= 2^m-1), the number of redundant symbols (length-k), and the initial zero of the code, init_zero, such that the zeros are: init_zero, init_zero+1, ..., init_zero+length-k-1
https://www.eeworm.com/dl/619/171805.html
下载: 189
查看: 1064

文件格式 This project aim was to build wireless software modem for data communication between two computers

This project aim was to build wireless software modem for data communication between two computers using an acoustic interface in the voice frequency range (20Hz– 20,000Hz). The transmitting antenna is a speaker (frequency response of: 90Hz – 20,000Hz) and the receiving antenna is a microphone (fr ...
https://www.eeworm.com/dl/639/272495.html
下载: 175
查看: 1069

数值算法/人工智能 I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is ma

I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is mainly targeted to data with some symbols occuring more often than the rest (e.g. having some data file consisted of 3 different symbols and their total number of occurence in that file s1(1000), s2(200 ...
https://www.eeworm.com/dl/518/296419.html
下载: 122
查看: 1069

其他 ofdm信道特性 Channel transmission simulator Channel transmission simulator % % inputs: % sig2 - noi

ofdm信道特性 Channel transmission simulator Channel transmission simulator % % inputs: % sig2 - noise variance % Mt - number of Tx antennas % Mr - number of Rx antennas % x - vector of complex input symbols (for MIMO, this is a matrix, where each column % is the value of the antenna outputs a ...
https://www.eeworm.com/dl/534/323173.html
下载: 128
查看: 1047

压缩解压 Compression using lempel-ziv -for a dictionary size of 2k -provide dictionary

Compression using lempel-ziv -for a dictionary size of 2k -provide dictionary Lempel ziv algorithm is a dictionary based algorithm that addresses byte sequences from former contents instead of the original data. This algorithm consists of a rule for parsing strings of symbols fro ...
https://www.eeworm.com/dl/617/446742.html
下载: 99
查看: 1042

压缩解压 ) Compression using huffman code -with a number of bits k per code word -provide huffma

) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code table for encoding a source symbol. The table is d ...
https://www.eeworm.com/dl/617/446746.html
下载: 109
查看: 1036