代码搜索:State Machine
找到约 10,000 项符合「State Machine」的源代码
代码结果 10,000
www.eeworm.com/read/133812/14022342
class state.class
www.eeworm.com/read/133582/14034780
ico state.ico
www.eeworm.com/read/133582/14035265
bmp state.bmp
www.eeworm.com/read/202935/15369439
class state.class
www.eeworm.com/read/202935/15369478
java state.java
/**
*协议的抽象状态
*将要为每一个状态创建一个类来实现所要求的功能.
*所有状态的类必须继承这个类并提供doIt方法的实现,
*doIt方法在主类中(Sftp.class)循环执行.
*/
public abstract class State {
//实例变量
State next_state;
//在子类中实现,提供所要求的功能
abstract S
www.eeworm.com/read/200428/15433703
gif state.gif
www.eeworm.com/read/112921/15473837
h state.h
/**
* @file state.h State functions and definitions
*
* gaim
*
* Gaim is the legal property of its developers, whose names are too numerous
* to list here. Please refer to the COPYRIGHT file di
www.eeworm.com/read/112921/15473870
c state.c
/**
* @file state.c State functions and definitions
*
* gaim
*
* Gaim is the legal property of its developers, whose names are too numerous
* to list here. Please refer to the COPYRIGHT file di
www.eeworm.com/read/112705/15478660
c state.c
/*
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permi