代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/244097/12888454
h imgconvert_template.h
/*
* Templates for image convertion routines
* Copyright (c) 2001, 2002, 2003 Fabrice Bellard.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the
www.eeworm.com/read/329086/12980798
cpp xnamedcolors.cpp
// XNamedColors.cpp Version 1.1
//
// Author: Hans Dietrich
// hdietrich2@hotmail.com
//
// This software is released into the public domain. You are free to use it
// in any way you
www.eeworm.com/read/141772/12985535
cpp xpbutton.cpp
// XPButton.cpp : implementation file
//
#include "stdafx.h"
#include "XPButton.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//////
www.eeworm.com/read/328693/13007609
cpp biographdlg.cpp
// BioGraphDlg.cpp : implementation file
//
#include "stdafx.h"
#include "BioGraph.h"
#include "BioGraphDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[]
www.eeworm.com/read/141002/13048637
asm pass.asm
include macro.lib
extrn printf:far,printf1:far,printf2:far,box:far,clearscreen_rw:far,putchar:far
extrn fill:far,putimmage:far,getimmage:far,vertical:far
extrn showbmp:far,draw_jiao:far
extrn
www.eeworm.com/read/241400/13146987
c jccolor.c
////////////////////////////////////////////////////////////////////////
//
// Note : this file is included as part of the Smaller Animals Software
// JpegFile package. Though this file has not bee
www.eeworm.com/read/241400/13147121
cpp dl1quant.cpp
//
// This has been modified from Dennis Lee's original version
//
/*
* DL1 Quantization
* ================
*
* File: dl1quant.c
* Author: Dennis Lee E-mail: denlee@ecf.utoronto.ca
www.eeworm.com/read/139048/13191323
cpp xpbutton.cpp
// XPButton.cpp : implementation file
//
#include "stdafx.h"
#include "XPButton.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//////
www.eeworm.com/read/240774/13198650
h convertcolor.h
/****************************************************************************************
* 文 件 名:CONVERTCOLOR.H
* 功 能:颜色值转换程序。(头文件)
*************************************************************
www.eeworm.com/read/240538/13214737
m 8-13.m
rgb=imread('lily.tif');
imshow(rgb);
title('原始图像');
[X_no_dither,map]=rgb2ind(rgb,8,'nodither');
[X_dither,map]=rgb2ind(rgb,8,'dither');
figure, imshow(X_no_dither,map);
title('没有抖动的变换图像');
fi