搜索结果
找到约 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)
matlab例程 This program take a two sequences with differents lengths and transform in two sequences with same l
This program take a two sequences with differents lengths and transform in two sequences with same length with use zero padding method.
压缩解压 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 ...
压缩解压 ) 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 ...
其他 Usage: void CRC(int*,int*,int,int) Input: XAR0:coded data(InputData)
Usage: void CRC(int*,int*,int,int)
Input: XAR0:coded data(InputData)
XAR1:decoded CRC bits(CrcPoly)
T0: Length of coded data(CodeOutlen)
T1: Length of CRC bits(CrcPolylen)
Return: ...
电子书籍 The emphasis of this book is on real-time application of Synopsys tools, used to combat various pro
The emphasis of this book is on real-time application of Synopsys tools, used
to combat various problems seen at VDSM geometries. Readers will be
exposed to an effective design methodology for handling complex, submicron
ASIC designs. Significance is placed on HDL coding styles,
synthesis and optimi ...
其他 将输入的数据n分为指定的k组
将输入的数据n分为指定的k组,返回不同的分法种数length及分组明细数组a
汇编语言 LIST p=16F84 PIC16F844 is the target processor #include "P16F84.INC" Include
LIST p=16F84 PIC16F844 is the target processor
#include "P16F84.INC" Include header file
CBLOCK 0x10 Temporary storage
tempo
tptrl
tptrh
note
length
pitch
temp ...
微处理器开发 The MINI2440 is an effecient ARM9 development board with a comprehensive price, it characterizes sim
The MINI2440 is an effecient ARM9 development board with a comprehensive price, it characterizes simple method and high performance-price ratio. Based on the Samsung S3C2440 microprocessor, it embodies professional stable CPU core power source chip and reset chip to ensure the stability of the syste ...
单片机开发 MBUS协议 The bus communication system of EN1434-3 is commonly called M-Bus. Its application layer des
MBUS协议
The bus communication system of EN1434-3 is commonly called M-Bus. Its application layer describes
a standard especially for meter readout. It can be used with various physical layers and with link layers
and network layers which support the transmission of variable length binary transparen ...
邮电通讯系统 输入数组(int[] number)作为sort的参数调用sort 即可实现排序(不减序排列) //或者利用重载的sort方法
输入数组(int[] number)作为sort的参数调用sort 即可实现排序(不减序排列)
//或者利用重载的sort方法,输入参数是(int[] number, 0, number.length-1)