代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/487718/1235041
vhd 16_multiple_mux.vhd
--------------------------------------------------------------------------------
--
-- AM2901 Benchmark output_shifter
--
-- Source: AMD data book
--
-- VHDL Benchmark author Indraneel Ghosh
www.eeworm.com/read/470917/1438931
c libc_multiple_threads.c
/* Copyright (C) 2002, 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper , 2002.
The GNU C Library is free softwar
www.eeworm.com/read/463239/1538889
v multiple_reg_assign.v
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|12 Jun 2002 17:59:08 -0000
vti_extenderversion:SR|5.0.2.4330
vti_lineageid:SR|{5CF90A6B-B58B-4A29-9730-9D0D4E0281F4}
vti_cacheddtm:TX|12 Jun 2002 17
www.eeworm.com/read/463239/1538917
v multiple_reg_assign.v
module multiple_reg_assign
(data_out1, data_out2, data_a, data_b, data_c, data_d, sel, clk);
output [4: 0] data_out1, data_out2;
input [3: 0] data_a, data_b, data_c, data_d;
input
www.eeworm.com/read/456726/1602688
vhd 16_multiple_mux.vhd
--------------------------------------------------------------------------------
--
-- AM2901 Benchmark output_shifter
--
-- Source: AMD data book
--
-- VHDL Benchmark author Indraneel Ghosh
www.eeworm.com/read/250015/4443422
dirname-handles-multiple-slashes
test $(busybox dirname foo/bar///baz) = foo/bar
www.eeworm.com/read/250015/4443432
gzip-accepts-multiple-files
touch foo bar
busybox gzip foo bar
test -f foo.gz -a -f bar.gz
www.eeworm.com/read/250015/4443435
tar-extracts-multiple-files
touch foo bar
busybox tar cf foo.tar foo bar
rm foo bar
busybox tar -xf foo.tar
test -f foo
test -f bar
www.eeworm.com/read/250015/4443440
tar-archives-multiple-files
# FEATURE: CONFIG_FEATURE_TAR_CREATE
touch foo bar
busybox tar cf foo.tar foo bar
rm foo bar
tar xf foo.tar
test -f foo -a -f bar
www.eeworm.com/read/242657/4547004
bor use_multiple_sinks.bor
# Makefile for building the Use_Multiple_Sinks exe with Borland C++ Make
NAME = Use_Multiple_Sinks
NO_FULL_PATH=1
OBJFILES = \
$(OBJDIR)\Use_Multiple_Sinks.$(OBJ_EXT)
LFLAGS = \