代码搜索:CS3

找到约 88 项符合「CS3」的源代码

代码结果 88
www.eeworm.com/read/193291/8240789

c hwaccess.c

/* * Start of Zoran Standard Header * Copyright (c) 2005 Zoran Corporation * * * All rights reserved. Proprietary and confidential. * * DESCRIPTION for hwaccess.c * Rout
www.eeworm.com/read/164980/10079721

asm text1.asm

Enable bit P2.0 RW bit P2.2 DI bit P2.3 cs1 bit P2.7 cs2 bit P2.6 cs3 bit P2.5 org 0000h Ljmp start org 0100h start: clr cs1 clr cs2 clr cs3 setb RW setb DI End
www.eeworm.com/read/14659/401152

v decode_cmb.v

module decode_cmb (addr, CS, cs1, cs2, cs3, cs4); input [7:0] addr; input CS; // Low effect output cs1, cs2, cs3, cs4; // Low effect reg cs1, cs2, cs3, cs4; parameter
www.eeworm.com/read/439389/7711343

prg clastud.prg

close data public cs2,cs3,cs4 open data test use xsb set filter to bj=cs1 count to cs2 count for xb="男" to cs3 count for xb="女" to cs4 set filter to use
www.eeworm.com/read/181810/7154418

v add18.v

/************* fulladder23 *****************/ module add18(din,WR,cs,cs2,cs3,ov,dir,clk,H_sum); input [7:0]din; input clk,WR,dir,cs2,cs3; output [9:0]H_sum; output ov; input
www.eeworm.com/read/14659/401129

v decode_cmb2.v

module decode_cmb2 (addr, CS, cs1, cs2, cs3, cs4); input [7:0] addr; // only the 2 MSB bits used input CS; // Low effect output cs1, cs2, cs3, cs4; // Low effect wire cs1,
www.eeworm.com/read/14659/401131

v decode_cmb2.v

module decode_cmb2 (addr, CS, cs1, cs2, cs3, cs4); input [7:0] addr; // only the 2 MSB bits used input CS; // Low effect output cs1, cs2, cs3, cs4; // Low effect wire cs1,