代码搜索:RAM
找到约 10,000 项符合「RAM」的源代码
代码结果 10,000
www.eeworm.com/read/185380/9041047
h ram.h
;IMPORTANT!!!!!!!!!!!!
;This is a BETA version of Firmware that has not been
;fully tested. PLEASE keep this in mind and use this
;firmware as REFERENCE.
;========================================
www.eeworm.com/read/282865/9055513
vhd ram.vhd
-- Behavioral description of dual-port SRAM with :
-- Active High write enable (WE)
-- Active High read enable (RE)
-- Rising clock edge (Clock)
library ieee;
use ieee.std_logic_1164.all;
use IE
www.eeworm.com/read/282550/9083960
jpg ram.jpg
www.eeworm.com/read/184671/9086656
vhd ram.vhd
-------------------------------------------------------------------------------
-- Title : ram.vhd
-- Project :
-------------------------------------------------------------------------------
www.eeworm.com/read/381421/9093462
obj ram.obj
www.eeworm.com/read/381421/9093487
c ram.c
#include "RAM.H"
#include "OSD.H"
idata bit NonFullScreen;
idata unsigned short Timer1;
idata unsigned short Timer2; /*OSD 菜单显示时间计时=用户设置时间*100 ,信号原提示OSD 时间设置为3 秒*/
idata unsigned short H_SYNC;
www.eeworm.com/read/381421/9093491
h ram.h
#ifndef _RAM_H_
#define _RAM_H_
extern idata bit NonFullScreen;
extern idata unsigned short Timer1;
extern idata unsigned short Timer2;
extern idata unsigned short H_SYNC;
extern idata unsig
www.eeworm.com/read/381421/9093618
i ram.i
#line 1 "SRC\RAM.C" /0
#line 1 "SRC\RAM.H" /0
extern idata bit NonFullScreen;
extern idata unsigned short Timer1;
extern idata unsigned short Timer2;
extern idata unsigned short H_SYNC
www.eeworm.com/read/381421/9093659
lst ram.lst
C51 COMPILER V7.20 RAM 09/14/2004 12:21:09 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE RAM
OBJECT MODULE PLACED IN .\B
www.eeworm.com/read/381043/9113936
vhd ram.vhd
-- Behavioral description of dual-port SRAM with :
-- Active High write enable (WE)
-- Active High read enable (RE)
-- Rising clock edge (Clock)
library ieee;
use ieee.std_logic_1164.all;
use IE