代码搜索结果

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

clcd.c

#include #include "..\inc\44b.h" #include "..\inc\44blib.h" #include "..\inc\clcd.h" #include "..\inc\def.h" void Lcd_PutPixel(int x,int y,U8 rgb); void DrawLine(void); unsigned

mycpp.cpp

#include "windows.h" #include "gl/gl.h" #include "gl/glu.h" #include "gl/glaux.h" #include "conio.h" #include "math.h" void main(void) { //窗口显示单缓存和RGB模式 auxInitDisplayMode(AUX_SINGLE|AUX_

makefile

ROOT=.. include ../Make.config LIB=libdraw.a OFILES=\ alloc.$O\ arith.$O\ bytesperline.$O\ chan.$O\ defont.$O\ drawrepl.$O\ icossin.$O\ icossin2.$O\ rectclip.$O\ rgb.$O default: $(LIB) $(L

clcd.c

#include #include "..\inc\44b.h" #include "..\inc\44blib.h" #include "..\inc\clcd.h" #include "..\inc\def.h" void Lcd_PutPixel(int x,int y,U8 rgb); void DrawLine(void); unsigned

clcd.c

#include #include "..\inc\44b.h" #include "..\inc\44blib.h" #include "..\inc\clcd.h" #include "..\inc\def.h" void Lcd_PutPixel(int x,int y,U8 rgb); void DrawLine(void); unsigned

joey.green.css.svn-base

html { background-color:rgb(15,14,16); } *{ margin:0; padding:0; } body{ max-width: 933px; font-family: sans-serif; padding:10px; color:white; font-size: 76%; } #topbanner { padding-top:85px

wingdi.h

#ifndef _WINGDI_H #define _WINGDI_H #ifdef __cplusplus extern "C" { #endif #define WINGDIAPI #define BI_RGB 0 #define BI_RLE8 1 #define BI_RLE4 2 #define BI_BITFIELDS 3 #define LF_FACESIZE 32 #define

clcd.h

#ifndef __CLCD_H__ #define __CLCD_H__ #include "..\inc\def.h" #define RED 0 #define GREEN 1 #define BLUE 2 #define NOCOLOR 3 void Lcd_PutPixel(int x,int y,U8 rgb); void LCDIni(void); void Dr

clcd.h

#ifndef __CLCD_H__ #define __CLCD_H__ #include "..\inc\def.h" #define RED 0 #define GREEN 1 #define BLUE 2 #define NOCOLOR 3 void Lcd_PutPixel(int x,int y,U8 rgb); void LCDIni(void); void Dr

main.asv

I = imread('12.jpg'); [Inr,Inc,nb] = size(I); if (nb>1), I =double(rgb2gray(I)); else I = double(I); end figure(1);clf bw = edge(SegLabel,0.01); J1=showmask(I,imdilate(bw,ones(2,2))); images