代码搜索结果

找到约 10,000 项符合 Raspberry Pi 的代码

pi_savefile.m

function SaveFile % Saving files for Plot Image global SCALE_OPT NUMBER_OF_COLORS GRAY_PCT CLIP COLOR_MAP NOBRIGHTEN PICKS PICKCOLOR XAXISTOP ZOOM_VALUE ZOOM_LOCKS h=get(gcf,'userdata'); hmsg2=h(2

pi_figuresizechange.m

function FigureSizeChange % changes the look of the plotimage figure for publishable purposes posax=findobj(gcf,'type','axes','tag','POSITIONAXES'); haxs=findobj(gcf,'type','axes','tag','MAINAXES')

pi_deletepickline.m

function DeletePickLine(); h=get(gcf,'userdata'); hmsg=h(2); global PICKS delete(findobj(gcf,'type','line','tag','PICKMARKER')); delete(findobj(gcf,'type','text','tag','PICKTEXT')); hobj=gco;

pi_picklinemenu.m

function picklinemenu(); global SCALE_OPT NUMBER_OF_COLORS GRAY_PCT CLIP COLOR_MAP NOBRIGHTEN PICKS PICKCOLOR XAXISTOP ZOOM_VALUE ZOOM_LOCKS checkclick=get(gcf,'selectiontype'); hobj=gco; if(str

pi_limptmove.m

function limptmove(action); global SCALE_OPT NUMBER_OF_COLORS GRAY_PCT CLIP COLOR_MAP NOBRIGHTEN PICKS PICKCOLOR XAXISTOP ZOOM_VALUE ZOOM_LOCKS delete(findobj(gcf,'type','line','tag','PICKMARKER')

pi_extr.h

/*************************************************************************/ /* */ /* Copyright (c) 1993-2001 Accelerated

pi_defs.h

/*************************************************************************/ /* */ /* Copyright (c) 1993-2001 Accelerated

pi_extr.h

/*************************************************************************/ /* */ /* Copyright (c) 1993-2001 Accelerated

pi_defs.h

/*************************************************************************/ /* */ /* Copyright (c) 1993-2001 Accelerated

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',