代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/268169/11150396
h hsi.h
/**$6
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
www.eeworm.com/read/267261/11188196
mtl al.mtl
#
# al.mtl
#
newmtl shoe1L
Ka 0.2 0.2 0.2
Kd 0.1 0.1 0.1
newmtl shoe2L
Ka 0.2 0.2 0.2
Kd 1 1 1
newmtl shoe3L
Ka 0.2 0.2 0.2
Kd 0.3 0.2 0.1
newmtl shoe4L
Ka 0.2 0.2 0.2
Kd 0.2 0.2 0.2
newmtl lowl
www.eeworm.com/read/266264/11234041
cpp lcd_test.cpp
// LCD_TEST.cpp : implementation file
//
#include "stdafx.h"
#include "LCD.h"
#include "LCD_TEST.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/249868/12465401
m 13-12.m
RGB = imread('flowers.tif');
subplot(221),imshow(RGB)
title('原始真彩色图像')
subplot(222),imshow(RGB(:,:,1))
title('真彩色图像红色分量')
subplot(223),imshow(RGB(:,:,2))
title('真彩色图像绿色分量')
subplot(224),imshow(
www.eeworm.com/read/249226/12516660
asm skl_cvrt_ops_a.asm
;/********************************************************
; * Some code. Copyright (C) 2003 by Pascal Massimino. *
; * All Rights Reserved. (http://skal.planet-d.net) *
; * For Educatio
www.eeworm.com/read/249071/12523227
c graphw.c
// Graph1 ---- Graph6
// 练习模块——图形功能
#include
#include "math.h"
#define PI 3.14159265
void Graph1(HWND hWnd)
{
HDC hDC;
COLORREF clrref;
int i,j,x,y
www.eeworm.com/read/335434/12524032
cpp v4l.cpp
///////////////////////////////////////////////////////
// FileName: v41.cpp (modified from v4l.c by b1gm0use)
// Author: Unknown
// Project: myvideo
#include
#include
#include
www.eeworm.com/read/334943/12560684
m 13-12.m
RGB = imread('flowers.tif');
subplot(221),imshow(RGB)
title('原始真彩色图像')
subplot(222),imshow(RGB(:,:,1))
title('真彩色图像红色分量')
subplot(223),imshow(RGB(:,:,2))
title('真彩色图像绿色分量')
subplot(224),imshow(
www.eeworm.com/read/334648/12583321
h convert.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/334338/12609500
cpp publicclass.cpp
// PublicClass.cpp: implementation of the CPublicClass class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "PublicClass.h"
#ifdef _DE