代码搜索:Control System
找到约 10,000 项符合「Control System」的源代码
代码结果 10,000
www.eeworm.com/read/479751/1330797
js control.js
function GetOffsetTop(objObject)
{
var objParent
intTop = objObject.offsetTop;
objParent = objObject.offsetParent;
while(null!=objParent){
intTop += objParent.offsetTop;
objParent
www.eeworm.com/read/479151/1339099
h control.h
/****************************************************************************
******* *******
******* C O N T R O L P A C K
www.eeworm.com/read/478549/1351265
h control_.h
/*---------------------------------------------------------------------------+
| control_w.h |
|
www.eeworm.com/read/477111/1364271
m control.m
function y=control(n)
a=20;
if n==0
y=a+1;
elseif n==1
y=a*(1+n);
elseif n==2
y=a+n;
else
y=a;
end
www.eeworm.com/read/476527/1368485
hif control.hif
Version 6.0 Build 178 04/27/2006 SJ Full Version
39
2097
OFF
OFF
OFF
OFF
OFF
FV_OFF
Level2
0
0
VRSM_ON
VHSM_ON
0
-- Start Partition --
-- End Partition --
-- Start Library Paths --
-
www.eeworm.com/read/476527/1368517
hif control.hif
Version 6.0 Build 178 04/27/2006 SJ Full Version
39
2097
OFF
OFF
OFF
OFF
OFF
FV_OFF
Level2
0
0
VRSM_ON
VHSM_ON
0
-- Start Partition --
-- End Partition --
-- Start Library Paths --
-
www.eeworm.com/read/476527/1369037
bsf control.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/476527/1369064
v control.v
module control(en,D,DATA,cfm,shift);
input en;
input[3:0] D;
output cfm,shift;
output[23:0] DATA;
reg[23:0] DATA;
reg cfm,shift;
integer i;
always @(negedge en)
begin
cfm=0;
if(D[3:0]