代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/306970/13734026
h swscale_internal.h
/*
* Copyright (C) 2001-2003 Michael Niedermayer
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms
www.eeworm.com/read/305450/13769543
m torr_cor_script.m
% By Philip Torr 2002
% copyright Microsoft Corp.
%% to test the Harris corner detector
%torr_cor_script.m
%clear all
%profile on
figure
i1 = imread('j1.bmp','bmp');
%imshow(i1)
if length(
www.eeworm.com/read/301045/13868220
h interface.h
#ifndef __INTERFACE_H__
#define __INTERFACE_H__
#include "..\51demo\function.h"
#define IF_80_8BIT 0
#define IF_68_8BIT 1
#define IF_SPI_3LINE 2
#define IF_SPI_4LINE 3
#
www.eeworm.com/read/136812/5860423
hasm flat_triangles.hasm
;
; @(#)flat_triangles.hasm 1.1 92/07/30 17:40:17
;
; Copyright (c) 1990 by Sun Microsystems, Inc.
;
#include "hasm_public.h"
;
; Draw a single triangle with a different color at each vertex
;
s
www.eeworm.com/read/486147/6543963
bak vga.v.bak
module liid(
input clk,
input rst_n,
output hsync,//行同步信号
output vsync,//场同步信号
output vga_r,
output vga_g,
output vga_b,
input cs,
input we,
input [7:0]data,
input [15:0]add
www.eeworm.com/read/485065/6572064
vhd brick.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity brick is
Port ( clk : in std_logic;
reset : in std_logic;
www.eeworm.com/read/481212/6644898
h ssd1289x16.h
/**************************************************************************************************
* SSD1289 color Graphical LCD Display Driver
* File name : SSD1289x16.h
* Programmer : j
www.eeworm.com/read/477944/6726495
c lcddrv.c
/*
* FILE: lcddrv.c
* 提供操作LCD控制器、调色板等的底层函数
*/
#include
#include "s3c24xx.h"
#include "lcddrv.h"
unsigned int fb_base_addr;
unsigned int bpp;
unsigned int xsize;
unsigned int
www.eeworm.com/read/263322/11367469
v vga_nios_ctrl.v
module VGA_NIOS_CTRL ( // Host Side
iDATA,
oDATA,
iADDR,
iWR,
iRD,
iCS,
iRST_N,
iCLK, // Host Clock
// Export Side
VGA_R,
www.eeworm.com/read/405687/11459386
c lcddrv.c
/*
* FILE: lcddrv.c
* 提供操作LCD控制器、调色板等的底层函数
*/
#include
#include "s3c24xx.h"
#include "lcddrv.h"
unsigned int fb_base_addr;
unsigned int bpp;
unsigned int xsize;
unsigned int