代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/427377/8949292
c channel_real_input.c
/*
| Project: WCDMA simulation environment
| Module:
| Author: Maarit Melvasalo
| Date: February 1999
|
| History:
| March 18, 1999 Maarit Melvasalo
|
www.eeworm.com/read/427377/8949378
c blockcollect.c
/*
|
| Copyright disclaimer:
| This software was developed at the National Institute of Standards
| and Technology by employees of the Federal Government in the course
| of their official d
www.eeworm.com/read/283768/8989274
sql createtable.sql
---存储事例说明信息的表
drop table dbs ;
create table dbs
(db_nm varchar2(8) , /*事例 instance name */
host_nm varchar2(8) , /*host (server) name */
description varchar2(80) /*instance description*/
)
www.eeworm.com/read/426848/8995503
h mass.h
#ifndef _MASS_H
#define _MASS_H
#include "chap9.h"
typedef struct epi
{
unsigned max_packet_size:10; // 端点最大封包
unsigned dev_addr:7; // 设备地址
unsigned ep_num:5; // 端点号
www.eeworm.com/read/426848/8995543
h mass.h
#ifndef _MASS_H
#define _MASS_H
#include "chap9.h"
typedef struct epi
{
unsigned max_packet_size:10; // 端点最大封包
unsigned dev_addr:7; // 设备地址
unsigned ep_num:5; // 端点号
www.eeworm.com/read/184529/9096074
c channel_real_input.c
/*
| Project: WCDMA simulation environment
| Module:
| Author: Maarit Melvasalo
| Date: February 1999
|
| History:
| March 18, 1999 Maarit Melvasalo
|
www.eeworm.com/read/184529/9096166
c blockcollect.c
/*
|
| Copyright disclaimer:
| This software was developed at the National Institute of Standards
| and Technology by employees of the Federal Government in the course
| of their official d
www.eeworm.com/read/379711/9181539
c g_ncr5380.c
#define AUTOSENSE
/*
* Generic Generic NCR5380 driver
*
* Copyright 1993, Drew Eckhardt
* Visionary Computing
* (Unix and Linux consulting and custom programming)
* drew@colorado.edu
www.eeworm.com/read/182750/9192738
h dogclient.h
/*+============================================================================
File: DogClient.h
Summary: Watch dog client timer class.
History:
2000/07/12 V1.0
Start it by shencan@263
www.eeworm.com/read/182750/9192745
cpp dogclient.cpp
/*+============================================================================
File: DogClient.cpp
Summary: Watch dog client timer class.
History:
2000/07/12 V1.0
Start it by shencan@2