代码搜索结果
找到约 10,000 项符合
State Machine 的代码
state.h
#ifndef STATE_H
#define STATE_H
#include
#include
using namespace std;
/**
* The state class.
**/
class State
{
protected:
vector m_vars;
struct timeval tim
state.c
/*
* Copyright (c) 1989 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provid
state.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith.all;
entity state is
port(come:in std_logic;
re:in std_logic;
go:out std_logic
);
state.c
/*
*/
/*
*/
class TCPOctetStream;
class TCPState;
class TCPConnection {
public:
TCPConnection();
/*
*/
void ActiveOpen();
void PassiveOpen();
void Close();
/*
*/
void Send();
state.lst
C51 COMPILER V7.20 STATE 08/19/2007 15:13:46 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE STATE
OBJECT MODULE PLACED IN s
state.c
#include
#include
#define uchar unsigned char
extern void delay0(uchar);
sbit key3=P1^4;
sbit key4=P1^5;
state(){
uchar i;
if(!key4){
delay0(20);
if(!key4
state.lst
C51 COMPILER V7.20 STATE 08/21/2007 08:38:59 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE STATE
OBJECT MODULE PLACED IN s