代码搜索结果
找到约 129,825 项符合
Control 的代码
control.java
package SimFrameWork;
public abstract class Control extends Thread{
public Control(){
}
public void run(){
active=true;
while(active){
update();
}
}
public void s
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.cpp
// control.cpp : implementation file
//
#include "stdafx.h"
#include "display.h"
#include "control.h"
#include "ezusbsys.h"
#include "winioctl.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#un
flow-control-hints
From katzlbt@vuse.vanderbilt.edu mentions:
I was working with software flow control (at 38400 baud) so the output
to /dev/cufa resulted in a deadlock. If the modem does not dial but
shows TR, check
control.cpp
// ============================================================================
// Control implementation
//
// (c) 2003 Ken Reed
//
// This is free software. You can redistribute it and/or modif
control.h
// This file needs -*- c++ -*- mode
// ============================================================================
// Control Interface
//
// This is just a facade to hide the Windows API functio
control.c
/* ode-initval/control.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU G
control.st
"
control the values produced by a generator
"
Class ControlGenerator :Generator
| firstGenerator secondGenerator
currentFirst currentSecond
controlBlock computeBlock |
[
init
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);
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;