代码搜索:Behavior
找到约 3,820 项符合「Behavior」的源代码
代码结果 3,820
www.eeworm.com/read/406309/2278592
tmpl ibmlib.tmpl
XCOMM $XConsortium: ibmLib.tmpl /main/21 1996/12/04 12:21:49 swick $
/*
* AIX shared library template
*/
/*
* IBM used an unusual shared object file name in some librares.
* Mimic this behavior
www.eeworm.com/read/366702/2865792
c ellipsis1.c
// PR c++/15142
// Bug: We were aborting after giving a warning about passing a non-POD.
// Suppress the warning about undefined behavior.
// { dg-options "-w" }
struct B {
B() throw() { }
www.eeworm.com/read/366702/2884297
c paste2.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do run } */
/* { dg-options "-std=c99 -pedantic-errors" } */
/* Test ## behavior and corner cases thoroughly. The macro expander
www.eeworm.com/read/360431/2963543
c null.c
/*
* Purpose: Test NULL behavior in order to fix problems with PHP and NULLs
* PHP use dbdata to get data
*/
#include "common.h"
#include
static char software_version[] = "$Id: null.
www.eeworm.com/read/265319/4283360
java collide.java
// Class Collide implements collision-detection behavior
// for a Java 3D application. Collide switches scenes
// when the armed object collides with another object.
package com.deitel.advjhtp1.j
www.eeworm.com/read/265319/4283556
java collide.java
// Class Collide implements collision-detection behavior
// for a Java 3D application. Collide switches scenes
// when the armed object collides with another object.
package com.deitel.advjhtp1.j
www.eeworm.com/read/252364/4409488
java transmogrify.java
//: c07:Transmogrify.java
// Dynamically changing the behavior of an object
// via composition (the "State" design pattern).
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEc
www.eeworm.com/read/162614/5531189
c paste2.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do run } */
/* { dg-options "-std=c99 -pedantic-errors" } */
/* Test ## behavior and corner cases thoroughly. The macro expander
www.eeworm.com/read/230048/6789311
java transmogrify.java
//: c07:Transmogrify.java
// Dynamically changing the behavior of an object
// via composition (the "State" design pattern).
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEc