代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/311774/13626171
c main.c
#include "call.h"
char escapec = '~';
char *src;
char *dst;
static void usage(char *);
int
main(int argc, char *argv[])
{
int c, remfd, debug;
char args[MAXLINE];
args[0] = 0; /* build arg
www.eeworm.com/read/309860/13663477
txt serv_req_info.txt
[Web SPR Info]
Version=2.0 SERVICE PACK 1
Product=Quartus II
Logic Cell Usage=0
Authorization Method=System
Host ID=80adb49d
www.eeworm.com/read/309860/13663511
txt serv_req_info.txt
[Web SPR Info]
Version=2.0 SERVICE PACK 1
Product=Quartus II
Logic Cell Usage=0
Authorization Method=System
Host ID=80adb49d
www.eeworm.com/read/309375/13673180
m divq.m
function y=divq(x,q)
% Usage: y=divq(x,q)
% element by element matrix division with known quotient matrix
% x and q must have the same size
% called by jpegdemo.m
y =x./q;
www.eeworm.com/read/309123/13681870
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
www.eeworm.com/read/308605/13698831
inc iicmacro.inc
;====================================================================================
; The information contained herein is the exclusive property of
; Sunplus Technology Co. And shall not be distri
www.eeworm.com/read/308605/13698842
inc iicmacro.inc
;====================================================================================
; The information contained herein is the exclusive property of
; Sunplus Technology Co. And shall not be distri
www.eeworm.com/read/304348/13796073
c main.c
#include "call.h"
char escapec = '~';
char *src;
char *dst;
static void usage(char *);
int
main(int argc, char *argv[])
{
int c, remfd, debug;
char args[MAXLINE];
args[0] = 0; /* build arg
www.eeworm.com/read/303837/13808008
makefile
#
# Makefile for lharc
# needs TC 1.5
#
# To make Japanese version
# make
# or make -Dlang=j
#
# To make English version
# make -Dlang=e
#
asm = optasm
linker = tlink
sw = -M
www.eeworm.com/read/302164/13840155
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过下列属性集
// 控制。更改这些属性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("sms")]
[as