代码搜索结果
找到约 10,000 项符合
State Machine 的代码
state.java
package org.jahia.content;
/**
* This class represents the current state of a content object. To be used in
* the new workflow system.
* @todo this is still a very abstract class, to be completed
state.java
package org.jgpd.io.jbpm.definition;
public interface State extends Node {
Integer[] getImageCoordinates();
}
state.java
package com.javapatterns.state;
public interface State
{
void sampleOperation();
}
state.5
.so man5/statmon.5
state.5
.so man5/statmon.5
state.m
function stst = state(t,y)
% set up the state equations as a col vector
% the previous state is known in y
% the first order derivatives is returned
% in the variable name used to the left
%
state.m
function stst = state(t,y)
% set up the state equations as a col vector
% the previous state is known in y
% the first order derivatives is returned
% in the variable name used to the left
%
state.c
void Set_Cursor_Style (int mode)
{
switch (mode) {
case INSERT :
_CH = 6;
_CL = 7;
_AH = 1;
geninterrupt(0x10);
break;
case REPLACE :
_CH = 0;
_CL = 7;
_AH =