Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
dct_arr.c
Package: tb_i86_wr_1019_1102. [view]
Upload User: super_houu
Upload Date: 2008-09-21
Package Size: 4099k
Code Size: 1k
Category:
DVD
Development Platform:
Others
- #include "Includesysdefs.h"
- #ifdef SUPPORT_CAPTURE_LOGO
- CONST short DCT_arr[8][8]={
- { 90, 90, 90, 90, 90, 90, 90, 90},
- {125, 106, 71, 24, -24, -71, -106, -125},
- {118, 48, -48, -118, -118, -48, 48, 118},
- {106, -24, -125, -71, 71, 125, 24, -106},
- {90, -90, -90, 90, 90, -90, -90, 90},
- {71, -125, 24, 106, -106, -24, 125, -71},
- {48, -118, 118, -48, -48, 118, -118, 48},
- {24, -71, 106, -125, 125, -106, 71, -24}
- };
- #endif