代码搜索:param
找到约 10,000 项符合「param」的源代码
代码结果 10,000
www.eeworm.com/read/445412/7595755
h param.h
/*
* param.h
* This file has no copyright assigned and is placed in the Public Domain.
* This file is a part of the mingw-runtime package.
* No warranty is given; refer to the file DISCLAIMER with
www.eeworm.com/read/444437/7612790
inc param.inc
{$DEFINE apGDI} //for use with windows GDI (windows executable)
{ $DEFINE wdosx} //for WDosX Dos app (dos 32-bit executable)
{ $DEFINE apFPC} //for Free Pascal Compiler
{ $DEFINE win9x} //for D
www.eeworm.com/read/443646/7629543
h param.h
#define MAXARGS 100
typedef struct {
char *str;
sint *flag;
int type;
char **arg;
} cmd_line_data;
/*
command line switches
*/
sint setoptions = -1;
sint sethelp = -1;
sint setinteractive =
www.eeworm.com/read/443634/7629815
c at_param.c
/*
* Copyright(c) 2007 Atheros Corporation. All rights reserved.
*
* Derived from Intel e1000 driver
* Copyright(c) 1999 - 2005 Intel Corporation. All rights reserved.
*
* This program is
www.eeworm.com/read/441705/7666529
cpp param.cpp
// Param.cpp : implementation file
//
#include "stdafx.h"
#include "PMonitor.h"
#include "Param.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/441705/7666560
obj param.obj
www.eeworm.com/read/441705/7666573
sbr param.sbr
www.eeworm.com/read/441705/7666583
h param.h
#if !defined(AFX_PARAM_H__5FC55200_FDE5_482D_8E44_98689782F045__INCLUDED_)
#define AFX_PARAM_H__5FC55200_FDE5_482D_8E44_98689782F045__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
www.eeworm.com/read/440253/7691449
asm param.asm
; This sample prints out the command
; line parameters.
; In DOS you simply add this line
; after an executable:
; param.com my parameters
; In emulator you should set
; them by selecting "Set c
www.eeworm.com/read/439552/7706289