代码搜索:satisfies
找到约 99 项符合「satisfies」的源代码
代码结果 99
www.eeworm.com/read/198545/7929262
m fq.m
function q = fq(p,v1,v2)
%FQ F distribution quantiles.
% Q = FQ(P,V1,V2) satisfies Pr(X < Q) = P, where X follows
% and F distribution on V1 and V2 degrees of freedom.
% V1 and V2 must be scalars.
www.eeworm.com/read/198545/7929228
m tq.m
function q = tq(p,v);
%TQ t distribution quantiles.
% Q = TQ(P,V) satisfies Pr(T < Q) = P where T follows a
% t-distribution on V degrees of freedom.
% V must be a scalar.
% Gordon Smyth, Unive
www.eeworm.com/read/124910/6038511
h dla.h
/*
* IBM Accurate Mathematical Library
* Written by International Business Machines Corp.
* Copyright (C) 2001 Free Software Foundation, Inc.
*
* This program is free software; you can redistribu
www.eeworm.com/read/162614/5522230
c enum3.c
// { dg-do assemble }
// { dg-options "-Wall" }
enum tristate { no = -1, maybe, yes };
tristate
tristate_satisfies (register tristate const t1, register tristate const t2)
{
switch (t1)
{
www.eeworm.com/read/241364/13151197
pkg anynums.pkg
CREATE OR REPLACE PACKAGE anynums_pkg
IS
TYPE numbers_t IS TABLE OF NUMBER;
FUNCTION getvals (num_satisfies_in IN VARCHAR2 := NULL)
RETURN numbers_t;
END anynums_pkg;
/
CREATE
www.eeworm.com/read/169684/9846187
h not_quite_p_os.h
/*****************************************************************************
* not_quite_p_os.h - satisfies the references within the demo and validation
* example code which wo
www.eeworm.com/read/169684/9846231
h not_quite_p_os.h
/*****************************************************************************
* not_quite_p_os.h - satisfies the references within the demo and validation
* example code which wo
www.eeworm.com/read/129000/14269943
c gendb.c
/*----------------------------------------------------------------------
File : gendb.c
Contents: program to generate a random database
which satisfies a given probability distribut
www.eeworm.com/read/192735/8289433
modifications
Modifications since book was published:
--------------------------------------------------------------------------------
(1) 17 August 1992: fixed bug in prunerule.c
In routine Satisfies
www.eeworm.com/read/139952/13119429
modifications
Modifications since book was published:
--------------------------------------------------------------------------------
(1) 17 August 1992: fixed bug in prunerule.c
In routine Satisfies abou