英语人>网络例句>hash coding 相关的网络例句
hash coding相关的网络例句

查询词典 hash coding

与 hash coding 相关的网络例句 [注:此内容来源于网络,仅供参考]

The Baseline Profile supports intra and inter-coding (using I-slices and P-slices) and entropy coding with context-adaptive variable-length codes. The Main Profile includes support for interlaced video, inter-coding using B-slices, inter coding using weighted prediction and entropy coding using context-based arithmetic coding. The Extended Profile does not support interlaced video or CABAC but adds modes to enable efficient switching between coded bitstreams (SP- and SI-slices) and improved error resilience.

基本档次支持帧内和帧间编码及自适应上下文变长编码的熵编码;主要档次支持交替视频,使用B条带的帧间编码,使用加权预测的帧间编码,使用基于上下文的算术编码的熵编码;扩展档次不支持交替视频或CABAC熵编码,但增加了一种模式允许有效的交换编码的位流,即SI、SP帧,并改进了错误恢复机制。

If a class denes mutable objects and implements a cmp or eq method, it should not implement hash, since the dictionary implementation requires that a key's hash value is immutable (if the object's hash value changes, it will be in the wrong hash bucket).

如果类定义的是可变对象并且实现了 cmp或 eq方法,它就不应该实现 hash,因为字典实现一个散列表的键值是不可变的(如果对象的散列值改变了,它会放在错误的散列表位置中)。

Contents : Chapter 4 Image Enhancement (contrast enhancement, gray transform, histogram dressing, image smoothing, sharpening, Pseudo-color and false color enhancement); Chapter 5 of Image Restoration (inverse filter rehabilitation, Wiener filtering method); Chapter 6 of image processing orthogonal transformation Fourier transform, discrete cosine transform (DCT, the Walsh transform, Based on the eigenvectors of transformation, Hotelling transform, SVD transform, wavelet transform, Mallat algorithm; Chapter 7 Image Coding Hoffman (Huffman coding, arithmetic coding, RIc, the bit-plane coding, predictive coding, DPCM.

内容:第4章图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章图像复原(逆滤波复原、维纳滤波方法);第6章图像处理中的正交变换(傅立叶变换、离散余弦变换、沃尔什变换、基于特征向量的变换、霍特林变换、SVD变换、小波变换、Mallat算法);第7章图像压缩编码(霍夫曼编码、算术编码、游程编码、位平面编码、预测编码、DPCM、JPEG 2000编码

In this thesis, a joint bus and error correction coding, self-corrected green coding scheme is proposed. Self-corrected green coding scheme is constructed by two stages, which are triplication error correction coding stage and green bus coding stage.

在这篇论文中提出了一个结合汇流排编码和错误更正码的方法,这个方法由三重错误更正码和节能汇流排编码两级组成。

But for different specialties people gave different models for secure network coding. For instance, J P Vilela introduced light weight secure network coding, and K Bhattad introduced weakly secure network coding. When considering the practical secure network, we must think over the network coding that resists active attack, that is to say resists Byzantine attack. In this paper we also introduce such kind of network coding.

蔡宁和杨伟豪首先针对单信源有向无圈网络给出了安全网络编码的定义和模型,其他研究者也各自提出了不同的安全模型,如J P Vilela提出了轻量级安全的网络编码,K Bhattad提出了弱安全的网络编码等,另外还有抗拜占庭攻击的网络编码。

In general, it is impossible that every key map to a different hash value, for the space of keys can be greater than the number of permissible hash codes: what makes for a good hasher is that the probability of a collision (two different keys with the same hash value) is as close to zero as possible.

通常,它不可能将每一个键值映射到一个不同的散列值,键值的空间可以大於所允许的散列值的数量:一个好的散列器,要求其发生冲突(两个不同的键值对应同一个散列值)的可能性尽量接近於零。

In order to enhance the Hash functionperformance, this article structure one kindbased on the AES HASH function, this HASH function has dispersed arow result the length is 256 bits, may the very good defenseexhaustion attack.

为了提高Hash函数性能,本文构造了一种基于AES的hash函数,该哈希函数散列结果的长度为256比特,可以很好的防御穷举攻击。

Basic image coding VC procedures, including Shannon theorem, Huffman coding, bitplane coding (in accordance with the importance of bit-coding).

详细说明:最基本的图像编码VC程序,包括香农定理、霍夫曼编码、位平面编码(按照比特位的重要性编码)等。

Secondly, the platform of IPTV set-top box named DM6446 is introduced, and then the AVS video coding standard which is implemented as the video coding standard of IPTV is introduced. The kernel architecture, peripheral devices of DM6446 and the key technique of AVS video coding such as transformation, quantization, intra-prediction, inter-prediction, interpolation, and loop filter is introduced in detail. Thirdly, the system procedures of set-top box which are implemented on the ARM side of DM6446 are introduced in detail. This part focuses on the demultiplex of audio and video data, the design of data interface, the playback of audio and video, and the communication between ARM and DSP. Fourthly, the loop filter algorithm of AVS video coding standard is introduced in full detail, and the optimized procedures of the algorithm on the DSP side of DM6446 are introduced, and then the optimized results are presented. Fifthly, the thesis introduces and analyzes the state-of-art technique of deblocking filter, and proposes a deblocking method, and then the results of proposed method are given. Finally, summarize of this thesis and further development is given.

首先对IPTV技术、视频编解码技术以及去块滤波技术做了简要介绍;然后介绍了IPTV机顶盒的实现平台DM6446,并介绍了该处理器的外围接口和内核结构,同时介绍了作为本IPTV系统视频标准的AVS第二部分视频标准,以及该标准中变换量化、帧内预测、帧间预测、插值和环路滤波等多个模块的算法;接着,详细介绍了机顶盒系统相应程序在DM6446 ARM核上的实现,重点介绍了音视频系统码流的解复用、数据接口设计、音视频的播放以及ARM核与DSP核之间的通信;然后,详细介绍了AVS视频标准中环路滤波算法及该算法在DM6446 C64+内核上的优化,并给出优化结果;然后对去块滤波算法进行了研究并提出了一种环路滤波方案,同时给出了此方案的实验结果;最后总结了本文的工作,并提出了可以改进的方向。

Firstly, the research studies the coding rule of the PDF417 barcode and designs related computer code algorithm, with making it programmed, and completes the coding part of the system software. Next, the coding and decoding principle of Reed-Solomon error-correcting code is briefly introduced. According to thecoding and decoding principle in galois field GF(929), to analyze and study its practical application with emphasis in this topic. Then, the PDF417 barcode decoding process is analyzed and studied detailed according to the barcode coding principle, with the corresponding realization method designed, improving the design in theory aspect by using material example, at the same time programming the design method to complete the decoding part of the system. Finally, validated the system program in the practical application of image information aspect, by using the nonrepeatability and the randomicity characteristic of Julia mark shape artwork.

本课题首先研究PDF417条码的编码规则并设计相关的计算机编码算法使其程序化,完成系统软件的编码部分;其次,简要介绍Reed—Solomon错误控制码的编码与译码原理,在伽罗瓦域GF(929)内根据其编译码的原理重点分析与研究其在本课题中的实际应用;然后根据条码的编码原则对PDF417条码的译码过程进行详细的分析与研究,并设计出相应的实现方法,利用具体实例对设计方法进行理论方面的实践同时将设计方法程序化完成系统软件的译码部分;最后利用Julia集分形图形的不可重复性和随机性的特点对系统软件在图像信息方面的实际应用进行了验证。

第1/100页 1 2 3 4 5 6 7 8 9 ... > 尾页
相关中文对照歌词
EZ Wider With Hash
12 J's Of Christmas
Hash Pipe
Rusted Machines
Random Thoughts
Pancakes
Blog That
The Manual (Chapter 4)
Geeked Out
1.8.7
推荐网络例句

Fostering the concept of multi-culture firmly and mastering the development of advanced culture correctly are conductive to resisting terrorism, separatism of nationalities and ultraism of religion, which is of great academic theoretical, immediate and profound historical si...

牢固树立多元文化的理念和正确把握先进文化的发展方向,有助于在世界范围内自觉地抵制恐怖主义,民族分裂主义和宗教极端主义。不仅具有重大的学术理论意义,而且也具有重大的现实意义和深远的历史意义。

But if anyone walks in the night, he stumbles, because the light is not in him.

11:10 若在黑夜行走,就必碰跌,因为那光不在他里面。

You are asking for the moon.

你的要求太过分了。