代码搜索:conditional
找到约 2,177 项符合「conditional」的源代码
代码结果 2,177
www.eeworm.com/read/159030/5588846
java branchinstr.java
// $Id: BranchInstr.java,v 1.4 1999/10/06 03:39:42 deberg Exp $
package java6035.tools.IR;
/**
* The BranchInstr class captures a branch statement. This class optionally
* takes a Rhs value as the
www.eeworm.com/read/475215/6794243
m conditionalentropy.m
% ConditionalEntropy: Calculates conditional entropy (in bits) of Y, given X
% by Will Dwinnell
%
% H = ConditionalEntropy(Y,X)
%
% H = calculated entropy of Y, given X (in bits)
% Y = depende
www.eeworm.com/read/147424/12553424
c zect0.c
/*************************************************************************/
/* */
/* Copyright (c) 1997 - 1999 Accelerat
www.eeworm.com/read/334240/12615893
rd fitted.mix.rd
\name{fitted.mix}
\alias{fitted.mix}
\title{Compute Mixture Model Fitted Values}
\description{
\code{fitted.mix} is a function which computes fitted
values from objects returned by the modelin
www.eeworm.com/read/334240/12615958
rd conditdat.rd
\name{conditdat}
\alias{conditdat}
\title{Add Conditional Data to Grouped Data}
\description{
It combines automatically grouped data with conditional data
when enter the conditional sampl
www.eeworm.com/read/201477/15407279
cpp rsumct.cpp
// step count for recursive sum of n numbers
#include
int count = 0;
template
T Rsum(T a[], int n)
{// Return sum of numbers a[0:n - 1].
count++; // for if condition
www.eeworm.com/read/101208/15841495
h label.h
/*@A (C) 1992 Allen I. Holub */
/* This file contains definitions for the various label prefixes. All labels
* take the form: , the
www.eeworm.com/read/388617/8595637
cpp condit.cpp
// condit.cpp -- using the conditional operator
#include
int main()
{
using namespace std;
int a, b;
cout > a >> b;
cout
www.eeworm.com/read/388617/8596650
cpp condit.cpp
// condit.cpp -- using the conditional operator
#include
int main()
{
using namespace std;
int a, b;
cout > a >> b;
cout
www.eeworm.com/read/432289/8613819
cpp guess.cpp
//: C03:Guess.cpp
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Guess a number (demonstrates "while")
#incl