代码搜索结果
找到约 8,819 项符合
RGB 的代码
main.prg
set talk off &&关闭对话模式
set safe off
set stat off
set dele on &&不处理已删除的记录
set cent on
set date to ansi
close all
RELEASE WINDOW 常用
if mod(day(date()),2)=0
_SCREEN.backcolor=rgb(80,180
main.bak
set talk off &&关闭对话模式
set safe off
set stat off
set dele on &&不处理已删除的记录
set cent on
set date to ansi
close all
RELEASE WINDOW 常用
if mod(day(date()),2)=0
_SCREEN.backcolor=rgb(80,180
dakai.m
pa=uigetfile('','Open a File');
%菲涅耳全息图的生成与再现
clc;
%读取图像
px=imread(pa);
p1=rgb2gray(px);
figure;imshow(p1);
p1=im2double(p1);
vgasingl.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity VGAsingl is
PORT( CLK,MD:IN STD_LOGIC;HS,VS:OUT STD_LOGIC;
RGB_OUT:OUT STD_LOGIC_VECTOR(7 downto 0));
END VGAs
dmx-driver.c
#include
#include
void redchangedark(unsigned char rgb,unsigned char rate,unsigned char LD);
sbit AB = P2^0; //AB两编码开关的选通位
sbit CD = P2^
app18_5.java
// app18_5, RGB color色阶的应用
import java.awt.*;
import java.awt.event.*;
class app18_5 extends Frame implements AdjustmentListener
{
static app18_5 frm=new app18_5();
static Scrollbar sc
wingdi.h
#ifndef _WINGDI_H
#define _WINGDI_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#define WINGDIAPI
#define BI_RGB 0
#define BI_RLE8 1
#define BI_RLE4 2
#d
tft
#!/bin/bash
#
# RCSID $Id: tft,v 1.1.1.1 2002/09/05 03:13:18 ken Exp $
#
# This script is OBSOLETE -- rgb, May 6th, 1998
insmod ipsec.o
tncfg attach ipsec0 eth2
ifconfig ipsec0 10.2.0.143 up netmask
libmpeg3.h
#ifndef LIBMPEG3_H
#define LIBMPEG3_H
#ifdef __cplusplus
extern "C" {
#endif
#include "mpeg3private.h"
/* Supported color models for mpeg3_read_frame */
#define MPEG3_RGB565 2
#define MPEG3_BGR888
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