代码搜索:usage

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

代码结果 10,000
www.eeworm.com/read/404226/11489773

h utility.h

/* * File: utility.h * --------------- * This file just includes a few support functions you might find * helpful in writing the projects (error handling, debug printing) */ #ifndef _H_ut
www.eeworm.com/read/262186/11602391

m backfittingval.m

function [ypred,y]=backfittingval(kernelmatrix,C) % USAGE % % ypred=backfittingval(kernelmatrix,C) % [n,n1,nbspace]=size(kernelmatrix); %keyboard y=zeros(n,nbspace); y(:,1)=kernelmatrix(:
www.eeworm.com/read/157384/11714406

c bntrackd.c

/* * Copyright (C) 1999 Mark Baysinger (mbaysing@ucsd.edu) * Copyright (C) 2000 Ross Combs (rocombs@cs.nmsu.edu) * * This program is free software; you can redistribute it and/or * modify it u
www.eeworm.com/read/157384/11714409

c bnpass.c

/* * Copyright (C) 1999 Ross Combs (rocombs@cs.nmsu.edu) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as publ
www.eeworm.com/read/157074/11741342

m backfittingval.m

function [ypred,y]=backfittingval(kernelmatrix,C) % USAGE % % ypred=backfittingval(kernelmatrix,C) % [n,n1,nbspace]=size(kernelmatrix); %keyboard y=zeros(n,nbspace); y(:,1)=kernelmatrix(:
www.eeworm.com/read/155149/11894750

txt load.txt

USAGE="usage : $0 -u user/passwd -t tablename [-f path] [-a] [-p sepchar]" INFILE="./myload.txt" uflag=0 tflag=0 aflag=0 fflag=0 SEPCHAR='|' while getopts :au:t:f:p: i do case $i in a ) aflag
www.eeworm.com/read/154878/11921316

lua globals.lua

-- reads luac listings and reports global variable usage -- lines where a global is written to are marked with "*" -- typical usage: luac -p -l file.lua | lua globals.lua | sort | lua table.lua while
www.eeworm.com/read/154689/11934731

cpp test_pcmcia.cpp

// Test_pcmcia.cpp // // Generated by DriverWizard version DriverStudio 2.7.0 (Build 562) // // This console application demonstrates how to open a handle // to a device in your driver, and commu
www.eeworm.com/read/256544/11987904

lua globals.lua

-- reads luac listings and reports global variable usage -- lines where a global is written to are marked with "*" -- typical usage: luac -p -l file.lua | lua globals.lua | sort | lua table.lua while
www.eeworm.com/read/256398/12001831

m backfittingval.m

function [ypred,y]=backfittingval(kernelmatrix,C) % USAGE % % ypred=backfittingval(kernelmatrix,C) % [n,n1,nbspace]=size(kernelmatrix); %keyboard y=zeros(n,nbspace); y(:,1)=kernelmatrix(: