代码搜索:RGB

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

代码结果 8,819
www.eeworm.com/read/377912/9258280

m ex406.m

%******************************************************** %程序:EX406.M %功能:RGB真彩着色使用实例 %******************************************************** [x,y]=meshgrid(-1:0.2:1); %设置矩形网格 z=x.^2+sin(y*pi
www.eeworm.com/read/181048/9276139

c dc1394_bayer.c

/* * 1394-Based Digital Camera Control Library * Bayer pattern decoding functions * Copyright (C) Damien Douxchamps * * Written by Damien Douxchamps and Frederic Dever
www.eeworm.com/read/179612/9349495

h diargpxt.h

/* * * Copyright (C) 1996-2005, OFFIS * * This software and supporting documentation were developed by * * Kuratorium OFFIS e.V. * Healthcare Information and Communication Systems *
www.eeworm.com/read/177731/9435188

cpp 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
www.eeworm.com/read/373375/9459318

cpp numberanimgr.cpp

// NumberAniMgr.cpp: implementation of the CNumberAniMgr class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Menu.h" #include "dragon.
www.eeworm.com/read/176251/9510848

c dev_palm.c

/* * low-level device driver for PALM OS * * ndc: 2001-02-13 */ #include "sys.h" #include "device.h" #include "osd.h" #include "pmem.h" #include "pproc.h" #include "smbas.h" #include #de
www.eeworm.com/read/175033/9562219

spr sal.spr

* ********************************************************* * * * * 98-04-20 SAL.SPR 13:56:28
www.eeworm.com/read/174572/9581531

htm [转载]vc++7_1转移到vc++2005 需要的一些变动.htm

[转载]vc++7.1转移到vc++2005 需要的一些变动 - 海波的视界 - 歪
www.eeworm.com/read/365868/9842309

m example5_3.m

%顶点坐标为(40 , 50) , (40 , 250),(240,50)和(240,250)。 RGB=imread('flowers.tif'); imshow(RGB); RGB2=imcrop(RGB,[40,50,200,200]); figure,imshow(RGB2);
www.eeworm.com/read/167410/9969306

c v4l2.c

/* * TEST V4L2 * * bushi@mizi.com * * preview : 240x160 overlay on 240x320 16bpp LCD * * capture : 640x480 * * */ #include #include #include