代码搜索:instance

找到约 10,000 项符合「instance」的源代码

代码结果 10,000
www.eeworm.com/read/168269/9926599

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/361963/10026495

c dev_c7200_serial.c

/* * Cisco router simulation platform. * Copyright (C) 2005,2006 Christophe Fillot. All rights reserved. * * Serial Interfaces (Mueslix). * * EEPROM types: * - 0x0C: PA-4T+ * - 0x0D: PA
www.eeworm.com/read/361963/10026510

c dev_c3745_pcmod.c

/* * Cisco router simulation platform. * Copyright (c) 2007 Christophe Fillot (cf@utc.fr) * * PC Modules NM (NM-NAM, NM-CIDS, ...) for c3745 platforms. */ #include #include
www.eeworm.com/read/361963/10026600

c dev_c2691_pcmod.c

/* * Cisco router simulation platform. * Copyright (c) 2007 Christophe Fillot (cf@utc.fr) * * PC Modules NM (NM-NAM, NM-CIDS, ...) for c2691 platforms. */ #include #include
www.eeworm.com/read/163135/10174548

xml web.xml

www.eeworm.com/read/163079/10175539

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/358502/10186172

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/358502/10186207

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/162604/10291779

m object.m

/* The implementation of class Object for Objective-C. Copyright (C) 1993, 1994, 1995, 1997, 2002 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribu
www.eeworm.com/read/162078/10339523

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