代码搜索:except
找到约 10,000 项符合「except」的源代码
代码结果 10,000
www.eeworm.com/read/254989/12108900
c exception.c
/* Copyright (C) 2004 David Decotigny
Copyright (C) 1999 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU G
www.eeworm.com/read/254987/12109592
c exception.c
/* Copyright (C) 2004 David Decotigny
Copyright (C) 1999 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU G
www.eeworm.com/read/428554/8860066
pas ulog.pas
unit uLog;
interface
uses SysUtils, Classes;
procedure logit(s: string);
var
m_log_sl: TStringlist;
implementation
procedure logit(s: string);
var
F: TextFile;
bFileExist: bool
www.eeworm.com/read/427909/8913377
m hsvkpm.m
function colors = hsvKPM(N)
% hsvKPM Like built-in HSV, except it randomizes the order, so that adjacent colors are dis-similar
% function colors = hsvKPM(N)
colors = hsv(N);
perm = randperm(N);
colo
www.eeworm.com/read/283576/9006171
c common.c
#include "except_macros.h"
/* very lazy */
0
/* these are common exceptions, like dns servers */
/*
||op0(op2(202,106,0,20))
||op0(op2(202,106,196,115))
*/
/* some weird things they came up with *
www.eeworm.com/read/177586/9446396
py storage.py
# pick a Storage subsystem
try:
from Storage_IOCP import *
except:
from Storage_threadpool import *
www.eeworm.com/read/177586/9446473
py cache.py
# The contents of this file are subject to the BitTorrent Open Source License
# Version 1.1 (the License). You may not copy or use this file, in either
# source code or executable form, except in com
www.eeworm.com/read/373250/9467509
m hsvkpm.m
function colors = hsvKPM(N)
% hsvKPM Like built-in HSV, except it randomizes the order, so that adjacent colors are dis-similar
% function colors = hsvKPM(N)
colors = hsv(N);
perm = randperm(N);
colo
www.eeworm.com/read/425546/10348737
m hsvkpm.m
function colors = hsvKPM(N)
% hsvKPM Like built-in HSV, except it randomizes the order, so that adjacent colors are dis-similar
% function colors = hsvKPM(N)
colors = hsv(N);
perm = randperm(N);
colo
www.eeworm.com/read/349646/10808635
m hsvkpm.m
function colors = hsvKPM(N)
% hsvKPM Like built-in HSV, except it randomizes the order, so that adjacent colors are dis-similar
% function colors = hsvKPM(N)
colors = hsv(N);
perm = randperm(N);
colo