代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/121010/14775597
c draw.c
#include "dream.h"
#define PI 3.14159265358979;
void clear_screen(int rgb)
{
int i;
for (i=0; i< vram_size + 640; i++)
vram_s[i] = rgb;
}
void put_pixel(int x, int y, int rgb)
{
vram_s[y*640+x]
www.eeworm.com/read/221004/14780280
h hsi.h
/**$6
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
www.eeworm.com/read/120960/14781153
cpp coloredit.cpp
// ColorEdit.cpp : 实现文件
//
#include "stdafx.h"
#include "SimpleCPU.h"
#include "ColorEdit.h"
#include ".\coloredit.h"
// CColorEdit
IMPLEMENT_DYNAMIC(CColorEdit, CEdit)
CColorEdit::CCo
www.eeworm.com/read/120960/14781155
cpp colorstatic.cpp
// ColorStatic.cpp : 实现文件
//
#include "stdafx.h"
#include "SimpleCPU.h"
#include "ColorStatic.h"
// CColorStatic
IMPLEMENT_DYNAMIC(CColorStatic, CStatic)
CColorStatic::CColorStatic()
{
www.eeworm.com/read/120203/14811069
c dither2.c
/*--------------------------------------------------------*/
/* File: LISTING2.C By: Marv Luse, Autumn Hill Software */
/* */
/* Desc: Progr
www.eeworm.com/read/119154/14838199
upp ras3.upp
-supModel="SUN rasterfile, 3 Bit, 7 Colors (RGB-Ghostscript)"
-sDEVICE=uniprint
-dNOPAUSE
-dSAFER
-dupColorModel=/DeviceRGB
-dupRendering=/ErrorDiffusion
-dupOutputFormat=/SunRaster
-dupCompone
www.eeworm.com/read/218361/14925607
m showmask.m
function RGB=showmask(V,M,display_flag);
% showmask(V,M);
%
% M is a nonneg. mask
% Jianbo Shi, 1997
V=V-min(V(:));
V=V/max(V(:));
V=.25+0.75*V; %brighten things up a bit
M=M-min(M(:));
M=M/max(M(:)
www.eeworm.com/read/217489/14960219
c uc1682.c
#include
#include
sbit RAMCS=P3^0; //ram cs=0 u3,cs=1 u4
sbit CS0=P3^1; //chip select, low active
sbit RS=P3^2; //command is low or data is high
sbit WR0=P3^3;
www.eeworm.com/read/116456/14969466
cpp lifedlg.cpp
// lifeDlg.cpp : implementation file
#include "stdafx.h"
#include "life.h"
#include "lifeDlg.h"
#include "HelpDialog.h"
#include "math.h"
#include "resource.h"
#include
#ifdef _
www.eeworm.com/read/216670/14998215
c v4l.c
/*
* v4l.c
*
* Copyright (C) 2001 Rasca, Berlin
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
*