代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/216280/15020355
h convertcolor.h
/****************************************************************************************
* 文件名:CONVERTCOLOR.H
* 功能:颜色值转换程序。(头文件)
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
*********************************
www.eeworm.com/read/216280/15020502
h convertcolor.h
/****************************************************************************************
* 文件名:CONVERTCOLOR.H
* 功能:颜色值转换程序。(头文件)
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
*********************************
www.eeworm.com/read/215895/15034857
h cm2bmp.h
#ifndef __CM2BMP_H___
#define __CM2BMP_H___
#include /* for bitmap */
#include "cmApi.h"
int cm2bmp (unsigned char *buffer_in_p, int buffer_in_len, unsigned char *buffer_out_p
www.eeworm.com/read/215895/15034867
c cmapi.c
/*
* cmAPI.c - Module for the 1670 implementation of the Camera Module
* API interface
*
* Modification History:
*
* 1.3 - Added cmRegisterIoctl() to be able to set delays after
www.eeworm.com/read/215781/15048240
cpp dataview.cpp
// DataView.cpp : implementation file
//
#include "stdafx.h"
#include "3d.h"
#include "DataView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/210804/15192087
c jccolor.c
/*
* jccolor.c
*
* Copyright (C) 1991-1996, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying READM
www.eeworm.com/read/209636/15216174
c template.c
// Template.c
//用途: 提供可套用的模板
#include"..\ucos-ii\includes.h" /* uC/OS interface */
#include "..\ucos-ii\add\osaddition.h"
#include"..\inc\osfile.h"
#include"..\inc\drv\rtc.h"
#in
www.eeworm.com/read/208472/15246786
cpp xpbutton.cpp
// XPButton.cpp : implementation file
//
#include "stdafx.h"
#include "XPButton.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//////
www.eeworm.com/read/208472/15246787
cpp awardtext.cpp
// AwardText.cpp : implementation file
//
#include "stdafx.h"
//#include " \ add additional includes here"
#include "AwardText.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stati
www.eeworm.com/read/208247/15250335
h bayer.h
extern void bayer2rgb24(unsigned char *dst, unsigned char *src, long int WIDTH, long int HEIGHT);