代码搜索:COUNTA

找到约 165 项符合「COUNTA」的源代码

代码结果 165
www.eeworm.com/read/149955/12329410

asm counta.asm

DATA SEGMENT BUFF DB 50 DB 0 DB 50 DUP(?) SHOW1 DB 'Input A String: $' SHOW2 DB 'The Sum of Character A is: $' SUMA DB 0,0 DATA ENDS ;--------------------------
www.eeworm.com/read/226567/14458486

xls counta.xls

www.eeworm.com/read/222081/14707114

class counta.class

www.eeworm.com/read/208174/15251915

xls counta.xls

www.eeworm.com/read/238752/4611246

java counta.java

/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyrig
www.eeworm.com/read/393229/2487128

java counta.java

/* ==================================================================== Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file di
www.eeworm.com/read/377991/2693442

java counta.java

/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyrig
www.eeworm.com/read/460207/7255751

v counta3d5.v

module counta3d5(rst,clk,up,dn,din,dout,par,carry,borrow); input rst,clk,up,dn; input[7:0]din; output[7:0]dout; output par,carry,borrow; reg [7:0]dout;
www.eeworm.com/read/9694/175960

v counta3d5.v

module counta3d5(rst,clk,up,dn,din,dout,par,carry,borrow); input rst,clk,up,dn; input[7:0]din; output[7:0]dout; output par,carry,borrow; reg [7:0]dout;
www.eeworm.com/read/460207/7255732

v counta3d5_tb.v

module counta3d5_tb; reg rst,clk,up,dn; reg [7:0]din; wire[7:0]dout; wire par,carry,borrow; initial din=8'b11010011; always #1 clk=~clk; initial begin clk=0;