代码搜索:State Machine
找到约 10,000 项符合「State Machine」的源代码
代码结果 10,000
www.eeworm.com/read/205824/5022410
c state.c
/*
* Mesa 3-D graphics library
* Version: 6.4
*
* Copyright (C) 1999-2005 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
www.eeworm.com/read/203923/5036954
java state.java
/*
* Created on 2004-9-22
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package com.sign;
import oa.
www.eeworm.com/read/202714/5046855
java state.java
package org.kxml.io;
import org.kxml.*;
public class State {
public State prev;
public PrefixMap prefixMap;
public String namespace;
public String name;
public String tag; // f
www.eeworm.com/read/192205/5159866
cpp state.cpp
#include "StdAfx.h"
#include ".\state.h"
#include "func.h"
#include
// default constructor
CState::CState(void)
{
childNum = 0;
parent = NULL;
g = 0;
}
// copy constructor
C
www.eeworm.com/read/192205/5159867
h state.h
#pragma once
struct Position
{
int row;
int col;
};
const Position offset[4] =
{
{0, 1}, // right
{1, 0}, // down
{0, -1}, // left
{-1, 0}, // up
};
class CState
{
friend
www.eeworm.com/read/191029/5169246
java state.java
/*
* Copyright 2002-2005 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/189320/5196083
vcp state.vcp
# Microsoft eMbedded Visual Tools Project File - Name="State" - Package Owner=
# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
# ** DO NOT EDIT **
# TARGTYPE "Win32 (WC
www.eeworm.com/read/189320/5196098
bor state.bor
# Makefile for building the State exe with Borland C++ Make
NAME = State
NO_FULL_PATH=1
OBJFILES = \
$(OBJDIR)\State.$(OBJ_EXT)
LFLAGS = \
-L"." \
-j"." \
-L"
www.eeworm.com/read/189320/5196150
dsp state.dsp
# Microsoft Developer Studio Project File - Name="State" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console