代码搜索:except
找到约 10,000 项符合「except」的源代码
代码结果 10,000
www.eeworm.com/read/127438/6006070
py mpdcleanup.py
#!/usr/bin/env python
## NOTE: we do NOT allow this pgm to run via mpdroot
from sys import argv, exit
from os import environ, system
from getopt import getopt
from mpdlib import mpd_set_my_id
www.eeworm.com/read/124989/6034917
s memcpy.s
/*
* Derived from the Hyperstone's library source code.
* Modefied src in order to apply the -mgnu-param compiler option.
* Copyright (C) 2002-2003 GDT, Yannis Mitsos
*
www.eeworm.com/read/124910/6036007
c fegetexcept.c
/* Get floating-point exceptions (soft-float edition).
Copyright (C) 2002 Free Software Foundation, Inc.
Contributed by Aldy Hernandez , 2002.
This file is part of the GNU C
www.eeworm.com/read/124910/6039460
c fsetexcptflg.c
/* Set floating-point environment exception handling.
Copyright (C) 2001, 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you
www.eeworm.com/read/124347/6051923
h ieeefp.h
#ifndef _IEEE_FP_H_
#define _IEEE_FP_H_
#include "_ansi.h"
#include
/* FIXME FIXME FIXME:
Neither of __ieee_{float,double}_shape_tape seem to be used anywhere
except in lib
www.eeworm.com/read/123865/6056918
h stcomerror.h
#if !defined(AFX_STUTIL_H__C403F6AF_B3FA_4BDA_A15F_7DA68EB6E3BF__INCLUDED_)
#define AFX_STUTIL_H__C403F6AF_B3FA_4BDA_A15F_7DA68EB6E3BF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _
www.eeworm.com/read/110034/6166381
c traps.c
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1994
www.eeworm.com/read/110034/6168632
c traps.c
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1994
www.eeworm.com/read/102935/6225442
c traps.c
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1994
www.eeworm.com/read/488546/6489227
h assert.h
/* $Id: H:/drh/idioms/book/RCS/except.doc,v 1.10 1997/02/21 19:43:55 drh Exp $ */
#undef assert
#ifdef NDEBUG
#define assert(e) ((void)0)
#else
#include "except.h"
extern void assert(int e);
#d