代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/133469/14042147
m figure6.m
RGB=imread('spine.tif');
figure('Position',...
[100 100 size(RGB,2) size(RGB,1)]);
image(RGB);
set(gca,'Position',[0 0 1 1])
www.eeworm.com/read/235696/14055897
cpp splitterwnd.cpp
// SplitterWnd.cpp : implementation file
//
#include "stdafx.h"
#include "Chapter16.h"
#include "SplitterWnd.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE
www.eeworm.com/read/132663/14081664
c demo4_7d.c
1 #include "demo4_7.h"
2 #include
3
4
5 void FAR PASCAL LineDDAProc(short, short, LPSTR);
6
7 COLORREF ColorStyle[3][16] =
8 { { RGB(255,255,255), RGB(255, 0,
www.eeworm.com/read/132488/14088119
prg jh3.prg
**************************************************
*-- 类: jh3 (e:\yh\user.vcx)
*-- 父类: form
*-- 基类: form
*
DEFINE CLASS jh3 AS form
Height = 340
Width = 679
DoCreate = .T.
www.eeworm.com/read/132488/14088234
prg gz1.prg
**************************************************
*-- 类: gz1 (e:\gz\user.vcx)
*-- 父类: form
*-- 基类: form
*
DEFINE CLASS gz1 AS form
Top = 17
Left = 47
Height = 423
Width
www.eeworm.com/read/204943/15331096
frm formfind.frm
VERSION 5.00
Object = "{CFA7AFF4-3242-4269-9172-7389D695AE01}#1.0#0"; "StoneXP.ocx"
Object = "{DAAC6951-59A4-4C08-9D6E-FE3919B64861}#1.0#0"; "FlexCell.ocx"
Begin VB.Form formfind
Caption
www.eeworm.com/read/201535/15402376
cpp tsqczview.cpp
// TsqCzView.cpp : implementation file
//
#include "stdafx.h"
#include "Tsq.h"
#include "TsqCzView.h"
#include "TsqDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char
www.eeworm.com/read/201535/15402387
cpp tsqview.cpp
// TsqView.cpp : implementation of the CTsqView class
//
#include "stdafx.h"
#include "Tsq.h"
#include "TsqDoc.h"
#include "TsqView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FIL
www.eeworm.com/read/113654/15451966
java colorset.java
/***********************************************************************************
* 类名: ColorSet
*