代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/151751/12177538
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/151252/12225910
txt vfp设计跑马灯.txt
Visual FoxPro 5.0中为标题增加跑马灯背景
如今的世界,广告随处可见,到了夜晚满天都是霓虹灯制作的各式广告牌,其中最引人注目的要算那些带有跑马灯背景的广告牌,它们时而突亮、时而突灭、时而逐个点亮、时而逐个熄灭…… 能否在我们的屏幕中制作出这样的广告牌呢?按下面的步骤,可以为标题加上有四种不同效果的跑马灯背景,想知道效果如何吗,还是赶快动手去做吧!
建立一个新的表单 ...
www.eeworm.com/read/151252/12226084
txt 定制透明的立体按钮.txt
Visual FoxPro 3.0中定制透明的立体按钮
在制作多媒体软件时有时需要有透明效果的立体按钮,Visual FoxPro 3.0所提供的“不可见按钮”无法满足这一要求。我们可以利用标签(LABEL)与形状(SHAPE)的组合来完成这一设计。
进入Visual FoxPro 3.0系统环境,在命令行窗口中键入Create Form或在‘文件’菜单中选择‘新建’、‘表单’ ...
www.eeworm.com/read/339212/12251678
cpp settingdlg.cpp
// SettingDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Graphic.h"
#include "SettingDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = _
www.eeworm.com/read/339211/12251789
cpp settingdlg.cpp
// SettingDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Graphic.h"
#include "SettingDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = _
www.eeworm.com/read/150500/12289227
cpp canvasframe.cpp
// canvasFrame.cpp : implementation file
//
#include "stdafx.h"
#include "canvasr.h"
#include "canvasFrame.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =
www.eeworm.com/read/338663/12289549
c olympic.c
#include
#include
#include
#include
#include
#include
#include
#include
#define M_PI 3.14159265f
www.eeworm.com/read/337627/12355126
h def.h
/**************************************************************************************
*
* Project Name : S3C6400 Validation
*
* Copyright 2006 by Samsung Electronics, Inc.
* All rights reserve
www.eeworm.com/read/337372/12373952
css webfxapi.css
/* This style sheet is used for WebFX Api pages */
a.helpLink,
a.helpLink:hover {
color: rgb(0,66,174);
border-bottom-color:rgb(0,66,174);
}
.help-tooltip {
width: auto;
}
.help-tooltip