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
KB_MenuData.h
Package: ST_5105DTV.rar [view]
Upload User: fy98168
Upload Date: 2015-06-26
Package Size: 13771k
Code Size: 1k
Category:
DVD
Development Platform:
C/C++
- // (C)版权2007 深圳键桥通讯技术有限公司
- //
- // 文件名称: KB_menudata.h
- //
- // 创建日期: 2007.07.24
- //
- // 创建人 : Neil
- //
- // 修改人 :
- //
- // 修改日期:
- //
- // 描 述: STB OSD模块封装菜单定义数据结构头文件
- //
- // 版 本:1.0.0
- //--------------------------------------------------------------------
- #ifndef _KB_MENUDATA_H_
- #define _KB_MENUDATA_H_
- #ifdef __cplusplus
- extern "C"
- {
- #endif
- //IFrmae数组的大小
- #define IFrmae_Logo_Data_length 41772
- //IFrmae数组
- extern unsigned char IFrmae_Logo_Data[IFrmae_Logo_Data_length];
- #ifdef __cplusplus
- }
- #endif
- #endif