代码搜索:Behavior
找到约 3,820 项符合「Behavior」的源代码
代码结果 3,820
www.eeworm.com/read/470720/1452554
c c99-printf-1.c
/* Test for printf formats. Formats using C99 features, including cases
where C99 specifies some aspect of the format to be ignored or where
the behavior is undefined.
*/
/* Origin: Joseph Myer
www.eeworm.com/read/470720/1452570
c c90-printf-1.c
/* Test for printf formats. Formats using C90 features, including cases
where C90 specifies some aspect of the format to be ignored or where
the behavior is undefined.
*/
/* Origin: Joseph Myer
www.eeworm.com/read/470693/1464470
c c90-scanf-1.c
/* Test for scanf formats. Formats using C90 features, including cases
where C90 specifies some aspect of the format to be ignored or where
the behavior is undefined.
*/
/* Origin: Joseph Myers
www.eeworm.com/read/470693/1464481
c c99-scanf-1.c
/* Test for scanf formats. Formats using C99 features, including cases
where C99 specifies some aspect of the format to be ignored or where
the behavior is undefined.
*/
/* Origin: Joseph Myers
www.eeworm.com/read/470693/1464500
c c99-printf-1.c
/* Test for printf formats. Formats using C99 features, including cases
where C99 specifies some aspect of the format to be ignored or where
the behavior is undefined.
*/
/* Origin: Joseph Myer
www.eeworm.com/read/470693/1464516
c c90-printf-1.c
/* Test for printf formats. Formats using C90 features, including cases
where C90 specifies some aspect of the format to be ignored or where
the behavior is undefined.
*/
/* Origin: Joseph Myer
www.eeworm.com/read/455027/1625704
java grobehavior.java
package behavior;
//download by http://www.codefans.net
import game.*;
public abstract class Grobehavior {
protected int type=1;
public static Grobehavior CBehavior(Ground gro,int i){
switch
www.eeworm.com/read/455027/1625705
java crebehavior.java
package behavior;
//download by http://www.codefans.net
import game.*;
import mid.*;
public abstract class Crebehavior {
public byte type=0;
public static Crebehavior CBehavior(Creature cre,in
www.eeworm.com/read/453168/1642381
c pe.c
/* vi: set sw=4 ts=4: */
/*
* pe.c - Print a second extended filesystem errors behavior
*
* Copyright (C) 1992, 1993, 1994 Remy Card
* Laborat
www.eeworm.com/read/250243/4437517
c serio_raw.c
/*
* Raw serio device providing access to a raw byte stream from underlying
* serio port. Closely emulates behavior of pre-2.6 /dev/psaux device
*
* Copyright (c) 2004 Dmitry Torokhov
*
* This p