代码搜索结果

找到约 129,825 项符合 Control 的代码

control.c

/* * PROJECT: ReactOS Services * LICENSE: GPL - See COPYING in the top level directory * FILE: base/system/sc/control.c * PURPOSE: Stops, pauses and resumes a service * CO

control.c

/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS library * FILE: ndis/control.c * PURPOSE: Program control routines * PROGRAMMERS: Casper S. Ho

control.c

/* Control Panel management * * Copyright 2001 Eric Pouech * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public *

control.java

package com.sxit.wap.sys; import com.sxit.wap.channel.*; import com.sxit.wap.netstat.*; import com.sxit.wap.sms.*; import java.util.*; public class control extends Thread{ public void run() {

control.csproj.filelist.txt

bin\Debug\control.dll bin\Debug\control.pdb obj\Debug\ResolveAssemblyReference.cache obj\Debug\control.dll obj\Debug\control.pdb bin\Debug\BUL.dll bin\Debug\BUL.pdb

control.csproj.filelistabsolute.txt

C:\Documents and Settings\Easy_Kill\桌面\16152408636\studentInfo\control\bin\Debug\control.dll C:\Documents and Settings\Easy_Kill\桌面\16152408636\studentInfo\control\bin\Debug\control.pdb C:\Documents

usb-control.h

/* linux/include/asm-arm/arch-s3c2410/usb-control.h * * (c) 2004 Simtec Electronics * Ben Dooks * * S3C2410 - usb port information * * This program is free software; you can

control.java

package bluetoochgame; public class Control { Connection connection; GameWorld gameworld; MyCanvas mycanvas; int selectedX,selectedY; public boolean isServer; boolean myMove; pub

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

control.java

package com.javapatterns.command.television; public class Control { /** * @directed */ private Command onCommand, offCommand, changeChannel; public Control(Command o