-
-
-
[
VHDL]
djpeg.rar
Realize jpeg image decoding capabilities. Code design: 1, Reconstruct the Huffman/RLE stream to a sequence2, Arrange the sequence to a matrix using the zigzag scanning backwards3, Multiply the matrix by quantization table
-
-
[
Java/JSP]
Huffman.zip
... according to the number of times each symbol appears in the data stream: 1) Create an array of N nodes , representing N possible symbols ( ... to the number of times that its symbol appears in the data stream.3) Create a Minimum-Heap of N nodes.4) Add every ...
Category:
3D Graphic Upload User:
leshiyun Size:
17K
-
-
-
[
C/C++]
1394Cameradriver.rar
a sample WDM stream class video capture driver that supports two IEEE 1394 digital cameras.The same driver may be ... Streaming Capture Device and as a capture filter that has output capture stream supporting image sizes of 320x240 with a UYVY color space. ...
-
[
ASP/ASPX(.net)]
IP.rar
Dim Country, LocalStr, Buf, OffSet
Private StartIP, EndIP, CountryFlag
Public QQWryFile
Public FirstStartIP, LastStartIP, RecordCount
Private Stream, EndIPO
-
-
[
Others]
HowToLex.rar
Lex helps write programs whose control flow is directed by instances of regular
expressions in the input stream. It is well suited for editor-script type transformations
and for segmenting input in preparation for a parsing routine.