代码搜索结果

找到约 36,166 项符合 Raspberry Pi 的代码

mksplash

#!/bin/sh qembed splash.png > splash.h perl -pi -e s/Embed/Embed2/ splash.h perl -pi -e s/embed_vec/embed_vec2/ splash.h

pi.makefile

# @(#)PI.Makefile 1.1 92/07/30 SMI; # # Makes a permuted index for the UNIX Reference Manuals # FORMATTER = /usr/local/iroff TOCX = tocx1 tocx2 tocx3 tocx4 tocx5 tocx6 tocx7 tocx8 TOC = toc1 toc2

test_fplot.m

fplot('sin(x)/x',[-4*pi 4*pi]); title('\bfPlot of sin \itx \rm\bf / \itx'); grid on;

test_ezplot.m

ezplot('sin(x)/x',[-4*pi 4*pi]); title('Plot of sin x / x'); grid on;

quiz_area.m

radius = input('Enter circle radius:\n'); area = pi * radius^2; str = ['The area is ' num2str(area)]; disp(str);

mfa_cl.m

% function [lik, likv]=mfa_cl(X,Lh,Ph,Mu,Pi); % % Calculates log likelihoods of a data set under a mixture of factor % analysis model. % % X - data matrix % Lh - factor loadings % Ph - diagonal uniq

cpd_to_pi.m

function pi = CPD_to_pi(CPD, msg_type, n, ps, msg, evidence) % CPD_TO_PI Compute pi vector (noisyor) % pi = CPD_to_pi(CPD, msg_type, n, ps, msg) % Pearl p188 eqn 4.57 switch msg_type case 'd',

sum_prod_cpd_and_pi_msgs.m

function pi = sum_prod_CPD_and_pi_msgs(CPD, n, ps, msg, except) % SUM_PROD_CPD_AND_PI_MSGS Compute pi = sum_{u\p} P(n|u) prod_{ui in ps\p} pi_msg(ui->n) % pi = sum_prod_CPD_and_pi_msgs(CPD, n, ps, msg

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'