代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/133667/14031049
c moveadd.c
/* We include the following header files,
define some character arrays and a pointer to those arrays
and then initialize the curses structures. */
#include
#include
#in
www.eeworm.com/read/235522/14065575
h bitmap.h
// bitmap.h
// Data structures defining a bitmap -- an array of bits each of which
// can be either on or off.
//
// Represented as an array of unsigned integers, on which we do
// modulo arithmetic
www.eeworm.com/read/235522/14065587
h filehdr.h
// filehdr.h
// Data structures for managing a disk file header.
//
// A file header describes where on disk to find the data in a file,
// along with other information about the file (for instance
www.eeworm.com/read/235522/14065596
h filesys.h
// filesys.h
// Data structures to represent the Nachos file system.
//
// A file system is a set of files stored on disk, organized
// into directories. Operations on the file system have to
// do
www.eeworm.com/read/235522/14065612
h directory.h
// directory.h
// Data structures to manage a UNIX-like directory of file names.
//
// A directory is a table of pairs: ,
// giving the name of each file in the directory,
www.eeworm.com/read/202876/15370600
m small_test_script.m
% This is small script that demonstrate the computation of extrinsic
% parameters using 3D structures.
% This test was build from data provided by Daniel Small (thank you Daniel!)
%-- Image po
www.eeworm.com/read/107060/15613891
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/105918/15654959
h http.h
// Http.h : structures, functions and definitions for http service
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (c) Microsoft Corporation. All rights reserved
www.eeworm.com/read/105918/15654979
cpp http.cpp
// Http.cpp : structures, functions and definitions for http service
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (c) Microsoft Corporation. All rights reserv
www.eeworm.com/read/104643/15686371
h doomdata.h
/* DoomData.h */
/*
all external data is defined here
most of the data is loaded into different structures at run time
*/
#ifndef __DOOMDATA__
#define __DOOMDATA__
#ifndef __BYTEBOOL__