代码搜索:combin
找到约 63 项符合「combin」的源代码
代码结果 63
www.eeworm.com/read/226567/14458649
xls combin.xls
www.eeworm.com/read/222081/14706883
class combin.class
www.eeworm.com/read/208174/15252031
xls combin.xls
www.eeworm.com/read/238752/4611179
java combin.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/377991/2693375
java combin.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/349103/10851606
v cnt-combin.v
module count_zeros(in, out, error);
input [7:0] in;
output [3:0] out;
output error;
function legal;
input [7:0] x;
reg seenZero, seenTrailing;
integer i;
begin : _legal_bloc
www.eeworm.com/read/349103/10851609
scr cnt-combin.scr
/************************************************************************/
/* Count Zeros - Combinational Version */
/************************************************************************/
/*
www.eeworm.com/read/349103/10851682
vhd cnt-combin.vhd
entity COUNT_COMB_VHDL is
port(DATA: in BIT_VECTOR(7 downto 0);
COUNT: out INTEGER range 0 to 8;
ERROR: out BOOLEAN);
end;
architecture BEHAVIOR of COUNT_COMB_VHDL is
begin
proces
www.eeworm.com/read/349103/10851684
scr cnt-combin.scr
/************************************************************************/
/* Count Zeros - Combinational Version */
/************************************************************************/
/*
www.eeworm.com/read/299063/7894971