代码搜索:10 是什么?
找到约 10,000 项符合「10 是什么?」的源代码
代码结果 10,000
www.eeworm.com/read/305112/9364813
v couter10.v
module counter10(out10,enable10,clk10);
input clk10,enable10;
output out10;
reg out10;
reg [3:0] cout;
always @(posedge clk10)
if(enable10)
begin
if (cout==9)
begin
out10=1
www.eeworm.com/read/305112/9364819
bsf counter10.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/179206/9365237
c c10.c
www.eeworm.com/read/179179/9366629
lst chap10.lst
www.eeworm.com/read/375237/9367636
doc char10.doc
www.eeworm.com/read/179150/9368353
doc chap10.doc
www.eeworm.com/read/179150/9368381
doc chap10.doc
www.eeworm.com/read/375141/9371072
c ex10.c
/* ----------------------------------------------------------------------------
ex10.C
mbwall 10apr95
Copyright (c) 1995-1996 Massachusetts Institute of Technology
DESCRIPTION:
Sampl
www.eeworm.com/read/179128/9371686
c bhp10.c
www.eeworm.com/read/179125/9371869