代码搜索:except
找到约 10,000 项符合「except」的源代码
代码结果 10,000
www.eeworm.com/read/161121/5557760
s r4k_cache.s
/*
* 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) 1995
www.eeworm.com/read/294872/8196273
hh rtitypes.hh
//File RTItypes.hh
//Included in RTI.hh
#ifndef _RTITYPES_HH_INCLUDED_
#define _RTITYPES_HH_INCLUDED_
#define MAX_NAME_LENGTH 256
#define MAX_SPACES 10
#de
www.eeworm.com/read/147186/12578893
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/147186/12578947
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/147186/12579186
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/107689/15603308
py query.py
#!/usr/bin/python
# -*- Mode: python -*-
#
# Copyright (C) 2000 The ViewCVS Group. All Rights Reserved.
#
# By using this file, you agree to the terms and conditions set forth in
# the LICENSE.html fi
www.eeworm.com/read/101228/15840376
prg ckzz.prg
*仓库总帐查看模块
*程序名:ckzz
*程序员:
*开发日期:1997.12.13
*最后修改日期:
*修改记录
*变量说明
*cxnr:查询内容
*qd:确定
private all except p_*
do dksjk with 'ckzz','ckzz'
cxnr=space(20)
set message to '仓库总帐打开'
d
www.eeworm.com/read/101228/15840470
prg spk.prg
*商品库管理
*程序名:spk
*程序员:
*开发日期:
*最后修改日期:
*修改记录:
*变量说明
*cxnr:查询内容
private all except p_*
cxnr=space(20)
do dksjk with 'spk','spk'
do jrz with p_gzrrxm,'进入商品库管理'
do form spk name spk li
www.eeworm.com/read/101228/15840539
prg ysk.prg
*颜色库管理
*程序名:ysk
*程序员:
*开发日期:
*最后修改日期:
*修改记录:
*变量说明
private all except p_*
do dksjk with 'ysk','ysk'
do jrz with p_gzrrxm,'进入颜色库管理'
do form ysk name ysk linked
do jrz with p_gzrrxm,'退出