代码搜索:CMOS芯片
找到约 8,079 项符合「CMOS芯片」的源代码
代码结果 8,079
www.eeworm.com/read/453583/7416750
li$ d_cmos.li$
www.eeworm.com/read/438140/7735855
vhd cmos_control.vhd
--============================================================================
-- Project : On Screen Display
-- Programmer : Byungchan Son
-- Function :
-- Language : VHDL
--===============
www.eeworm.com/read/299454/7851269
ewb cmos_osc.ewb
Electronics Workbench Circuit File
Version: 5
Charset: ANSI
Description:
"This circuit is a CMOS oscillator"
"The frequency of oscillations can be determined by the following formula:"
"Frequ
www.eeworm.com/read/299454/7852127
m99 cmos.m99
P "HC" 99 4.99 5 0 45 5000 1e+06 30 5e+07 0 1 3.5 1 4e-09 4e-09 4.5e-08 4.5e-08 -0.5 7 2.5
www.eeworm.com/read/138238/13248053
ewb cmos_osc.ewb
Electronics Workbench Circuit File
Version: 5
Charset: ANSI
Description:
"This circuit is a CMOS oscillator"
"The frequency of oscillations can be determined by the following formula:"
"Frequ
www.eeworm.com/read/138238/13248868
m99 cmos.m99
P "HC" 99 4.99 5 0 45 5000 1e+06 30 5e+07 0 1 3.5 1 4e-09 4e-09 4.5e-08 4.5e-08 -0.5 7 2.5
www.eeworm.com/read/324308/13271640
asm k-cmos.asm
comment $
K-CM擲 VIRUS for Crypt Newsletter 20
In my quest to bring the latest hi-tech computer virus
toys to you, faithful reader, I have research
www.eeworm.com/read/315669/13538566
v cmos_fifo.v
// cmos_fifo.v
//cmos_fifo_usb.
//use fpga to make a pccamera;befor usb(68013a),
///////////////////////
`timescale 1ns/100ps
module cmos_fifo_usb(
// clk,
www.eeworm.com/read/314824/13558238
c cmos_595.c
#include
#define RCLK_D BIT0 //上升沿存入
#define SCLK_D BIT1 //上升沿存入
#define SCLR_D BIT2 //为零复位
#define SER_D BIT3 //data
#define RCLK_A BIT4 //上升沿存入
#define SCLK_A BIT6 //上升
www.eeworm.com/read/301022/13870341
h cmos_read.h
////////////////////////////////////////////////////////////////////////////////
#define CMOS_READ(addr) ({ \
outb_p(addr,0x70); \
inb_p(0x71); \
})
///////////////////////////////////////