代码搜索:CATCH
找到约 10,000 项符合「CATCH」的源代码
代码结果 10,000
www.eeworm.com/read/404612/11481529
c setitimer.c
#include
#include
#include
void user_func(int sig)
{
if(sig==SIGALRM)
{
printf("catch a signal SIGALRM\n");
}
else if(sig==SIGVTALRM)
{
printf("catch a sig
www.eeworm.com/read/229812/4739132
c link6b.c
#include
#include "link6.h"
extern "C" void myfail( unsigned );
extern "C" void foo( int );
void try_catch()
{
try {
foo( 34 );
} catch( Exception &r ) {
if( r.a != 34
www.eeworm.com/read/134303/13998166
txt 2a.txt
try{
//程序块
}
catch(ExceptionType1e)
{
//对ExceptionType1的处理
}
catch(ExceptionType2e)
{
//对ExceptionType2的处理throw(e);
//再抛出这个“异常”
}
finally
{
}
www.eeworm.com/read/384199/8891527
cpp ado.cpp
// ado.cpp : implementation file
//
#include "stdafx.h"
#include "ado.h"
#include
/////////////////////////////////////////////////////////////////////////////
// CADODatabase class
www.eeworm.com/read/282473/9091925
cpp sigint.cpp
#ifndef WINDOWS
#include
#include
#include "btcontent.h"
#include "peerlist.h"
#include "btconfig.h"
void sigint_catch(int sig_no)
{
if(SIGINT == sig_no){
if( cfg_cac
www.eeworm.com/read/380552/9142826
cpp ado.cpp
// ado.cpp : implementation file
//
#include "stdafx.h"
#include "ado.h"
#include
/////////////////////////////////////////////////////////////////////////////
// CADODatabase class
www.eeworm.com/read/183272/9172985
21 fig18.21
#include "apue.h"
static void
sig_catch(int signo)
{
printf("signal caught\n");
tty_reset(STDIN_FILENO);
exit(0);
}
int
main(void)
{
int i;
char c;
if (signal(SIGINT, sig_catch) == SIG_ERR)
www.eeworm.com/read/183272/9173142
c t_raw.c
#include "apue.h"
static void
sig_catch(int signo)
{
printf("signal caught\n");
tty_reset(STDIN_FILENO);
exit(0);
}
int
main(void)
{
int i;
char c;
if (signal(SIGINT, sig_catch) == SIG_ERR)
www.eeworm.com/read/181315/9259879
cpp ado.cpp
// ado.cpp : implementation file
//
#include "stdafx.h"
#include "ado.h"
#include
/////////////////////////////////////////////////////////////////////////////
// CADODatabase class
www.eeworm.com/read/170253/9812951
cpp ado_access.cpp
//=======================================================================================================================
//
// 文件: ADO.CPP
//
// 版本: V3.0
//
// 描述:
//
// 作者: 徐力
//
// 创