代码搜索结果
找到约 10,000 项符合
State Machine 的代码
state_controller_test.rb
require File.dirname(__FILE__) + '/../test_helper'
require 'state_controller'
# Re-raise errors caught by the controller.
class StateController; def rescue_action(e) raise e end; end
class StateCont
rdopt_coding_state.h
/*!
***************************************************************************
* \file
* rdopt_coding_state.h
*
* \author
* Heiko Schwarz
*
* \date
* 17. April 2001
*
rdopt_coding_state.c
/*!
***************************************************************************
* \file rdopt_coding_state.c
*
* \brief
* Storing/restoring coding state for
* Rate-Distortion optim
rdopt_coding_state.h
/*
***********************************************************************
* COPYRIGHT AND WARRANTY INFORMATION
*
* Copyright 2003, Advanced Audio Video Coding Standard, Part II
*
* DISCLAIMER O
rdopt_coding_state.c
/*
***********************************************************************
* COPYRIGHT AND WARRANTY INFORMATION
*
* Copyright 2003, Advanced Audio Video Coding Standard, Part II
*
* DISCLAIMER O
c4state.java
class C4State {
private static boolean[][][] map;
private int[][] score = new int[2][winPlaces];
public static final int winPlaces = 69, maxPieces = 42, Empty = 2;
privat
propogate_state14.m
function [X,Xdot] = propogate_state14(xyz, uvw, a, pqr, Q, delrate, g, dt)
% This will compute the X dot equations for the model
% Inputs:
% xyz = [X; Y; Z]
% uvw = [u; v; w]
% a = [ax; ay; az
propogate_state11.m
function [X,Xdot] = propogate_state11(xyz, uvw, a, pqr, Q, g, dt)
% This will compute the X dot equations for the model
% Inputs:
% xyz = [X; Y; Z]
% uvw = [u; v; w]
% a = [ax; ay; az]
% pqr
r128_state.c
/* r128_state.c -- State support for r128 -*- linux-c -*-
* Created: Thu Jan 27 02:53:43 2000 by gareth@valinux.com
*
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights R
xlink2state.h
/*
* Copyright (C) 2005 Sourcefire,Inc.
*/
#ifndef __XLINK2STATE_H__
#define __XLINK2STATE_H__
/* SMTP normally runs on port 25 */
#define SMTP_DEFAULT_SERVER_PORT 25
typedef struct _XLINK2ST