代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/403151/11521571
c f3xx_usb0_descriptor.c
//-----------------------------------------------------------------------------
// F3xx_USB0_Descriptor.c
//-----------------------------------------------------------------------------
// Copyrigh
www.eeworm.com/read/158649/11594879
java randombounds.java
//: c03:RandomBounds.java
// Does Math.random() produce 0.0 and 1.0?
// {RunByHand}
public class RandomBounds {
static void usage() {
System.out.println("Usage: \n\t" +
"RandomBoun
www.eeworm.com/read/158649/11595090
java makedirectories.java
//: c11:MakeDirectories.java
// Demonstrates the use of the File class to
// create directories and manipulate files.
// {NoAutomaticTesting}
// {Args: MakeDirectoriesTest}
import java.io.*;
p
www.eeworm.com/read/262186/11602303
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/261670/11629801
c readburst.c
#include
#include
#include
#include
#include
#include
#include "can.h"
#define DEFAULT_DEV "/dev/can0"
#ifndef TRUE
www.eeworm.com/read/261670/11629820
c read.c
#include
#include
#include
#include
#include
#include
#include "can.h"
#define DEFAULT_DEV "/dev/can1"
#ifndef TRUE
www.eeworm.com/read/158146/11642010
log ncelab.log
ncelab: 05.00-p001: (c) Copyright 1995-2003 Cadence Design Systems, Inc.
ncelab: Memory Usage - 9.0M data
ncelab: CPU Usage - 0.0s system + 0.1s user = 0.1s total (0.8s, 15.4% cpu)
www.eeworm.com/read/158146/11642016
log ncvlog.log
ncvlog: 05.00-p001: (c) Copyright 1995-2003 Cadence Design Systems, Inc.
ncvlog: Memory Usage - 3.0M data
ncvlog: CPU Usage - 0.0s system + 0.1s user = 0.1s total (0.3s, 50.0% cpu)
www.eeworm.com/read/157733/11667645
readme
This is Andrew McCallum's modification of Miles
Bader's `argp' functions.
`argp' is a collection of functions in GNU libc 2.x that provides
powerful command-line argument processi
www.eeworm.com/read/346656/11733726
pl lwp_simple_get.pl
#!/usr/bin/perl -wT
use strict;
use LWP::Simple;
my $location = shift || die "Usage: $0 URL\n";
getprint( $location );