代码搜索结果
找到约 10,000 项符合
Raspberry Pi 的代码
cpd_to_pi.m
function pi = CPD_to_pi(CPD, msg_type, n, ps, msg, evidence)
% CPD_TO_PI Compute the pi vector (gaussian)
% function pi = CPD_to_pi(CPD, msg_type, n, ps, msg, evidence)
switch msg_type
case 'd'
cpd_to_pi.m
function pi = CPD_to_pi(CPD, msg_type, n, ps, msg, evidence)
% CPD_TO_PI Compute the pi vector (gaussian)
% function pi = CPD_to_pi(CPD, msg_type, n, ps, msg, evidence)
switch msg_type
case 'd'
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
pi1.h
/*
* pi1.h: Definitions for SGI PI1 parallel port
*/
#ifndef _SGI_PI1_H
#define _SGI_PI1_H
struct pi1_regs {
u8 _data[3];
volatile u8 data;
u8 _ctrl[3];
volatile u8 ctrl;
#define PI1_CTRL_STRO
gnumakefile.pi_malloc
# -*- Makefile -*-
#----------------------------------------------------------------------------
# GNU Makefile
#
# @file GNUmakefile.PI_Malloc
#
# $Id: gnu.mpd 77593 2007-03-07 16:38:39Z elliot
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.cpp
// $Id: PI_Malloc.cpp 78918 2007-07-17 04:06:30Z sowayaa $
#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.
bf_pi.h
/* crypto/bf/bf_pi.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* T