代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/154890/5632743
cc img2raw.cc
/*
* img2raw.cc
*/
#include
#include "img2raw.hh"
#include "yuv2rgb16.hh"
#if ENABLE_MMX
#include "yuv2rgb16mmx.hh"
#include "yuv2rgb32mmx.hh"
#include "grey2rgb32mmx.hh"
#include "
www.eeworm.com/read/154890/5632903
cc img2raw.cc
/*
* img2raw.cc
*/
#include
#include "img2raw.hh"
#include "yuv2rgb16.hh"
#if ENABLE_MMX
#include "yuv2rgb16mmx.hh"
#include "yuv2rgb32mmx.hh"
#include "grey2rgb32mmx.hh"
#include "
www.eeworm.com/read/291931/8387215
h sonix.h
#ifndef SONIXUSB_H
#define SONIXUSB_H
/****************************************************************************
# sonix sn9c102 library #
# Copyright (C)
www.eeworm.com/read/390949/8432171
am makefile.am
bin_PROGRAMS = cameraShow
cameraShow_SOURCES = main.cpp rgb2yuv.c sdl_layer.cpp v4l_layer.cpp
cameraShow_LDADD = -lSDL
www.eeworm.com/read/290347/8489076
bak main.c.bak
//======================================================================
// 工程名称: TFT_Driver
// 功能描述: TFT显示驱动程序使用举例
// IDE环境: SUNPLUS S+core IDE 2.2.0(or later)
// 涉及的库: 无
// 组成文件: main.c, TFT
www.eeworm.com/read/388876/8568907
css style.css
body {
margin: 5px 5px 5px 5px;
font-family:Verdana, arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration:none;
color: rgb(0, 0, 0);
backgr
www.eeworm.com/read/188102/8571337
cpp hemicube.cpp
/*+-------------------------------------------------------------------
Ben Landon
CSCI E-235
Final Project
HemiCube.cpp - Contains the implementation of the HemiCube class,
inclu
www.eeworm.com/read/283708/8994589
cpp directface.cpp
// DirectFace.cpp: implementation of the CDirectFace class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "LastProject.h"
#include "Dire
www.eeworm.com/read/184769/9079381
c unantialiased-shapes.c
/*
* Copyright © 2005 Billy Biggs
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
* fee, provided that th
www.eeworm.com/read/181160/9272226
h mpe_graphics.h
#ifndef _MPE_GRAPHICS_
#define _MPE_GRAPHICS_
#ifdef MPE_NOMPI
typedef int MPI_Comm;
#else
#include "mpi.h"
#endif
#include
#if defined(NEEDS_STDLIB_PROTOTYPES)
#include "pr