代码搜索结果

找到约 50,122 项符合 Button 的代码

traffic.inc

PORT3 &= ~0x0001; /* set P3.0 to zero: Key Input */ /* define a debug function for the pedestrian push button */ signal void push_key (void) { PORT3 |= 0x0001; /* set P3.0

button.p

button.o: button.c /usr/include/stdio.h /usr/include/features.h \ /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h \ /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stddef.h \ /usr/include/bits

button.c

#include #include #include #include #include #include #include #include

display_zoom.m

%Callback function for the zoom button %To zoom a segment of speech, click the left mouse button on the beginning and end points %To zoom out, click the left and right mouse buttons in any order(

sgram_pr_ok.m

% % Callback function for Cancel button of specgram window % Author : Karthik % Date : May 27 1997 if exist('sgr_pr_win_h')==1 eval('close(sgr_pr_win_h);',catch1); clear sgr_pr_win_h;

pr_canc.m

% % Callback function for Cancel button of main_property window %Karthik 05/17/97 while exist('m_pr_win_h') try1 = get(m_pr_win_h,'position'); eval(try1,catch1); close(m_pr_win_h);

f_ok.m

% % Callback function for OK button of main_file window % Author : Karthik % May 25 1997 rc_ok; wg_ok; if exist('m_fi_win_h') eval('close(m_fi_win_h);',catch1); clear m_fi_win_h; e

f_play.m

% % Callback function for Play button of main_file window % Author : Karthiik % Date : 05/17/1997 % soundsc(SPEECH,1/Ts,16);

m_quit.m

% % Callback function for Quit button of Main window % Author Karthik % May 11 1997 % And Close all the windows clc; disp('Closing all windows...'); close all; clear; cd; %return

e_play.m

% % Callback function for Play button of edit_file window % Author : Minkyu Lee % Date : 25-March-1995 % Modified by Karthik on 05/25/97 % Modified by D. G. Childers val=get(m_ed_po_play_h,