代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/214672/15092148
h debug.h
// debug.h
// Data structures for debugging routines.
//
// The debugging routines allow the user to turn on selected
// debugging messages, controllable from the command line arguments
// passed to
www.eeworm.com/read/214672/15092285
h machine.h
// machine.h
// Data structures for simulating the execution of user programs
// running on top of Nachos.
//
// User programs are loaded into "mainMemory"; to Nachos,
// this looks just like an arra
www.eeworm.com/read/214672/15092290
h synchconsole.h
// synchconsole.h
// Data structures for synchronized access to the keyboard
// and console display devices.
//
// NOTE: this abstraction is not completely implemented.
//
// Copyright (c) 1992-1996
www.eeworm.com/read/214672/15092332
h pbitmap.h
// pbitmap.h
// Data structures defining a "persistent" bitmap -- a bitmap
// that can be stored and fetched off of disk
//
// A persistent bitmap can either be initialized from the disk
// whe
www.eeworm.com/read/210681/15193469
m bsedit.m
%BSEDIT BSEDIT displays a dialog box to add or modify base stations
%
%Inputs (from base workspace):
% activeBS: BS to show
%Outputs:
% modified array of basestation structures
%
%Authors
www.eeworm.com/read/208180/15251474
c v4l2-common.c
/*
* Video for Linux Two
*
* A generic video device interface for the LINUX operating system
* using a set of device structures/vectors for low level operations.
*
* This file replaces the video
www.eeworm.com/read/206248/15297630
h usbioctl.h
/*++
Copyright (c) 1998-99 Microsoft Corporation
Module Name:
USBIOCTL.H
Abstract:
structures common to the USBD and USB device drivers.
Environment:
Kernel &
www.eeworm.com/read/9264/166442
c memp.c
/**
* @file
* Dynamic pool memory manager
*
* lwIP has dedicated pools for many structures (netconn, protocol control blocks,
* packet buffers, ...). All these pools are managed here.
*/
www.eeworm.com/read/11175/207711
inc compvect.inc
;***
;compvect.inc - 03-Sep-86 - Component vector dispatch table structures
;***
.XLIST
;***
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
;
; There are several dispatch table
www.eeworm.com/read/13390/275204
c memp.c
/**
* @file
* Dynamic pool memory manager
*
* lwIP has dedicated pools for many structures (netconn, protocol control blocks,
* packet buffers, ...). All these pools are managed here.
*/