代码搜索结果
找到约 10,000 项符合
State Machine 的代码
state.cpp
// State.cpp: implementation of the CState class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Bashuma.h"
#include "State.h"
#ifd
state.h
// State.h: interface for the CState class.
//
//////////////////////////////////////////////////////////////////////
#define Right 1
#define Left 2
#define Up 3
#define Down 4
#if !defined(A
state.h
/* -*- c-file-style: "java"; indent-tabs-mode: nil -*-
*
* distcc -- A simple distributed compiler system
*
* Copyright (C) 2003 by Martin Pool
*
* This program is free software
state.c
/* -*- c-file-style: "java"; indent-tabs-mode: nil -*-
*
* distcc -- A simple distributed compiler system
*
* Copyright (C) 2003 by Martin Pool
*
* This program is free software