代码搜索:param
找到约 10,000 项符合「param」的源代码
代码结果 10,000
www.eeworm.com/read/431545/8668109
c param.c
/*******************************************************************************
Intel PRO/1000 Linux driver
Copyright(c) 1999 - 2008 Intel Corporation.
This program is free software; you can
www.eeworm.com/read/431223/8699152
c param.c
/* param.c 030390 */
#include
//#ifndef WINDOWS
//#include
//#else
#include "pfwstdio.h"
//#endif
#include
#include
#include
#ifdef ANSIPROTO
#inclu
www.eeworm.com/read/431223/8699193
h param.h
/* param.h 030390 */
#include "constant.h"
#ifdef ANSIPROTO
void SetArguments(int argc, char **argv);
BOOLEAN ExistParameter(char ch);
char *TrueParamStr(int Item);
BOOLEAN HelpRequested(void);
www.eeworm.com/read/386806/8725779
h param.h
#ifndef _LINUX_PARAM_H
#define _LINUX_PARAM_H
#ifndef HZ
#define HZ 100
#endif
#define EXEC_PAGESIZE 4096
#ifndef NGROUPS
#define NGROUPS 32
#endif
#ifndef NOGROUP
#define NOGROUP
www.eeworm.com/read/430161/8763251
java param.java
// FrontEnd Plus for JAD
// DeCompiled : param.class
package sms;
class param
{
String name;
String value;
param()
{
}
}
www.eeworm.com/read/286262/8779859
h param.h
/* $Header: /nw2/tony/src/stevie/src/RCS/param.h,v 1.8 89/08/02 10:59:35 tony Exp $
*
* Settable parameters
*/
struct param {
char *fullname; /* full parameter name */
char *shortname; /*
www.eeworm.com/read/286262/8779868
c param.c
/* $Header: /nw2/tony/src/stevie/src/RCS/param.c,v 1.10 89/08/02 10:59:10 tony Exp $
*
* Code to handle user-settable parameters. This is all pretty much table-
* driven. To add a new parameter,
www.eeworm.com/read/285841/8808224
cpp param.cpp
// Param.cpp: implementation of the Param class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Param.h"
#ifdef _DEBUG
#undef THIS_FI
www.eeworm.com/read/285841/8808318
h param.h
// Param.h: interface for the Param class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_PARAM_H__412DF203_5955_4EB1_8992_6D8EDD59DFE1__INCLUDED_)
#d