代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/302857/13826174
pas dgl_boolean.pas
(*
* Copyright (c) 2004
* HouSisong@263.net
*
* This material is provided "as is", with absolutely no warranty expressed
* or implied. Any use is at your own risk.
*
* Permission to use
www.eeworm.com/read/149433/5699894
java leap_boolean.java
public class Leap_boolean
{
public static void main(String args[])
{
int year=2002;
boolean leap=false;
leap = (year%400==0)| (year%100!=0) & (year%4==0);
www.eeworm.com/read/140847/5779301
m boolean_cpd.m
function CPD = boolean_CPD(bnet, self, ftype, fname, pfail)
% BOOLEAN_CPD Make a tabular CPD representing a (noisy) boolean function
%
% CPD = boolean_cpd(bnet, self, 'inline', f) uses the inline func
www.eeworm.com/read/136989/5837101
cpp property_boolean.cpp
// Property_Boolean.cpp,v 1.5 2003/07/06 21:41:59 pradeep Exp
#include "Property_Boolean.h"
#if ! defined (__ACE_INLINE__)
#include "Property_Boolean.inl"
#endif /* __ACE_INLINE__ */
ACE_RC
www.eeworm.com/read/136989/5837152
h property_boolean.h
/* -*- C++ -*- */
/**
* @file Property_Boolean.h
*
* Property_Boolean.h,v 1.6 2003/10/28 18:34:24 bala Exp
*
* @author Pradeep Gore
*
*
*/
#ifndef TAO_Not
www.eeworm.com/read/136989/5837215
inl property_boolean.inl
// Property_Boolean.inl,v 1.4 2003/07/06 21:41:59 pradeep Exp
ACE_INLINE TAO_Notify_Property_Boolean&
TAO_Notify_Property_Boolean::operator= (const TAO_Notify_Property_Boolean& rhs)
{
if (this
www.eeworm.com/read/133943/5897485
m boolean_cpd.m
function CPD = boolean_CPD(bnet, self, ftype, fname, pfail)
% BOOLEAN_CPD Make a tabular CPD representing a (noisy) boolean function
%
% CPD = boolean_cpd(bnet, self, 'inline', f) uses the inline func
www.eeworm.com/read/113668/6126623
cpp resourcetype_boolean.cpp
/* $Id: resourcetype_boolean.cpp,v 1.6 2003/07/20 22:30:53 grumbel Exp $
**
** ClanLib Game SDK
** Copyright (C) 2003 The ClanLib Team
** For a total list of contributers see the file CREDITS
www.eeworm.com/read/113668/6126745
h resourcetype_boolean.h
/* $Id: resourcetype_boolean.h,v 1.18 2004/01/02 15:42:43 mbn Exp $
**
** ClanLib Game SDK
** Copyright (C) 2003 The ClanLib Team
** For a total list of contributers see the file CREDITS.
**