代码搜索结果
找到约 10,000 项符合
Raspberry Pi 的代码
cpd_to_pi.m
function pi = CPD_to_pi(CPD, msg_type, n, ps, msg, evidence)
% COMPUTE_PI Compute pi vector (discrete)
% pi = compute_pi(CPD, msg_type, n, ps, msg, evidence)
% Pearl p183 eq 4.51
switch msg_typ
cpd_to_pi.m
function pi = CPD_to_pi(CPD, msg_type, n, ps, msg, evidence)
% CPD_TO_PI Compute the pi vector (root)
% function pi = CPD_to_pi(CPD, msg_type, n, ps, msg, evidence)
self_ev = evidence{n};
switch
pi_extr.h
/*************************************************************************/
/* */
/* Copyright (c) 1993-1998 Accelerated
pi_defs.h
/*************************************************************************/
/* */
/* Copyright (c) 1993-1998 Accelerated
gnumakefile.pi_malloc
# -*- Makefile -*-
#----------------------------------------------------------------------------
# GNU Makefile
#
# @file GNUmakefile.PI_Malloc
#
# gnu.mpd,v 1.147 2006/02/21 19:25:26 jwillemsen
pi_malloc.bor
# Makefile for building the PI_Malloc exe with Borland C++ Make
NAME = PI_Malloc
NO_FULL_PATH=1
OBJFILES = \
$(OBJDIR)\PI_Malloc.$(OBJ_EXT)
LFLAGS = \
-L"." \
-j"." \
pi_malloc.vcp
# Microsoft eMbedded Visual Tools Project File - Name="PI_Malloc" - Package Owner=
# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
# ** DO NOT EDIT **
# TARGTYPE "Win32
pi_malloc.dsp
# Microsoft Developer Studio Project File - Name="PI_Malloc" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con
pi_malloc.cpp
// PI_Malloc.cpp,v 1.6 2005/10/03 20:36:42 ossama Exp
#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_string.h"
// Listing 1 code/ch17
#include "ace/MMAP_Memory_Pool.h"
#include "ace/Malloc_T.h"
#i