代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/133943/5897296
m mk_ideker_bnet.m
function bnet = mk_ideker_bnet(CPD_type, p)
% MK_IDEKER_BNET Make the Bayes net in the PSB'00 paper by Ideker, Thorsson and Karp.
%
% BNET = MK_IDEKER_BNET uses the boolean functions specified in the
www.eeworm.com/read/476790/6750681
imp excel.imp
[FIRST_STEP]
ImportType=0
FileName=..\data\country.xls
[XLS_MAP]
Name=A1-A18;
Capital=B1-B18;
Continent=C1-C18;
Area=D1-D18;
Population=E1-E18;
[XLS_OPTIONS]
SkipCols=0
SkipRows=0
[BOOLEAN
www.eeworm.com/read/260897/11688801
imp excel.imp
[FIRST_STEP]
ImportType=0
FileName=..\data\country.xls
[XLS_MAP]
Name=A1-A18;
Capital=B1-B18;
Continent=C1-C18;
Area=D1-D18;
Population=E1-E18;
[XLS_OPTIONS]
SkipCols=0
SkipRows=0
[BOOLEAN
www.eeworm.com/read/260897/11688806
imp text.imp
[FIRST_STEP]
ImportType=3
FileName=..\data\country.txt
[TXT_MAP]
Name=0;25
Capital=26;12
Continent=39;13
Area=53;12
Population=66;14
[ASCII_OPTIONS]
SkipLines=0
[BOOLEAN_TRUE]
True=
[BOOL
www.eeworm.com/read/160391/5571151
m mk_ideker_bnet.m
function bnet = mk_ideker_bnet(CPD_type, p)
% MK_IDEKER_BNET Make the Bayes net in the PSB'00 paper by Ideker, Thorsson and Karp.
%
% BNET = MK_IDEKER_BNET uses the boolean functions specified in t
www.eeworm.com/read/192210/8399561
txt history.txt
Nucleus PLUS
*****************************
******************************************************************************
www.eeworm.com/read/291491/8414026
pas river.pas
program River_Crossing;
const
num='';
var
f:text;
n,i:word;
t:longint;
a,b:array[1..1005] of byte;
function up(t:integer; time:longint):boolean;
begin
time:=time mod (a[t]+b[t]
www.eeworm.com/read/291273/8430333
pas uxlsencodeformula.pas
unit UXlsEncodeFormula;
{$IFDEF LINUX}{$INCLUDE ../FLXCOMPILER.INC}{$ELSE}{$INCLUDE ..\FLXCOMPILER.INC}{$ENDIF}
interface
uses
XlsFormulaMessages, XlsMessages, UXlsFormulaParser,
UFlxStac
www.eeworm.com/read/291185/8437619
pas umysqlclient.pas
{--------------------------------------------------------------------------------
Licencing issues:
11-February-2004 〤ristian Nicola
Note:
Mysql is copyright by MySQL AB. Refer to their site
www.eeworm.com/read/189512/8466397
h ccache.h
/*
* ccache.h - FTP Connection Cache
*
* David Merkel & Mark Peterson, University of Colorado - Boulder, July 1994
*
* $Id: ccache.h,v 1.1 1999/11/03 21:40:56 golda Exp $
*
* --------------