代码搜索:Control

找到约 10,000 项符合「Control」的源代码

代码结果 10,000
www.eeworm.com/read/203024/15367748

h control.h

#ifndef __CONTROL_H__ #define __CONTROL_H__ #include "..\ucos-ii\includes.h" /* uC/OS interface */ #include "..\inc\drv\figure.h" #include "..\ucos-ii\add\list.h" #define OSCtrlMemSize
www.eeworm.com/read/202658/15377251

class control.class

www.eeworm.com/read/202658/15377255

java control.java

package SimFrameWork; public abstract class Control extends Thread{ public Control(){ } public void run(){ active=true; while(active){ update(); } } public void s
www.eeworm.com/read/202270/15387266

cpp control.cpp

// Control.cpp -- IOCTL handlers for memtest driver // Copyright (C) 1999, 2000 by Walter Oney // All rights reserved #include "stddcls.h" #include "driver.h" #include "ioctls.h" VOI
www.eeworm.com/read/202270/15387293

cpp control.cpp

// Control.cpp -- IOCTL handlers for fputest driver // Copyright (C) 1999 by Walter Oney // All rights reserved #include "stddcls.h" #include "driver.h" #include "ioctls.h" // This s
www.eeworm.com/read/202270/15387307

cpp control.cpp

// Control.cpp -- IOCTL handlers for resource driver // Copyright (C) 1999, 2000 by Walter Oney // All rights reserved #include "stddcls.h" #include "driver.h" #include "ioctls.h" #incl
www.eeworm.com/read/202270/15387356

cpp control.cpp

// Control.cpp -- IOCTL handlers for fileio driver // Copyright (C) 1999 by Walter Oney // All rights reserved #include "stddcls.h" #include "driver.h" #include "ioctls.h" //////////
www.eeworm.com/read/202268/15387407

cpp control.cpp

// Control.cpp -- Pending IOCTL support for GENERIC.SYS // Copyright (C) 1999 by Walter Oney // All rights reserved #include "stddcls.h" #include "driver.h" VOID OnCancelPendingIoctl(P
www.eeworm.com/read/202266/15387461

v control.v

//name:control.v 主控模块 2006-5-1 version:1.0 作者:田世坤 // 2006-9-2 version:1.1 作者:田世坤 //波形输出主控模块: //输入:ClkIn10mhz:系统时钟(10MHz); //输出:DLedout:发光二极管,八位宽; // Enables:组使能信号 //
www.eeworm.com/read/201721/15398262

v control.v

module control(std_f_sel,reset,clk,clear,cntover,cntlow); output[1:0] std_f_sel; output reset; input clk,clear,cntover,cntlow; reg[1:0] std_f_sel; reg reset; reg[5:0] present,next; parameter st