代码搜索:Sub
找到约 10,000 项符合「Sub」的源代码
代码结果 10,000
www.eeworm.com/read/390693/8452216
m sub.m
% function d = sub(a,b)
% 求a, b之差的函数, 返回值d为标量
function d = sub(a,b)
if (size(a)~=size(b))
warning('a, b必须为相同行列数的矩阵、向量或标量.');
d = NaN; % 当a,b行列数不匹配时, 返回非数常量NaN
else
d = a-b; % 当a,b行列数一致
www.eeworm.com/read/390607/8457178
sub config.sub
#! /bin/sh
# Configuration validation subroutine script.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
timestamp='2003-02
www.eeworm.com/read/290818/8460710
class sub.class
www.eeworm.com/read/390191/8478714
sub config.sub
#! /bin/sh
# Configuration validation subroutine script.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002 Free Software Foundation, Inc.
timestamp='2002-11-30'
www.eeworm.com/read/189056/8493650
sub config.sub
#! /bin/sh
# Configuration validation subroutine script.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
timestamp='2
www.eeworm.com/read/188962/8498892
sub config.sub
#! /bin/sh
# Configuration validation subroutine script.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
timest
www.eeworm.com/read/290066/8507938
sub config.sub
#! /bin/sh
# Configuration validation subroutine script.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002 Free Software Foundation, Inc.
timestamp='2002-04-26'
www.eeworm.com/read/188503/8534513
sub config.sub
#! /bin/sh
# Configuration validation subroutine script.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
timestamp='2004-02
www.eeworm.com/read/389295/8534741
sub config.sub
#! /bin/sh
# Configuration validation subroutine script.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
timestamp='2003-02