代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/214331/15105582
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/212171/15165093
gif boolean1.gif
www.eeworm.com/read/479931/1328069
exp boolean_expr.exp
# Copyright 2007, 2008 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
#
www.eeworm.com/read/251838/4414764
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/247171/4486386
vb boolean1.vb
Imports System
Imports System.Collections
Imports System.Reflection
Namespace Boolean1
Class Test
Shared Function Main() As Integer
Dim b As Boolean
b = Not True
www.eeworm.com/read/215485/4903725
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/197905/5091171
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/347649/3164637
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/346158/3189757
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/330902/3419682
message bad-boolean.message
## a message with an invalid boolean value
## VALID_HEADER includes a LENGTH Header and LENGTH Body
VALID_HEADER method_call
HEADER_FIELD INTERFACE
TYPE STRING
STRING 'org.freedesktop.Foo'
HEADER_FI