代码搜索:State Machine
找到约 10,000 项符合「State Machine」的源代码
代码结果 10,000
www.eeworm.com/read/324920/3495775
h ipt_state.h
#ifndef _IPT_STATE_H
#define _IPT_STATE_H
/* Backwards compatibility for old userspace */
#include
#define IPT_STATE_BIT XT_STATE_BIT
#define IPT_STATE_INVALID XT_STAT
www.eeworm.com/read/324920/3495893
h xt_state.h
#ifndef _XT_STATE_H
#define _XT_STATE_H
#define XT_STATE_BIT(ctinfo) (1
www.eeworm.com/read/323368/3516873
h ipt_state.h
#ifndef _IPT_STATE_H
#define _IPT_STATE_H
#define IPT_STATE_BIT(ctinfo) (1
www.eeworm.com/read/321483/3534320
cgi save_state.cgi
#!/usr/local/bin/perl
use CGI;
$query = new CGI;
print $query->header;
print $query->start_html("Save and Restore Example");
print "Save and Restore Example\n";
# Here's where we take acti
www.eeworm.com/read/320652/3545993
h thread_state.h
/* Mach thread state definitions for machine-independent code. PowerPC version
Copyright (C) 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is
www.eeworm.com/read/320652/3545999
h thread_state.h
/* Mach thread state definitions for machine-independent code. Alpha version.
Copyright (C) 1994, 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Libra
www.eeworm.com/read/320652/3546284
h thread_state.h
/* Mach thread state definitions for machine-independent code. i386 version.
Copyright (C) 1994, 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Librar
www.eeworm.com/read/319795/3551753
rb state_test.rb
require File.dirname(__FILE__) + '/../test_helper'
class StateTest < Test::Unit::TestCase
fixtures :states
# Replace this with your real tests.
def test_truth
assert_kind_of State, states(
www.eeworm.com/read/319795/3551757
rb state_controller.rb
class StateController < ApplicationController
before_filter :set_charset
def set_charset
@headers["Content-Type"] = "text/html; charset=GB2312"
end
scaffold :state
end