亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

ENCODING

ENCODING意思是編碼,是將信息分類的結果用一種易于被計算機和人識別的符號體系表示出來的過程,是人們統(tǒng)一認識、統(tǒng)一觀點、相互交換信息的一種技術手段。編碼的直接產(chǎn)物是代碼。
  • My (so called) HiP compression algorithm as console mode utility. It s a hybrid of Lempel-Ziv 77 a

    My (so called) HiP compression algorithm as console mode utility. It s a hybrid of Lempel-Ziv 77 and Adaptive Huffman ENCODING (Huffman + LZ77 ZIP = HiP) with a word prefix hash algorithm etc.

    標簽: compression Lempel-Ziv algorithm console

    上傳時間: 2015-08-27

    上傳用戶:whenfly

  • his packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is w

    his packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is written for static channel and AWGN noise. The packet include: 1) Packet Builder (Viterbi ENCODING, Interleaver, PN generation) 2) Modulator (RRC filter) 3) Demodulator (Matched Filter, RAKE receiver) 4) Receiver (HD or SD) (Deinterleaver, Viterbi Decoder). You should run "Simulation.m" function that include all modules.

    標簽: simulation baseband channel packet

    上傳時間: 2013-12-23

    上傳用戶:zhangyigenius

  • Huffman 壓縮/解壓算法的ANSI C實現(xiàn) This archive contains a simple and readable ANSI C implementation of Huffm

    Huffman 壓縮/解壓算法的ANSI C實現(xiàn) This archive contains a simple and readable ANSI C implementation of Huffman coding and decoding. This implementation is not intended to be the best, fastest, smallest, or any other performance related adjective. More information on Huffman ENCODING may be found at: http://michael.dipperstein.com/huffman http://datacompression.info/Huffman.shtml

    標簽: ANSI implementation contains readable

    上傳時間: 2014-01-05

    上傳用戶:thesk123

  • The Microsoft® Cryptographic Application Programming Interface (CryptoAPI) provides services that

    The Microsoft® Cryptographic Application Programming Interface (CryptoAPI) provides services that enable application developers to add authentication, ENCODING, and encryption to their Microsoft Win32® -based applications. Application developers can use the functions in the CryptoAPI without knowing anything about the underlying implementation, in much the same way as they can use a graphics library without knowing anything about the particular graphics hardware configuration.

    標簽: Cryptographic Application Programming Microsoft

    上傳時間: 2013-12-27

    上傳用戶:pinksun9

  • This is a collection of m-files I created to complete a research project into the DC components of v

    This is a collection of m-files I created to complete a research project into the DC components of various ENCODING techniques. Eight of the files create random bit sequences that conform to their coding requirements. The others were files I found useful in the scope of the project and supplement the generating m-files.

    標簽: collection components complete research

    上傳時間: 2015-12-24

    上傳用戶:lnnn30

  • Abstract—Mobile devices performing video coding and streaming over wireless and pervasive communica

    Abstract—Mobile devices performing video coding and streaming over wireless and pervasive communication networks are limited in energy supply. To prolong the operational lifetime of these devices, an embedded video ENCODING system should be able to adjust its computational complexity and energy consumption as demanded by the situation and its environment.

    標簽: performing and communica streaming

    上傳時間: 2014-01-21

    上傳用戶:pompey

  • 編碼、解碼工具類。Utility class to do Base64 decoding

    編碼、解碼工具類。Utility class to do Base64 decoding,ENCODING

    標簽: decoding Utility class Base

    上傳時間: 2013-12-18

    上傳用戶:gundamwzc

  • This module is built to provide more practical/effective functions than php iconv for character enco

    This module is built to provide more practical/effective functions than php iconv for character ENCODING conversion. Chinese package has been included: gb<->big5, (gb,big5)<->utf8<->unicode, (gb, big5)->pinyin. The Chinese package was built based on the Chinese ENCODING lib

    標簽: effective character functions practical

    上傳時間: 2016-02-20

    上傳用戶:songyue1991

  • 利用SyncML開發(fā)客戶端程序的中間件

    利用SyncML開發(fā)客戶端程序的中間件,J2ME版本。 This library is a collection of basic utilities for: object serialization and persistence on the RMS, Logging and string manipulation. This document describes the Funambol JavaME Common API library, which purpose is giving support and providing basic functionalities to all the other components developed for the J2ME platform. These functionalities are: a persistent data storage framework, a logging framework, a framework to read different streams of byte, a thread monitoring system and a set of classes useful for data ENCODING and string manipulation. This library may grow in future, as new functions will be seen as common to different J2ME components.

    標簽: SyncML 程序

    上傳時間: 2016-03-05

    上傳用戶:kr770906

  • 利用哈夫曼編碼進行信息通信可以大大提高信道利用率

    利用哈夫曼編碼進行信息通信可以大大提高信道利用率,縮短信息傳輸時間,降低傳輸成本。但是,這要求在發(fā)送端通過一個編碼系統(tǒng)對待傳數(shù)據(jù)預先編碼,在接收端將傳來的數(shù)據(jù)進行譯碼(復原)。對于雙工信道(即可以雙向傳輸信息的信道),每端都需要一個完整的編/譯碼系統(tǒng)。試為這樣的信息收發(fā)站寫一個哈夫曼編/譯碼系統(tǒng)。 [基本要求]: (1)I:初始化(Initialization)。從終端輸入一個長度不超過80的字符串(全部為大寫字母且無空格)。統(tǒng)計字符串的長度n、以及不同字符的個數(shù)和每種字符的權值,然后建立哈夫曼樹。 (2)E:編碼(ENCODING)。利用已建好的哈夫曼樹對正文字符串進行編碼,并輸出。 (3)D:譯碼(Decoding)。利用已建好的哈夫曼樹與已經(jīng)完成的編碼進行譯碼,并輸出。

    標簽: 編碼 信息通信 信道 利用率

    上傳時間: 2016-03-15

    上傳用戶:sclyutian

主站蜘蛛池模板: 宝丰县| 新乐市| 称多县| 广汉市| 图木舒克市| 肃宁县| 彩票| 青冈县| 蓬溪县| 新丰县| 奉贤区| 融水| 措美县| 睢宁县| 岳普湖县| 将乐县| 泊头市| 迁西县| 石河子市| 巨野县| 绥芬河市| 天等县| 五常市| 铜山县| 永登县| 舒城县| 陈巴尔虎旗| 乌拉特中旗| 滨州市| 宿松县| 蕉岭县| 平顶山市| 玛纳斯县| 霍州市| 石嘴山市| 韶关市| 枣阳市| 龙州县| 长治县| 德惠市| 分宜县|