代码搜索:RGB

找到约 8,819 项符合「RGB」的源代码

代码结果 8,819
www.eeworm.com/read/455896/7362040

h display.h

/***************************************************************************/ /*
www.eeworm.com/read/455896/7362085

h display.h

/***************************************************************************/ /*
www.eeworm.com/read/453590/7416635

h convertcolor.h

/**************************************************************************************** * 文件名:CONVERTCOLOR.H * 功能:颜色值转换程序。(头文件) * 作者:黄绍斌 * 日期:2004.02.26 * 备注: *********************************
www.eeworm.com/read/452742/7433637

cpp xpbutton.cpp

// QiuXpButton.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/450766/7476927

c image_process.c

#include "init.h" #include"video_in.h" #define HEIGHT 480 #define WIDTH 720 void row2rgb24() { int x,y; unsigned char * raw_data=(unsigned char *)(FRAMEBUFFERA); unsigned char * rg
www.eeworm.com/read/450668/7478548

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/449151/7517498

c convert.c

#include "ds.h" void RGB_To_YUV(unsigned char *yuvBuff, unsigned char *rgbBuff, int width, int height) { int i, j, total, width3; width3 = 3 * width; total = width3 * height; for(i=0
www.eeworm.com/read/447318/7554404

cpp xpbutton.cpp

// XPButton.cpp : implementation file //Modified by WZH. 2003-4-21 22:03:00 #include "stdafx.h" #include "XPButton.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_F
www.eeworm.com/read/446957/7562473

cpp xpbutton.cpp

// QiuXpButton.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/446190/7584016

h rgbcolor.h

///////////////////////////////////////////////////////////////////////////// // Copyright (C) 2000 by Michel Wassink // All rights reserved // // This is free software. // You may redistribute i