代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/141946/12976184
h usbdi.h
/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
USBDI.H
Abstract:
structures common to the USBD and USB device drivers.
Environment:
Ker
www.eeworm.com/read/328976/12991410
m slamprob.m
% SLAMPROB - Description of a SLAM problem structure.
%
% This file describes SLAM problem structures, which are used in a
% number of functions. For example, SLAM2DPROB creates a SLAM problem
%
www.eeworm.com/read/140810/13060703
h cpm_8260.h
/*
* MPC8260 Communication Processor Module.
* Copyright (c) 1999 Dan Malek (dmalek@jlc.net)
*
* This file contains structures and information for the communication
* processor channels fo
www.eeworm.com/read/140810/13060737
bak cpm_8260.h.bak
/*
* MPC8260 Communication Processor Module.
* Copyright (c) 1999 Dan Malek (dmalek@jlc.net)
*
* This file contains structures and information for the communication
* processor channels fo
www.eeworm.com/read/140161/13104681
h regex.h
/* Definitions for data structures and routines for the regular
expression library, version 0.12.
Copyright (C) 1985, 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
This p
www.eeworm.com/read/240985/13182442
h process.h
/* process.h
Symbols and structures for process management.
Copyright (c) 1987, 1991 by Borland International
All Rights Reserved.
*/
#if !defined( __PROCESS_H )
#define __PRO
www.eeworm.com/read/138026/13272296
h dir.h
/* dir.h
Defines structures, macros, and functions for dealing with
directories and pathnames.
Copyright (c) Borland International 1987,1988,1990
All Rights Reserved.
*/
#if __STD
www.eeworm.com/read/320625/13421127
cxx ibgosplit.cxx
#include "ibgoctree.hxx"
/* basic splitting functions (pure splitting, correct data structures
* before and after splitting, no refinement strategies)
ibgiCell ibgOctree3D::splitCell(ibgiCell
www.eeworm.com/read/316109/13529942
h usbdi.h
/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
USBDI.H
Abstract:
structures common to the USBD and USB device drivers.
Environment:
Ker
www.eeworm.com/read/307616/13719325
cpp ex7_01.cpp
// Ex7_01.CPP
// Exercising structures in the yard
#include
using std::cout;
using std::endl;
// Definition of a struct to represent rectangles
struct RECTANGLE
{
int Left;