代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/218507/14917037
c exolfgpi.c
/*
* Copyright (c) 2005 Koninklijke Philips Electronics N V. All rights reserved.
*
* This source code and any compilation or derivative thereof is the proprietary
* information of Koninklijke Phi
www.eeworm.com/read/218002/14941390
h dev_ep.h
#ifndef _DEV_EP_H
#define _DEV_EP_H
/****************************************************************************/
/* includes */
/************************************************
www.eeworm.com/read/218002/14941402
h transfer.h
#ifndef _TR_GENE_H
#define _TR_GENE_H
/****************************************************************************/
/* includes */
/********************************************
www.eeworm.com/read/116130/14987643
jhd pbch.jhd
MODULE pbch
SUBMODULE CDT10
INSTANCE I26
SUBMODULE BC07
INSTANCE I21
SUBMODULE NULX
INSTANCE I22
SUBMODULE COUT
INSTANCE I23
SUBMODULE KEY
INSTANCE I25
www.eeworm.com/read/211749/15174289
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/211749/15174330
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/207800/15261875
h insfun.h
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*
www.eeworm.com/read/207777/15262401
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/207777/15262436
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/206867/15287200
cpp privstat.cpp
#include
class SomeClass
{
public:
SomeClass(int value) { count++; my_data = value; };
SomeClass(int value, int static_value)
{
count = static_value; my_data