代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/295676/8146226
txt pc_svga.txt
CODE struct _PCMDATA PCMDATA[] = {
//===========================================================================================================
// PC mode Table for SVGA Panel
www.eeworm.com/read/295676/8146451
txt pc_vga.txt
CODE struct _PCMDATA PCMDATA[] = {
//===========================================================================================================
// PC mode Table for VGA Panel
www.eeworm.com/read/395694/8159603
c camif.c
/************************************************************
File Name : camif.c
Descriptions
-S3C2440 camera test routines & basic libraries
History
- July 23, 2003. Draft Version 0.0 by purn
www.eeworm.com/read/193568/8217173
c template.c
// Template.c
//用途: 提供可套用的模板,
//主要包括: 名称+"开、关" ;名称+数字+单位;
// 图标+文字; 图标+ 矩形条+单位
// 光照效果的实现
//使用: 三级界面
//界面一: 显示模拟量
//界面二: 开关量控制
//界面三: 帮助信息显示
#
www.eeworm.com/read/393376/8292607
cpp squaresdoc.cpp
// SquaresDoc.cpp : implementation of the CSquaresDoc class
//
#include "stdafx.h"
#include "MdiSquares.h"
#include "SquaresDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
st
www.eeworm.com/read/393376/8293435
cpp squaresdoc.cpp
// SquaresDoc.cpp : implementation of the CSquaresDoc class
//
#include "stdafx.h"
#include "SdiSquares.h"
#include "SquaresDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
st
www.eeworm.com/read/292493/8351770
c camif.c
/************************************************************
File Name : camif.c
Descriptions
-S3C2440 camera test routines & basic libraries
History
- July 23, 2003. Draft Version 0.0 by purn
www.eeworm.com/read/370147/9615237
cpp menu.cpp
// Menu.cpp: implementation of the CMenu class.
//
//////////////////////////////////////////////////////////////////////
#include "Menu.h"
char* CMenu::menuText[] = { "开始游戏",
"游戏说明
www.eeworm.com/read/173623/9647065
h global.h
#ifndef GLOBAL_H
#define GLOBAL_H
#include "AEEStdLib.h"
#ifndef OK
#define OK 0
#define FAIL 1
#endif
#ifndef LOGIN
#define LOGIN 1
#define HALL 2
#define GAME 3
#define FRAME 4
www.eeworm.com/read/369399/9650587
c convertcolor.c
/****************************************************************************************
* 文件名:CONVERTCOLOR.C
* 功能:颜色值转换程序。
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
**************************************