代码搜索:CATCH
找到约 10,000 项符合「CATCH」的源代码
代码结果 10,000
www.eeworm.com/read/152843/5662819
c ftape-write.c
/*
* Copyright (C) 1993-1995 Bas Laarhoven,
* (C) 1996-1997 Claus-Justus Heine.
This program is free software; you can redistribute it and/or modify
it under the terms of the
www.eeworm.com/read/147766/5724900
c zftape-read.c
/*
* Copyright (C) 1996, 1997 Claus-Justus Heine
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the
www.eeworm.com/read/147766/5724930
c ftape-write.c
/*
* Copyright (C) 1993-1995 Bas Laarhoven,
* (C) 1996-1997 Claus-Justus Heine.
This program is free software; you can redistribute it and/or modify
it under the terms of the
www.eeworm.com/read/147422/5729193
m fr_ok.m
%
% Callback function for Cancel button of frequency analysis window
% Author : Karthik
% Date : 20 May 1997
%
if exist('freq_out_win_h') == 1
eval('close(freq_out_win_h);',catch1);
end;
www.eeworm.com/read/147422/5729558
m trk_ok.m
%
% Callback function for Cancel of main_analysis_track window
%
if exist('pit_out_win_h')
eval('close(pit_out_win_h);',catch1);
end;
www.eeworm.com/read/147422/5729741
m mk_cancel.m
% mk_cancel.m
% cancel and close the mark file
% created by D. G. Childers 9/10/98
if exist('m3_h')==1
eval('close(m3_h);',catch1);
clear m3_h;
end
if exist('m2_h')==1
eval('close(m2_h)
www.eeworm.com/read/147422/5729773
m mk_done.m
% mk_done.m
% modified by D. G. Childers 7/14/98
[totfno,n]=size(eval('%s',mkname));
form_tar=zeros(totfno,4);
for ii=1:totfno
for j=1:4
s=sprintf('form_tar(%d,%d)=%s(%s(%d,1)+1,%d);',
www.eeworm.com/read/147422/5729896
m syn_cancel.m
% syn_cancel.m
% created by D. G. Childers 8/13/98
if exist('syn_win_h')==1 % articulatory speech window; options
eval('close(syn_win_h);',catch1);
clear syn_win_h;
end
if exist('syn_win1
www.eeworm.com/read/147422/5730081
m ribbon1_quit.m
%
% Callback function for Cancel button of ribbon1 model window
% Author : Karthik
% Date : March 31, 1998
if exist('rbn1_con_window')
eval('close(rbn1_con_window);',catch1);
clear rbn1
www.eeworm.com/read/136812/5861637
c end_menu.c
#ifndef lint
static char sccsid[] = "@(#)end_menu.c 1.1 92/07/30";
#endif
/*
* Name: end_menu.c
*
* Description: Provide a clean ending for the menu system.
*
* Call syntax: end_menu();
*/
#i