代码搜索:except
找到约 10,000 项符合「except」的源代码
代码结果 10,000
www.eeworm.com/read/102974/15751705
pas ugloabvar.pas
unit uGloabVar;
interface
uses
classes, comctrls, registry,Sysutils,windows,Printers,Dialogs;
Const
UserIDLength = 10;
CodeLength = 10;
GroupIDLength = 2;
var
DBName : s
www.eeworm.com/read/100773/15864501
py asyncore.py
# -*- Mode: Python; tab-width: 4 -*-
# $Id: asyncore.py,v 2.49 2000/05/04 06:06:04 rushing Exp $
# Author: Sam Rushing
# =====================================================
www.eeworm.com/read/101153/6237826
c rtl_ex.c
/* new intercept code */
#include
#include
#include
#include
#include
#include
#define NR_EXCEPT 0x30
extern
www.eeworm.com/read/427909/8913370
m myones.m
function T = myones(sizes)
% MYONES Like the built-in ones, except myones(k) produces a k*1 vector instead of a k*k matrix,
% T = myones(sizes)
if length(sizes)==0
T = 1;
elseif length(sizes)
www.eeworm.com/read/427909/8913430
m myreshape.m
function T = myreshape(T, sizes)
% MYRESHAPE Like the built-in reshape, except myreshape(T,n) == reshape(T,[n 1])
% T = myreshape(T, sizes)
if length(sizes)==0
return;
elseif length(sizes)==1
www.eeworm.com/read/427909/8913714
m myrepmat.m
function T = myrepmat(T, sizes)
% MYREPMAT Like the built-in repmat, except myrepmat(T,n) == repmat(T,[n 1])
% T = myrepmat(T, sizes)
if length(sizes)==1
T = repmat(T, [sizes 1]);
else
T =
www.eeworm.com/read/177586/9446441
py xmultitorrent.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/177586/9446481
py kstore.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/177586/9446482
py setup.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/9467504
m myones.m
function T = myones(sizes)
% MYONES Like the built-in ones, except myones(k) produces a k*1 vector instead of a k*k matrix,
% T = myones(sizes)
if length(sizes)==0
T = 1;
elseif length(sizes)