代码搜索:Behaviour
找到约 1,042 项符合「Behaviour」的源代码
代码结果 1,042
www.eeworm.com/read/375190/2738851
qbk common_overviews.qbk
[template policy_overview[]
Policies are a powerful fine-grain mechanism that allow you to customise the
behaviour of this library according to your needs. There is more information
available in t
www.eeworm.com/read/366702/2865853
c koenig5.c
// Koenig lookup is not defined as intended in the std. DR 218 gives
// an indication of what is meant. This test case encapsulates the
// current conservative behaviour
// Copyright (C) 2006 Free
www.eeworm.com/read/366702/2876316
f90 open_status_2.f90
! { dg-do run }
! PR 24945
! Test reopening file without status specifier or with
! status='unknown'. The standard says that these two must behave
! identically, but the actual behaviour is processor
www.eeworm.com/read/360431/2963487
c t0018.c
/*
* Purpose: Test behaviour of DBCOUNT() for updates and inserts
* Functions: DBCOUNT dbbind dbnextrow dbnumcols dbopen dbresults dbsqlexec
*/
#include "common.h"
static char software_version[
www.eeworm.com/read/160303/5572980
in clear-or-private.in
# This file defines the set of CIDRs (network/mask-length) to which
# we will communicate in the clear, or, if the other side initiates IPSEC,
# using encryption. This behaviour is also called "Oppor
www.eeworm.com/read/364264/9916836
m antsim.m
function antsim(vars,simspeed)
%ANTSIM Simulates the behaviour of the best GPLAB artificial ant.
% ANTSIM(VARS) evaluates the best ant stored in the given variable.
% Also simulates the ant'
www.eeworm.com/read/159444/10648013
readme
README for mmounter-0.4
=======================
mmounter (Magic(!) Mounter) is a small tool to implement under U*X a behaviour
similar to MacOS handling of disks, floppies and CD-ROMs: whenever a dev
www.eeworm.com/read/277111/10667370
pas unit1.pas
{: Creating ODE joints with GLODEManager.
This demo shows how to create connections between ODE objects using
joints.
In this demo, the Dynamic Behaviour object was used to pa
www.eeworm.com/read/443571/7630475
java tuttlebutton.java
// Filename TuttleButton.java.
// Contains an extended Canvas component to supply
// button behaviour with an image as its label.
//
// Written for the Java Interface book, Chapter 5.
// Fintan C