代码搜索:Control
找到约 10,000 项符合「Control」的源代码
代码结果 10,000
www.eeworm.com/read/101064/15854919
dll control.dll
www.eeworm.com/read/101064/15854938
pbl control.pbl
www.eeworm.com/read/100333/15876936
st control.st
"
control the values produced by a generator
"
Class ControlGenerator :Generator
| firstGenerator secondGenerator
currentFirst currentSecond
controlBlock computeBlock |
[
init
www.eeworm.com/read/100277/15879014
h control.h
// (C) Copyright 1996 by Anthony J. Carin. All Rights Reserved.
#ifndef CONTROL_H
#define CONTROL_H
#include "baseobj.h"
class control
{
public:
control(baseobject *ptr);
www.eeworm.com/read/100277/15879040
cpp control.cpp
// (C) Copyright 1996 by Anthony J. Carin. All Rights Reserved.
#include "stdafx.h"
#include "control.h"
#include "levels.h"
control::control(baseobject *ptr)
{
rstep = FALSE;
www.eeworm.com/read/100265/15879354
h control.h
// A control is an invisible window, probably catching keypresses
class Control : public Window
{
public:
Control(Window *_parent) : Window (_parent,0,0)
{
show(false);
};
};
www.eeworm.com/read/437111/7755146
pdf joint effect of power control, access control, and.pdf
www.eeworm.com/read/219674/14870688
udo control_unite_control_unite_test_vhd_tb.udo
-- ProjNav VHDL simulation template: control_unite_control_unite_test_vhd_tb.udo
-- You may edit this file after the line that starts with
-- '-- START' to customize your simulation
-- START user-d
www.eeworm.com/read/219674/14870844
fdo control_unite_control_unite_test_vhd_tb.fdo
## NOTE: Do not edit this file.
## Autogenerated by ProjNav (creatfdo.tcl) on Wed Dec 20 13:43:31 中国标准时间 2006
##
vlib work
vcom -93 -explicit control_unite.vhdl
vcom -93 -explicit control_unit
www.eeworm.com/read/292231/8366359
h comm_control.h
#if !defined (COMM_CONTROL_H_INCLUDED)
#define COMM_CONTROL_H_INCLUDED
// Only needed for versions prior to Visual C++ 6.0
#if _MSC_VER < 1200
//-----------------------------------------------