代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/160391/5571352
m maximize_params_debug.m
function CPD = maximize_params(CPD, temp)
% MAXIMIZE_PARAMS Set the params of a CPD to their ML values (Gaussian)
% CPD = maximize_params(CPD, temperature)
%
% Temperature is currently ignored.
www.eeworm.com/read/160391/5571436
m prob_node.m
function [P, p] = prob_node(CPD, self_ev, pev)
% PROB_NODE Compute prod_m P(x(i,m)| x(pi_i,m), theta_i) for node i (discrete)
% [P, p] = prob_node(CPD, self_ev, pev)
%
% self_ev(m) is the evidence
www.eeworm.com/read/160391/5571445
m prob_cpd.m
function p = prob_CPD(CPD, domain, ns, cnodes, evidence)
% PROB_CPD Compute prob of a node given evidence on the parents (discrete)
% p = prob_CPD(CPD, domain, ns, cnodes, evidence)
%
% domain is
www.eeworm.com/read/159050/5588481
py recttest.py
# $Id: recttest.py,v 1.7 2004/11/12 20:52:14 sean Exp $
#
# Project: MapServer
# Purpose: xUnit style Python mapscript tests of rectObj
# Author: Sean Gillies, sgillies@frii.com
#
# ==============
www.eeworm.com/read/159050/5588483
py shapetest.py
# $Id: shapetest.py,v 1.8.2.1 2006/02/02 16:58:05 frank Exp $
#
# Project: MapServer
# Purpose: xUnit style Python mapscript tests of Shape
# Author: Sean Gillies, sgillies@frii.com
#
# ==========
www.eeworm.com/read/159050/5588484
py pointtest.py
# $Id: pointtest.py,v 1.3 2005/04/14 18:33:56 sean Exp $
#
# Project: MapServer
# Purpose: xUnit style Python mapscript tests of Point
# Author: Sean Gillies, sgillies@frii.com
#
# ===============
www.eeworm.com/read/159001/5589185
py docmaker.py
#!/usr/bin/env python
#
# DocMaker 0.1 (c) 2000-2001 David Turner
#
# DocMaker is a very simple program used to generate the API Reference
# of programs by extracting comments
www.eeworm.com/read/156531/5611477
pm prfdb.pm
package OS2::PrfDB;
use strict;
use vars qw($VERSION @ISA @EXPORT);
require Exporter;
require DynaLoader;
@ISA = qw(Exporter DynaLoader);
# Items to export into callers namespace by defaul
www.eeworm.com/read/155397/5623163
readme
README for MicaSBVerify
Author/Contact: tinyos-help@millennium.berkeley.edu
Description:
MicaSBVerify contains several applications to test out the mica sensor board.
Each test is self-contained a
www.eeworm.com/read/475389/6779171
cdb g723_5410.cdb
//! Generic C54xx Base -- only on-chip memory
//# c54xx.cdb 4.60.22
object USERREGS :: MEM {
param iComment :: "This object defines space for the DSP's memory mapped registers and can't be delet