代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/286928/8737245
cpp colorbutton.cpp
// ColorButton.cpp : implementation file
//
#include "stdafx.h"
#include "ColorButton.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
www.eeworm.com/read/386485/8741251
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
*
www.eeworm.com/read/386481/8743224
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
*
www.eeworm.com/read/429558/8802978
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/187367/8829960
css webfxapi.css
/* This style sheet is used for WebFX Api pages */
a.helpLink,
a.helpLink:hover {
color: rgb(0,66,174);
border-bottom-color:rgb(0,66,174);
}
.help-tooltip {
width: auto;
}
.help-tooltip
www.eeworm.com/read/428887/8831033
css lib.css
/* 13dec07abu
* (c) Software Lab. Alexander Burger
*/
/* Lib */
.left {float: left;}
.right {float: right;}
.clr {clear: both;}
.norm {text-align: left;}
.align {text-align: right;}
.black {color:
www.eeworm.com/read/384512/8866134
m som_colorcode.m
function colors=som_colorcode(m, colorcode, scaling)
%SOM_COLORCODE Calculates a heuristic color coding for the SOM grid
%
% colors = som_colorcode(m, colorcode, scaling)
%
% Input and output argum
www.eeworm.com/read/285058/8872850
h libmsdos.h
/* Copyright 2001, ESS Technology, Inc.
/* SCCSID @(#)libmsdos.h 1.5 05/01/02 */
/* Based on libmsdos.h 1.6 12/05/01 */
/*
* $Log$
*/
/** EMULib Emulation Library ***************************
www.eeworm.com/read/383982/8908201
cpp mytest2.cpp
#include
LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,LPARAM);
int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInst,LPSTR lpszCmdLine,int nCmdShow)
{
HWND hwnd;
MSG Msg;
WND