Addressbook using double-linked list. This example shows the use of a double-linked list by implementing an addressbook for the console. It has features like inserting, searching(linear), sorting(bubble sort), deleting and load/Save to a file. I wrote this during my study of Applied Computer Science so it s intended mainly for students who want to know about some advanced programming techniques in C. The Code was compiled with MSVC++ 6.0 but it should compile with any ANSI-compliant compiler.
紅外線遙控器讀碼軟件,顯示紅外線波型,讀取并保存碼
IR Remote Control Unit Code Read System
產(chǎn)品詳細(xì)描述:
能夠像顯示器一樣顯示紅外線碼的波型
可以讀多達(dá)150種格式的紅外線碼
顯示紅外線碼的時(shí)間非常準(zhǔn)確,誤差只有幾個(gè)微秒。
具有錯(cuò)誤檢測功能
保存紅外線碼功能
自動識別碼的格式
比較樣機(jī)與所寫的新軟件的遙控器碼的異同
具體情況請?jiān)L問本網(wǎng)站:http://www.crzman.com/IR_Reader.htm
Display the Infrared wave on the software like oscillograph.
Can read more than 150 kinds of infrared code format
Display the Infrared time and the tolerance no more than many us.
Have error detect function
Save Infrared code function
Auto identify code s format
Compare the code from sample and new Remote Control Unit code)
Detail instance please visit address: http://www.crzman.com/IR_Reader.htm
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.
軟件工程方法Prefactoring
Prefactoring, in essence, is the art of applying the insights gleaned from previous experience (whether yours or someone else s) when developing software to new projects. Doing so will likely Save you from making costly design changes midstream--and maybe even Save your job!
This application uses OleDb as a backhand communicator with the file to allow the user to : select, delete, insert and modify the database and then Save all the changes to the original file.