代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/161121/5559601
c old_belkin.c
/*********************************************************************
*
* Filename: old_belkin.c
* Version: 1.1
* Description: Driver for the Belkin (old) SmartBeam d
www.eeworm.com/read/161121/5560647
h ircomm_lmp.h
/*********************************************************************
*
* Filename: ircomm_lmp.h
* Version:
* Description:
* Status: Experimental.
* Author
www.eeworm.com/read/161121/5560648
h ircomm_ttp.h
/*********************************************************************
*
* Filename: ircomm_ttp.h
* Version:
* Description:
* Status: Experimental.
* Author
www.eeworm.com/read/161121/5560853
c irnet_irda.c
/*
* IrNET protocol module : Synchronous PPP over an IrDA socket.
*
* Jean II - HPL `00 -
*
* This file implement the IRDA interface of IrNET.
* Basically, we sit on top of IrTT
www.eeworm.com/read/160391/5571296
m tabular_kernel.m
function K = tabular_kernel(fg, self)
% TABULAR_KERNEL Make a table-based local kernel (discrete potential)
% K = tabular_kernel(fg, self)
%
% fg is a factor graph
% self is the number of a repre
www.eeworm.com/read/160391/5571349
m log_prob_node.m
function L = log_prob_node(CPD, self_ev, pev)
% LOG_PROB_NODE Compute prod_m log P(x(i,m)| x(pi_i,m), theta_i) for node i (gaussian)
% L = log_prob_node(CPD, self_ev, pev)
%
% self_ev(m) is the ev
www.eeworm.com/read/160391/5571405
m gmux_cpd.m
function CPD = gmux_CPD(bnet, self, varargin)
% GMUX_CPD Make a Gaussian multiplexer node
%
% CPD = gmux_CPD(bnet, node, ...) is used similarly to gaussian_CPD,
% except we assume there is exactly
www.eeworm.com/read/160391/5571419
m mlp_cpd.m
function CPD = mlp_CPD(bnet, self, nhidden, w1, b1, w2, b2, clamped, max_iter, verbose, wthresh, llthresh)
% MLP_CPD Make a CPD from a Multi Layer Perceptron (i.e., feedforward neural network)
%
%
www.eeworm.com/read/160391/5571430
m softmax_cpd.m
function CPD = softmax_CPD(bnet, self, varargin)
% SOFTMAX_CPD Make a softmax (multinomial logit) CPD
%
% To define this CPD precisely, let W be an (m x n) matrix with W(i,:) = {i-th row of B}
%
www.eeworm.com/read/159050/5588461
py clonetest.py
# $Id: clonetest.py,v 1.4 2004/10/27 18:13:40 sean Exp $
#
# Project: MapServer
# Purpose: xUnit style Python mapscript tests of map cloning
# Author: Sean Gillies, sgillies@frii.com
#
# =========