代码搜索:param
找到约 10,000 项符合「param」的源代码
代码结果 10,000
www.eeworm.com/read/124347/6051300
h param.h
/*
* $Id: param.h,v 1.1 2002/11/07 19:27:36 jjohnstn Exp $
*/
#ifndef _MACHINE_PARAM_H_
#define _MACHINE_PARAM_H_
/*
* These aren't really machine-dependent for RTEMS.....
*/
/*
#define MACHIN
www.eeworm.com/read/124347/6051890
h param.h
/* This is a dummy file, not customized for any
particular system. If there is a param.h in libc/sys/SYSDIR/sys,
it will override this one. */
#ifndef _SYS_PARAM_H
# define _SYS
www.eeworm.com/read/123626/6058473
c param.c
#include
#include
#include "board.h"
#include "bios.h"
//#define BTE201 1
//#define IRE201 1
//#define NP15B
#define COMPEX_VENDOR_ID 0x11F6
#define IRE201_DEVICE_ID 0x80
www.eeworm.com/read/123438/6059295
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/119864/6081642
h param.h
/* Copyright (C) 1995, 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify
www.eeworm.com/read/119649/6082951
format param.format
Dim param{0} as new SqlParameter( "@{0}", {2})
param{0}.SqlDbType = SqlDbType.Parse( GetType(SqlDbType), "{1}", true)
param{0}.Direction = ParameterDirection.{3}
param{0}.Size = {4}
www.eeworm.com/read/119649/6083160
format param.format
SqlParameter param{0} = new SqlParameter( "@{0}", {2});
param{0}.SqlDbType = (SqlDbType) Enum.Parse( typeof(SqlDbType), "{1}", true);
param{0}.Direction = ParameterDirection.{3};
param{