代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/141979/5766449
cpp filmreel2document.cpp
/**
*
* @brief Definition of CFilmReel2Document
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
// INCLUDE FILES
// Class include
#include "FilmReel2Document.h"
// User inc
www.eeworm.com/read/141279/5774136
cc complextricks.cc
// Bag of complex tricks
#include
#include
#include
using namespace std;
#include "ComplexTricks.h"
#include "../Common/Common.h"
#include "../Globals.h"
#in
www.eeworm.com/read/141279/5774162
cc calibrater.cc
#include "Calibrater.h"
#include "../Common/Common.h"
#include "../TOOLS/BallTricks.h"
#include "../TOOLS/BasicTricks.h"
#include "../TOOLS/HeadTricks.h"
#include "../TOOLS/ComplexTricks.h"
#inc
www.eeworm.com/read/141268/5774412
py converter.py
# Written by zcf
# Convert the gdb output to CPPUnit test code
class Converter:
infile_ = None
outfile_ = None
value_map_ = {}
def __init__ (self, infile,
www.eeworm.com/read/140847/5779375
m update_ess.m
function CPD = update_ess(CPD, fmarginal, evidence, ns, cnodes, hidden_bitv)
% UPDATE_ESS Update the Expected Sufficient Statistics of a CPD (MLP)
% CPD = update_ess(CPD, family_marginal, evidence, no
www.eeworm.com/read/140847/5779620
m filter_evidence_obj_oriented.m
function [marginal, msg, loglik] = filter_evidence_old(engine, evidence)
% [marginal, msg, loglik] = filter_evidence(engine, evidence) (pearl_dbn)
[ss T] = size(evidence);
bnet = bnet_from_engine(eng
www.eeworm.com/read/139332/5799513
h const_value_iterator.h
// Copyright (c) 1997-2001 ETH Zurich (Switzerland).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you may redistribute it under
// the terms of the Q Public License version
www.eeworm.com/read/139332/5799945
h vector_d.h
// Copyright (c) 2000,2001 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-W
www.eeworm.com/read/139332/5800079
hpp shadow_iterator.hpp
// (C) Copyright Jeremy Siek 2001.
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#ifndef
www.eeworm.com/read/139332/5800163
hpp primitives.hpp
/*=============================================================================
Copyright (c) 1998-2003 Joel de Guzman
Copyright (c) 2003 Martin Wille
http://spirit.sourceforge.net/
U