代码搜索结果
找到约 10,000 项符合
Control System 的代码
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
control.~pas
unit control;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, RzButton, StdCtrls, ComCtrls, jpeg, ExtCtrls, Spin, Buttons;
type
Tfc
control.~dfm
object fcontrol: Tfcontrol
Left = 459
Top = 230
Width = 336
Height = 329
Caption = #23545'UPS'#30452#25509#25511#21046
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Col
control.dfm
object fcontrol: Tfcontrol
Left = 503
Top = 251
Width = 336
Height = 329
Caption = #23545'UPS'#30452#25509#25511#21046
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Col
control.pas
unit control;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, RzButton, StdCtrls, ComCtrls, jpeg, ExtCtrls, Spin, Buttons;
type
Tfc
control.h
/**
* \file control.h
* \author Wei Yongming
* \date 2001/12/29
*
* This file includes interfaces of standard controls of MiniGUI.
*
\verbatim
Copyright (C) 1998-2002 W