搜索结果
找到约 115 项符合
length 的查询结果
按分类筛选
- 全部分类
- 压缩解压 (18)
- matlab例程 (12)
- 其他 (11)
- 单片机开发 (8)
- 数据结构 (5)
- 技术资料 (5)
- 其他书籍 (4)
- 数学计算 (4)
- 源码 (4)
- 学术论文 (3)
- 通讯/手机编程 (3)
- 单片机编程 (2)
- 加密解密 (2)
- Linux/Unix编程 (2)
- 书籍源码 (2)
- DSP编程 (2)
- 数值算法/人工智能 (2)
- 邮电通讯系统 (2)
- 书籍 (2)
- 图形图像 (1)
- C/C++语言编程 (1)
- CA认证 (1)
- GPS编程 (1)
- 驱动编程 (1)
- VHDL/FPGA/Verilog (1)
- 嵌入式Linux (1)
- 游戏 (1)
- Java编程 (1)
- 多国语言处理 (1)
- Windows CE (1)
- 文件格式 (1)
- 嵌入式/单片机编程 (1)
- 教育系统应用 (1)
- 电子书籍 (1)
- 汇编语言 (1)
- Delphi控件源码 (1)
- 微处理器开发 (1)
- 3G开发 (1)
- 接口技术 (1)
- 仿真技术 (1)
- 多媒体处理 (1)
压缩解压 In each step the LZSS algorithm sends either a character or a <position, length> pair. Among t
In each step the LZSS algorithm sends either a character or a <position, length> pair. Among these, perhaps character "e" appears more frequently than "x", and a <position, length> pair of length 3 might be commoner than one of length 18, say. Thus, if we encode the more frequent in fewer bits and t ...
加密解密 在程序中由playfair(char *s,int length) 的实现加密和解密;解密原理与加密类似
在程序中由playfair(char *s,int length) 的实现加密和解密;解密原理与加密类似,只是加密过程的逆过程,它基于密文,采用同行取左边,同列取下边,其余取交叉的相反原理;在程序中用FLAG标识区别,当其值为1时,为加密过程;值为0时,为解密过程。 ...
CA认证 * * Input * bin_data : binary data * bin_size : binary data length * Mode : operation mode
*
* Input
* bin_data : binary data
* bin_size : binary data length
* Mode : operation mode
* BASE64_NeedCRLF ---- Need a CRLF every 64 base64-character
* BASE64_NotCRLF ---- Need not CRLF between 64 base64-character
*
* Output
* char data
* char data length
*
* Return
* 0: success -1: e ...
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
matlab例程 工程计算MATLAB code to calculate the reorthogonalized sine tapers input: N = the length of the time se
工程计算MATLAB code to calculate the reorthogonalized sine tapers
input: N = the length of the time series data to be tapered
p = the number of tapers requested
I = the gap structure a vector of length N
I(t) = 1 if there is data at time t, t=1, ..., N
I(t) = 0 if there is a gap at time t
...
单片机开发 This example shows how to transmit and receive packets with packet length up to 255 bytes. The statu
This example shows how to transmit and receive packets with packet length up to 255 bytes. The status byte is polled every 200 us in a timer1 int.
压缩解压 1.JPEG压缩编码的vc++代码 2.使用Run length algorithm Jpeg图像编解码 3.内含有测试用c,rc,h,文件
1.JPEG压缩编码的vc++代码
2.使用Run length algorithm Jpeg图像编解码
3.内含有测试用c,rc,h,文件,测试用图像文件,翔实,清晰的代码注释行
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^ ...
数据结构 acm HDOJ 1051WoodenSticks Description: There is a pile of n wooden sticks. The length and weight o
acm HDOJ 1051WoodenSticks
Description:
There is a pile of n wooden sticks. The length and weight of each stick are known in advance. The sticks are to be processed by a woodworking machine in one by one fashion. It needs some time, called setup time, for the machine to prepare processing a stick. Th ...
压缩解压 實現基本的資料壓縮演算法的參考,以run-length編碼的的演算法機制,所得出的源碼
實現基本的資料壓縮演算法的參考,以run-length編碼的的演算法機制,所得出的源碼