代码搜索结果

找到约 8,819 项符合 RGB 的代码

net.config.in

RCSID $Id: net.Config.in,v 1.2 1999/09/17 17:54:45 rgb Exp $ --- ./net/Config.in.preipsec Thu Feb 25 13:46:47 1999 +++ ./net/Config.in Sat Aug 28 02:24:59 1999 @@ -63,4 +63,8 @@ endmenu fi fi +

net.makefile

RCSID $Id: net.Makefile,v 1.4 2000/06/30 20:00:14 rgb Exp $ --- ./net/Makefile.preipsec Tue Jun 20 17:32:27 2000 +++ ./net/Makefile Fri Jun 30 14:44:38 2000 @@ -195,6 +195,16 @@ endif endif +ife

spi.5

.TH IPSEC_SPI 5 "26 Jun 2000" .\" .\" RCSID $Id: spi.5,v 1.7 2000/11/30 16:47:28 rgb Exp $ .\" .SH NAME ipsec_spi \- list IPSEC Security Associations .SH SYNOPSIS .B ipsec .B spi .PP .B cat .B /proc/n

pf_key.5

.TH IPSEC_PF_KEY 5 "29 Jun 2000" .\" .\" RCSID $Id: pf_key.5,v 1.3 2001/01/23 23:51:49 rgb Exp $ .\" .SH NAME ipsec_pf_key \- lists PF_KEY sockets registered with KLIPS .SH SYNOPSIS .B cat .B /proc/ne

tft

#!/bin/bash # # RCSID $Id: tft,v 1.4 2002/04/24 07:36:18 mcr Exp $ # # This script is OBSOLETE -- rgb, May 6th, 1998 insmod ipsec.o tncfg attach ipsec0 eth2 ifconfig ipsec0 10.2.0.143 up netmask 255.

ttn

#!/bin/bash # # RCSID $Id: ttn,v 1.4 2002/04/24 07:36:18 mcr Exp $ # # This script is OBSOLETE -- rgb, May 6th, 1998 set +v insmod ipsec.o tncfg attach ipsec0 eth2 ifconfig ipsec0 10.2.0.143 up netmas

default.css.bak

P { FONT-SIZE: 12px; FONT-FAMILY: 宋体 } DIV { FONT-SIZE: 9pt; FONT-FAMILY: 宋体 } BODY { MARGIN-TOP: 1px; SCROLLBAR-FACE-COLOR: rgb(203,213,223); FONT-SIZE: 12px

default.css

P { FONT-SIZE: 12px; FONT-FAMILY: 宋体 } DIV { FONT-SIZE: 9pt; FONT-FAMILY: 宋体 } BODY { MARGIN-TOP: 1px; SCROLLBAR-FACE-COLOR: rgb(203,213,223); FONT-SIZE: 12px

zhifangtujunhenghua.m

clc clear all %一,图像的预处理,读入彩色图像将其灰度化 PS=imread('ppmm2.bmp'); %读入BMP彩色图像文件 imshow(PS) %显示出来 title('输入的彩色BMP图像') imwrite(rgb2gray(PS),'PicSampleG

face_test_luminance.m

Ori_Face=imread('C:\Program Files\MATLAB704\work\FYP\sub6.1.jpg');Image=imread('2lige.JPG') copy=Ori_Face; Chrom=rgb2ycbcr(copy); for i=1:size(Chrom,1)%Read row pixels for j=1:size(Chrom,2