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
上傳用戶(hù):hongmo
merge sort give a set S of n integers and another integer x, determine whether or not there exits two elements in S whose sum is exactly x.
標(biāo)簽: determine integers another integer
上傳時(shí)間: 2013-12-23
上傳用戶(hù):xmsmh
Wiley Professional Ajax By Nicholas C. Zakas, Jeremy McPeak & Joe Fawcett Professional Ajax provides a developer-level tutorial of Ajax techniques, patterns, and use cases.
標(biāo)簽: Professional C. Ajax Nicholas
上傳時(shí)間: 2013-12-12
上傳用戶(hù):bcjtao
加密算法 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
上傳用戶(hù):wqxstar
JavaTV Program source code Need to play Windows Media files and streams, mpeg4 video or DVDs in java? Access WDM capture devices? Control a firewire DVCam? Then maybe this can help you. dsj is an ongoing project to provide a java wrapper around Microsoft s DirectShow API. It offers a set of high level classes that give java easy access to functionality widely missed by java programmers and also lets you dive deeper into the interiors of Windows core api for 2D media. On the java side dsj tries to keep things open as possible - you may use it standalone or let it feed data into JMF or other APIs.
標(biāo)簽: Program Windows streams JavaTV
上傳時(shí)間: 2013-12-17
上傳用戶(hù):TF2015
Design Specification Introduction Goals and Objectives GameForge is a graphical tool used to aid in the design and creation of video games. It attempts to bring game development down to a level that any computer savvy user can understand, without requiring masterful programming ability. A user with limited Microsoft DirectX and/or Visual C++ programming knowledge will be able to construct a basic, 2-D arcade game. GameForge limits the amount of actual code written by the user, if not eliminating it completely. It will also assist experienced programmers in generating the Microsoft DirectX and Microsoft Windows9x overhead necessary for basic game construction, allowing them to concentrate on more detailed game design issues and implementation.
標(biāo)簽: Specification Introduction Objectives GameForge
上傳時(shí)間: 2013-12-27
上傳用戶(hù):wl9454
All 3G and GSM specifications have a 3GPP specification number consisting of 4 or 5 digits. (e.g. 09.02 or 29.002). The first two digits define the series as listed in the table below. They are followed by 2 further digits for the 01 to 13 series or 3 further digits for the 21 to 55 series. The term "3G" means a 3GPP system using a UTRAN radio access network the term "GSM" means a 3GPP system using a GERAN radio access network. (Thus "GSM" includes GPRS and EDGE features.)
標(biāo)簽: e.g. specifications specification consisting
上傳時(shí)間: 2015-08-11
上傳用戶(hù):yoleeson
· Develop clear, readable, well-documented and well-designed programs in the C Programming Language. · Develop software in the Unix/Linux using tools such as gcc, gdb, and make. · Locate and interpreting “man pages” applicable to application-level system programming. · Use the POSIX/Unix API to system functions to manage process and sessions as well as use signals and pipes for inter-process communication. · Understanding how synchronization might become problematic in light of concurrency. · Understand how to communicate and cooperate with a project partner.
標(biāo)簽: well-documented well-designed Programming Language
上傳時(shí)間: 2015-08-16
上傳用戶(hù):yuchunhai1990
用匯編語(yǔ)言做的一個(gè)打字游戲。運(yùn)行環(huán)境是MASN5.0。 1,用戶(hù)打開(kāi)軟件時(shí)先出現(xiàn)歡迎界面,當(dāng)用戶(hù)輸入字符’1’時(shí),再進(jìn)入打字界面 當(dāng)用戶(hù)按的是”ESC”鍵時(shí),退出打字游戲 當(dāng)用戶(hù)輸入不是數(shù)字”1”或者不是按的”ESC”鍵時(shí),屏幕不動(dòng)作,直到用戶(hù)輸入數(shù)字”1”或者按的”ESC”鍵時(shí) 2,打字字符從第二行開(kāi)始顯示(雙數(shù)行為顯示打字內(nèi)容,單數(shù)行由用戶(hù)輸入) 打字內(nèi)容:1), We will see his boat and then.We ll say goodbye to him. 2), He ll be away for two months.We are very proud of him. 3,用戶(hù)輸入的和上一行相對(duì)應(yīng)相等時(shí),表示輸入正確,否則輸入錯(cuò)誤,則顯示’#’ 當(dāng)用戶(hù)按下”ESC”鍵,退出打字程序 4,顯示用戶(hù)打字的正確性,假如錯(cuò)誤數(shù)小于10字符,顯示” Very Good!” 否則顯示” Very Bad!” 5,當(dāng)用戶(hù)輸入一次時(shí),假如用戶(hù)還想重新打字游戲,請(qǐng)按數(shù)字鍵”3”,否則按”ESC”鍵退出打字程序
上傳時(shí)間: 2015-08-17
上傳用戶(hù):dapangxie
With a worldwide community of users and more than a million dedicated programmers, Perl has proven to be the most effective language for the latest trends in computing and business. Every programmer must keep up with the latest tools and techniques. This updated version of Advanced Perl Programming from O Reilly gives you the essential knowledge of the modern Perl programmer. Whatever your current level of Perl expertise, this book will help you push your skills to the next level and become a more accomplished programmer. O Reilly s most high-level Perl tutorial to date, Advanced Perl Programming, Second Edition teaches you all the complex techniques for production-ready Perl programs. This completely updated guide clearly explains concepts such as introspection, overriding built-ins, extending Perl s object-oriented model, and testing your code for greater stability. Other topics include: Complex data structures
標(biāo)簽: programmers worldwide community dedicated
上傳時(shí)間: 2014-10-27
上傳用戶(hù):zhoujunzhen
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1