代码搜索:std
找到约 10,000 项符合「std」的源代码
代码结果 10,000
www.eeworm.com/read/259903/4338432
std makefile.std
# makefile for libpng
# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
# For conditions of distribution and use, see copyright notice in png.h
# where make install puts libpng.a and png.h
prefi
www.eeworm.com/read/258350/4356698
std makefile.std
# makefile for libpng
# Copyright (C) 2002 Glenn Randers-Pehrson
# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
# For conditions of distribution and use, see copyright notice in png.h
# where
www.eeworm.com/read/254811/4380080
inc std.inc
;*****************************************************************************
;*
;* * * * STD.INC : Standard extensions to CMACROS.INC * * *
;* (must include CMACROS.INC first)
;* WARNING:
;* Th
www.eeworm.com/read/158865/5593262
h std.h
/* std.h -- Private #include File (module.h template V1.0)
Copyright (C) 1995 Free Software Foundation, Inc.
Contributed by James Craig Burley.
This file is part of GNU Fortran.
GNU Fortran is
www.eeworm.com/read/158865/5593292
c std.c
/* std.c -- Implementation File (module.c template V1.0)
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Contributed by James Craig Burley.
This file is part of GNU Fortran.
GNU Fortra
www.eeworm.com/read/474586/6813176
sci std.sci
function y = std(x,a)
// std - for matlab compatibility
if argn(2)==1
y = stdev(x);
else
y = stdev(x,a);
end
endfunction
www.eeworm.com/read/474083/6832437
xls std.xls
www.eeworm.com/read/473600/6846942
std makefile.std
#
# Makefile for webalizer - a web server logfile analysis thingie
#
# (c)1997-2000 by Bradford L. Barrett (brad@mrunix.net)
# Distributed under the GNU GPL. See "README" and "Copyright"
# files suppl
www.eeworm.com/read/473001/6854008
cpp std.cpp
#include
#include
#include
#ifndef BZ_NO_NAMESPACES
using namespace std;
#endif
int main()
{
return 0;
}