代码搜索结果
找到约 8,819 项符合
RGB 的代码
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
colouredlightsexercise.m
figure(1)
clf
R = 1;
N = 200;
gamma = 1;
[x,y] = meshgrid(linspace(-2,2,N));
r = sqrt((x + 0.4).^2 + (y + 0.4).^2);
ind = find(r>R);
r(ind) = zeros(size(ind));
g = sqrt((x - 0.4).^2 + (y + 0.4).^2);
i
gop2.m
function [B2,B3,P4,B5,B6,P7,B8,B9,I10]=GOP(imagedata,i,dim)
%reading P4 frame
framedata=aviread(imagedata,i+3);
P4=frame2im(framedata);
P4=imresize(P4,[dim dim]);
gop.m
function [B2,B3,P4,B5,B6,P7,B8,B9,I10]=GOP(imagedata,i)
%reading P4 frame
framedata=aviread(imagedata,i+3);
P4=frame2im(framedata);
P4=imresize(P4,[128 128]);
gop.m
function [B2,B3,P4,B5,B6,P7,B8,B9,I10]=GOP(imagedata,i,dim)
%reading P4 frame
framedata=aviread(imagedata,i+3);
P4=frame2im(framedata);
P4=imresize(P4,[dim dim]);
colorb~2.cpp
// colorBtnSampleDlg.cpp : implementation file
//
#include "stdafx.h"
#include "colorBtnSample.h"
#include "colorBtnSampleDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static
form1.frm
VERSION 5.00
Begin VB.Form Form1
BackColor = &H80000008&
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 0
Clien
5-4-2.cfm.htm
在网页中使用颜色
xptextbox.bas
Attribute VB_Name = "xptextbox"
Public Enum states
Normal = 0
Disable = 1
ReadOnly = 2
End Enum
Public Function xptxt(txt As TextBox, pic As PictureBox, BackColor As ColorConstants
colorlistbox.cpp
// ColorListBox.cpp : implementation file
//
#include "stdafx.h"
#include "ami.h"
#include "ColorListBox.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = _