代码搜索:proc
找到约 10,000 项符合「proc」的源代码
代码结果 10,000
www.eeworm.com/read/349103/10851707
v proc3.v
module BUS_ARBITRATOR1( REQA, REQB, TIMEUP, CLK, reset,
ACKA, ACKB, TIMESTART , in1,in2,out1 );
input REQA, REQB, TIMEUP, CLK, reset;
output ACKA, ACKB, TIMESTART;
input in1,in
www.eeworm.com/read/349103/10851711
vhd proc3.vhd
entity BUS_ARBITRATOR1 is
port( REQA,REQB,TIMEUP: in BOOLEAN;
CLK: in BIT;
in1, in2 : in BIT;
reset : BOOLEAN;
out1 : out BIT;
ACK
www.eeworm.com/read/349103/10851713
v proc2.v
module BUS_ARBITRATOR( REQA, REQB, TIMEUP, CLK, reset,
ACKA, ACKB, TIMESTART );
input REQA, REQB, TIMEUP, CLK, reset;
output ACKA, ACKB, TIMESTART;
/* Define states and encodi
www.eeworm.com/read/349103/10851714
db proc2.db
www.eeworm.com/read/349103/10851715
vhd proc2.vhd
entity BUS_ARBITRATOR is
port( REQA,REQB,TIMEUP: in BOOLEAN;
CLK: in BIT;
reset : BOOLEAN;
ACKA, ACKB, TIMESTART: out BIT );
end;
www.eeworm.com/read/349103/10851716
db proc3.db
www.eeworm.com/read/271760/10982300
m plot_proc.m
%plot_proc is used to change properties of a user selected curves
%
% plot_proc(nTask,arg1,arg2)
%where
% nTask -- curve manipulation code
% 1 display dialog box for preference
%
www.eeworm.com/read/271760/10982342
m legd_proc.m
%legd_proc processing legends on a graphics window.
%
% i_Legends=legd_proc(nTask,arg1)
%where
% nTask -- the code for legend processing. Details can be found in the comments
%
www.eeworm.com/read/271760/10982356
m proc_model.m
%proc_model manipulates system models. The syntax of the function is
%
% W_Sys=proc_model(nTask,g_model,key,arg1,arg2,arg3)
%where
% nTask -- the task code for model processing, details of
www.eeworm.com/read/271760/10982376
m matx_proc.m
%matx_proc is a group of functions which can be used either as an individual
%program for matrix processing or used as part of CtrlLAB.
%
% [ret1,ret2,ret3]=matx_proc(A,arg1,arg2)
%where
% A