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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

Compression

壓縮(Compression):壓縮是制作數(shù)字電影的一個(gè)重要感念。視頻和音頻在數(shù)字化過(guò)程中都可以通過(guò)電腦進(jìn)行壓縮。當(dāng)聲音和畫(huà)面被壓縮后,他們可以更高效的得到CPU的處理并減少視頻及音頻文件占用的硬盤空間。壓縮也是視頻在網(wǎng)絡(luò)上傳播的關(guān)鍵,必須將文件大小壓縮至帶寬允許的程度才可以被用戶下載。
  • 除了上面提到的壓縮方法

    除了上面提到的壓縮方法,你也可以調(diào)用VB的工具M(jìn)akeCab.exe(在VB5\setupkit\kitfil32或VB98\Wizards\PDWizard目錄下)生成.cab文件。先構(gòu)造一個(gè)Directive 文件(*.ddf),然后使用Shell命令調(diào)用MakeCAB /f excel.ddf就可以生成*.cab文件。關(guān)于Directive 文件的格式,可以參考MSDN Library中的《MakeCAB: A Compression and Disk Layout Tool》一文。

    標(biāo)簽:

    上傳時(shí)間: 2015-03-23

    上傳用戶:zhengjian

  • 無(wú)損壓縮算法

    無(wú)損壓縮算法,是LDS(lossless data-Compression sources)的KIT.我發(fā)現(xiàn)很多人都想這么一份壓縮軟件的源代碼,但是他們很難找到。

    標(biāo)簽: 無(wú)損壓縮 算法

    上傳時(shí)間: 2015-05-14

    上傳用戶:zhuyibin

  • The Audio File Library provides a uniform programming interface to standard digital audio file form

    The Audio File Library provides a uniform programming interface to standard digital audio file formats. This library allows the processing of audio data to and from audio files of many common formats (currently AIFF, AIFF-C, WAVE, NeXT/Sun .snd/.au, IRCAM, AVR, Amiga IFF/8SVX, and NIST SPHERE). The library also supports Compression (currently G.711 mu-law and A-law and IMA and MS ADPCM) as well as PCM formats of all flavors (signed and unsigned integer, single- and double-precision floating point).

    標(biāo)簽: programming interface provides standard

    上傳時(shí)間: 2014-12-06

    上傳用戶:a6697238

  • DIGITAL IMAGERY is pervasive in our world today. Consequently, standards for the efficient represen

    DIGITAL IMAGERY is pervasive in our world today. Consequently, standards for the efficient representation and interchange of digital images are essential. To date, some of the most successful still image Compression standards have resulted from the ongoing work of the Joint Photographic Experts Group (JPEG). This group operates under the auspices of Joint Technical Committee 1, Subcommittee 29, Working Group 1 (JTC 1/SC 29/WG 1), a collaborative effort between the International Organization for Standardization (ISO) and International Telecommunication Union Standardization Sector (ITUT). Both the JPEG [1–3] and JPEG-LS [4–6] standards were born from the work of the JPEG committee. For the last few years, the JPEG committee has been working towards the establishment of a new standard known as JPEG 2000 (i.e., ISO/IEC 15444). The fruits of these labors are now coming to bear, as JPEG-2000 Part 1 (i.e., ISO/IEC 15444-1 [7]) has recently been approved as a new international standard.

    標(biāo)簽: Consequently efficient pervasive standards

    上傳時(shí)間: 2013-12-21

    上傳用戶:源弋弋

  • This file contains a new and improved version of the Huffman coder, (June 29. 2001). The name is Huf

    This file contains a new and improved version of the Huffman coder, (June 29. 2001). The name is Huff06.m. There are also some additional files which are helpful when using Matlab for data Compression: quantizer, different variants of run-length-encoding and end-of-block coding in Mat2Vec, and a program which do JPEG-like entropy coding. A complete Compression example is shown in TestMat2Vec.m. This file is all you need for Huffman coding in MatLab.

    標(biāo)簽: contains improved Huffman version

    上傳時(shí)間: 2015-07-05

    上傳用戶:jeffery

  • 這是06年4月剛剛完成的程序

    這是06年4月剛剛完成的程序,從opencore.org下載而來(lái)。用vhdl語(yǔ)言描寫,以及matlab仿真,testbench,以及在xinlinx上的綜合。 The MDCT core is two dimensional discrete cosine transform implementation designed for use in Compression systems like JPEG. Architecture is based on parallel distributed arithmetic with butterfly computation.

    標(biāo)簽: 程序

    上傳時(shí)間: 2013-12-16

    上傳用戶:123啊

  • Wavelets have widely been used in many signal and image processing applications. In this paper, a ne

    Wavelets have widely been used in many signal and image processing applications. In this paper, a new serial-parallel architecture for wavelet-based image Compression is introduced. It is based on a 4-tap wavelet transform, which is realised using some FIFO memory modules implementing a pixel-level pipeline architecture to compress and decompress images. The real filter calculation over 4 · 4 window blocks is done using a tree of carry save adders to ensure the high speed processing required for many applications. The details of implementing both compressor and decompressor sub-systems are given. The primarily analysis reveals that the proposed architecture, implemented using current VLSI technologies, can process a video stream in real time.

    標(biāo)簽: applications processing Wavelets widely

    上傳時(shí)間: 2014-01-22

    上傳用戶:hongmo

  • 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an

    加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests: cryptest m file - To encrypt and decrypt a string using DES-EDE in CBC mode: cryptest t - To encrypt or decrypt a file cryptest e|d input output - To share a file into shadows: cryptest s <pieces> <pieces-needed> file (make sure file has no extension, if you re running this under DOS) - To reconstruct a file from shadows: cryptest j output file1 file2 [....] - To gzip a file: cryptest z <Compression-level> input output - To gunzip a file: cryptest u input output - To run validation tests: cryptest v - To run benchmarks: cryptest b [time for each benchmark in seconds]

    標(biāo)簽: Cryptographic Primitives generate Library

    上傳時(shí)間: 2015-07-16

    上傳用戶:wqxstar

  • eBook "Multimedia Technology Fundation and Application", PDF file,re-edited on Dec 19, 2006. Conten

    eBook "Multimedia Technology Fundation and Application", PDF file,re-edited on Dec 19, 2006. Contents: MIDI, Encoding,Compression, Image Format, MPEG TV, TCP/IP, HTML, JavaScript

    標(biāo)簽: Application Multimedia Technology Fundation

    上傳時(shí)間: 2015-08-14

    上傳用戶:epson850

  • The Intel® JPEG Library provides a set of highly optimized C functions that implement JPEG compre

    The Intel® JPEG Library provides a set of highly optimized C functions that implement JPEG Compression and deCompression on Intel architecture processors

    標(biāo)簽: JPEG functions implement optimized

    上傳時(shí)間: 2015-08-17

    上傳用戶:chenjjer

主站蜘蛛池模板: 麻江县| 汉沽区| 台湾省| 津南区| 建始县| 泰兴市| 漯河市| 巨野县| 井冈山市| 巴彦县| 天长市| 察隅县| 潜山县| 双流县| 方山县| 巢湖市| 侯马市| 隆回县| 黄大仙区| 梅州市| 日喀则市| 成都市| 乐都县| 重庆市| 大姚县| 咸阳市| 城口县| 二连浩特市| 格尔木市| 南溪县| 云浮市| 清河县| 水富县| 武宁县| 曲水县| 屯留县| 兰考县| 怀集县| 柞水县| 姚安县| 合水县|