代码搜索:usage

找到约 10,000 项符合「usage」的源代码

代码结果 10,000
www.eeworm.com/read/298649/7947744

m e.m

% % routine to get the square root of a number % % usage: via tree structured GA % function out = e(x) % % out=exp(x);
www.eeworm.com/read/298649/7947761

m s.m

% % routine to get the square of a number % % usage: via tree structured GA % function out = s(x) % % out=x.^2.0;
www.eeworm.com/read/298649/7947900

m r.m

% % routine to get the square root of a number % % usage: via tree structured GA % function out = r(x) % % out=sqrt(abs(x));
www.eeworm.com/read/398337/7993526

m larval.m

function ypred = LARval(K,solution) % USAGE % % ypred = LARval(K,solution) if size(K,2)==size(solution.Beta,2); ypred = K *solution.Beta'+solution.b; else yp
www.eeworm.com/read/397549/8039605

java keyusage.java

// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html // Decompiler options: packimports(3) fieldsfirst ansi
www.eeworm.com/read/196815/8058229

log ncelab.log

ncelab: 05.10-p006: (c) Copyright 1995-2003 Cadence Design Systems, Inc. ncelab: Memory Usage - 10.0M data ncelab: CPU Usage - 0.2s system + 0.0s user = 0.2s total (0.5s, 40.0% cpu)
www.eeworm.com/read/196815/8058231

log ncvlog.log

ncvlog: 05.10-p006: (c) Copyright 1995-2003 Cadence Design Systems, Inc. ncvlog: Memory Usage - 4.0M data ncvlog: CPU Usage - 0.0s system + 0.1s user = 0.1s total (0.1s, 99.4% cpu)
www.eeworm.com/read/196467/8091179

h parseargs.h

/* * parseargs.h * * Command line argument parser. * * Copyright 1996-2003 Glyph & Cog, LLC */ #ifndef PARSEARGS_H #define PARSEARGS_H #ifdef __cplusplus extern "C" { #endif #include "gtypes.
www.eeworm.com/read/333438/12682541

c hid-input.c

/* * $Id: hid-input.c,v 1.5 2001/05/23 09:25:02 vojtech Exp $ * * Copyright (c) 2000-2001 Vojtech Pavlik * * USB HID to Linux Input mapping module * * Sponsored by SuSE */ /* * This progr