代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/268889/11115657
c 64k_test.c
/* Svga64k.bgi 测试文件 */
#include "graphics.h"
#include "Svga64k.h"
#include "stdio.h"
#include "stdlib.h"
#include "fcntl.h"
#include "malloc.h"
#include "io.h"
int huge Return_SVGA64K(void
www.eeworm.com/read/414031/11132997
h texttool.h
#ifndef __TEXTTOOL
#define __TEXTTOOL
#define TEXT_BOTTOM_RIGHT 0
#define TEXT_BOTTOM_CENTER 1
#define TEXT_CENTER 2
#define TEXT_USER 3
#define TC_BLACK RGB(0,0,0)
#define TC_BLUE RGB(0,0,
www.eeworm.com/read/267567/11174502
cpp mybutton.cpp
// MyButton.cpp : implementation file
//
#include "stdafx.h"
#include "DialogTest7.h"
#include "MyButton.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = _
www.eeworm.com/read/411420/11246156
cpp gamedlg.cpp
// gameDlg.cpp : implementation file
//
#include "stdafx.h"
#include "game.h"
#include "gameDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/265723/11255298
m contents.m
% 摿庩悢妛娭悢
%
% 摿庩悢妛娭悢
% airy - Airy娭悢
% besselj - 戞1庬Bessel娭悢
% bessely - 戞2庬Bessel娭悢
% besselh - 戞3庬Bessel娭悢(Hankel娭悢)
% besseli - 戞1庬廋惓Bessel娭悢
% besselk - 戞2庬廋惓Bess
www.eeworm.com/read/249631/12483905
m f11_1.m
%原始索引图像
load trees
%转换为灰度图像
I = ind2gray(X,map);
figure(1)
subplot(2,2,1);
imshow(X,map)
title('索引图像');
subplot(2,2,2);
imshow(I)
title('转换后的灰度图像');
%原始真彩图像
RGB = imread('peppers.png')
www.eeworm.com/read/335577/12514118
pas colors.pas
unit colors;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
OleCtrls, StdCtrls, AXCtrls, ChartfxLib_TLB;
type
TForm1 = class(TForm)
Cha
www.eeworm.com/read/334793/12572281
cpp gcluserview.cpp
// GCluserView.cpp : implementation of the CGCluserView class
//
#include "stdafx.h"
#include "GCluser.h"
#include "GCluserDoc.h"
#include "GCluserView.h"
#ifdef _DEBUG
#define new DEBUG_