代码搜索:except
找到约 10,000 项符合「except」的源代码
代码结果 10,000
www.eeworm.com/read/207653/15266109
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
www.eeworm.com/read/173141/5379625
out intersect.out
ij> create table t1( id integer not null primary key, i1 integer, i2 integer, c10 char(10), c30 char(30), tm time);
0 rows inserted/updated/deleted
ij> create table t2( id integer not null primary key
www.eeworm.com/read/172609/5382913
in ribcl.py.in
#!@PYTHON@
import sys
import socket
from httplib import *
from time import sleep
argv = sys.argv
try:
host = argv[1].split('.')[0]+'-rm'
cmd = argv[2]
except IndexError:
pr
www.eeworm.com/read/172593/5383564
ld gbaxport2.ld
/*
* Copyright (C) 2004 by egnite Software GmbH. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi
www.eeworm.com/read/169697/5414266
py mpdwrapcli.py
#!/usr/bin/env python
#
# (C) 2001 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
#
import sys, os, socket
manPort = int(sys.argv[1])
manSock = socket.socket()
manSo
www.eeworm.com/read/153248/5652285
inc ntoskrnl.inc
; made with protoize by f0dder
; with many hand-made fixes (__cdecl)
; Four-F, four-f@mail.ru
; last update 10-Dec-2002
ZwYieldExecution PROTO STDCALL
ZwWriteFile PROTO STDCALL :DWORD, :DWORD,
www.eeworm.com/read/266994/11198542
h assert.h
#undef assert
#ifdef NDEBUG
#define assert(e) ( (void)0 )
#else
#include "except.h"
extern void assert(int e);
#define assert(e) ( (void) ( (e) || ( RAISE(Assert_Fai
www.eeworm.com/read/146694/12618429
cpp init_ptr.cpp
//init_ptr.cpp
#include
#include
#include
int main()
{ int *p;
try { //异常处理
p = new int (100); //*p的值为100
} catch (xalloc) {
cout
www.eeworm.com/read/146339/12658334
release
MIPS YAMON(tm) Sample Applications Release Notes
================================================
Revision: 02.03
Release Date: September 10, 2002
Reason for release:
-------------------
* Adde