代码搜索:Behavior
找到约 3,820 项符合「Behavior」的源代码
代码结果 3,820
www.eeworm.com/read/393688/2472638
tex timer_res.tex
% $Id: Timer_res.tex,v 1.1.6.1 2002/04/24 03:25:57 erik Exp $
\section{Restrictions}
The underlying library routine used to gather user and system times is
{\tt times()}. Unfortunately, the behavior
www.eeworm.com/read/366702/2884305
c defined.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Tests behavior of the defined operator. */
/* Source: Neil Booth, 29 Oct 2000, Zack Weinberg 11 Dec 2000. *
www.eeworm.com/read/358128/3001499
pod perlvms.pod
=head1 NAME
perlvms - VMS-specific documentation for Perl
=head1 DESCRIPTION
Gathered below are notes describing details of Perl 5's
behavior on VMS. They are a supplement to the regular Perl 5
www.eeworm.com/read/252364/4409323
java dynamicevents.java
//: c14:DynamicEvents.java
// You can change event behavior dynamically.
// Also shows multiple actions for an event.
//
// From 'Thin
www.eeworm.com/read/162614/5531197
c defined.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Tests behavior of the defined operator. */
/* Source: Neil Booth, 29 Oct 2000, Zack Weinberg 11 Dec 2000. *
www.eeworm.com/read/415793/11053769
vhd simple.vhd
LIBRARY ieee ;
USE ieee.std_logic_1164.all ;
ENTITY simple IS
PORT ( Clock, Resetn, w : IN STD_LOGIC ;
z : OUT STD_LOGIC ) ;
END simple ;
ARCHITECTURE Behavior OF simple IS
SIGN
www.eeworm.com/read/415793/11053775
vhd simple.vhd
LIBRARY ieee ;
USE ieee.std_logic_1164.all ;
ENTITY simple IS
PORT ( Clock, Resetn, w : IN STD_LOGIC ;
z : OUT STD_LOGIC ) ;
END simple ;
ARCHITECTURE Behavior OF simple IS
TYPE
www.eeworm.com/read/415793/11053777
vhd simple.vhd
LIBRARY ieee ;
USE ieee.std_logic_1164.all ;
ENTITY simple IS
PORT ( Clock, Resetn, w : IN STD_LOGIC ;
z : OUT STD_LOGIC ) ;
END simple ;
ARCHITECTURE Behavior OF simple IS
TYPE
www.eeworm.com/read/414898/11096425
java crebehavior.java
package behavior;
import game.*;
import mid.*;
public abstract class Crebehavior {
public byte type=0;
public static Crebehavior CBehavior(Creature cre,int i){
switch(i){
case 0:return