代码搜索结果
找到约 10,000 项符合
State Machine 的代码
food_machine.hif
HIF003
--
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, an
illation_machine.h
class Illation_machine;
class Formulas;
class Node{
friend class Formulas;
friend class Illation_machine;
public:
Node();
~Node(){ delete []formula;}
Node(char *str,Node *link);
priva
std_machine.dfm
object Form_std_machine: TForm_std_machine
Left = 72
Top = 57
Width = 727
Height = 586
VertScrollBar.Range = 550
BorderStyle = bsSingle
Caption = #26426#22411#26631#20934#34920
std_machine.pas
unit std_machine;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Grids, DBGrids, ExtCtrls, DB, ADODB;
type
TForm_std_mac
rp_machine_in.pas
unit rp_machine_in;
interface
uses Windows, SysUtils, Messages, Classes, Graphics, Controls,
StdCtrls, ExtCtrls, Forms, QuickRpt, QRCtrls, DB, ADODB;
type
TQRpt_machine_in = class(TQuic