代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/362743/9983988
h gdsl_rbtree.h
/*
* This file is part of the Generic Data Structures Library (GDSL).
* Copyright (C) 1998-2006 Nicolas Darnis .
*
* The GDSL library is free software; you can redistribute it and
www.eeworm.com/read/362743/9983990
h _gdsl_bintree.h
/*
* This file is part of the Generic Data Structures Library (GDSL).
* Copyright (C) 1998-2006 Nicolas Darnis .
*
* The GDSL library is free software; you can redistribute it and
www.eeworm.com/read/362743/9983996
c gdsl_stack.c
/*
* This file is part of the Generic Data Structures Library (GDSL).
* Copyright (C) 1998-2006 Nicolas Darnis .
*
* The GDSL library is free software; you can redistribute it and
www.eeworm.com/read/361375/10056451
h undocnt.h
/*
User notes.
==========
This file contains the prototypes and related data structures for the system
service layer. NTDDK.H must be included before including this header file.
All the syste
www.eeworm.com/read/164463/10106729
h i2o.h
/*
* I2O kernel space accessible structures/APIs
*
* (c) Copyright 1999, 2000 Red Hat Software
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of
www.eeworm.com/read/359581/10135315
c films1.c
/* films1.c -- using an array of structures */
#include
#define TSIZE 45 /* size of array to hold title */
#define FMAX 5 /* maximum number of film titles */
www.eeworm.com/read/163079/10175987
h sysv_fs.h
#ifndef _LINUX_SYSV_FS_H
#define _LINUX_SYSV_FS_H
/*
* The SystemV/Coherent filesystem constants/structures/macros
*/
/* This code assumes
- a little endian processor like 386,
-
www.eeworm.com/read/356874/10219881
c films1.c
/* films1.c -- using an array of structures */
#include
#define TSIZE 45 /* size of array to hold title */
#define FMAX 5 /* maximum number of film titles */
www.eeworm.com/read/161674/10386864
h console.h
// console.h
// Data structures to simulate the behavior of a terminal
// I/O device. A terminal has two parts -- a keyboard input,
// and a display output, each of which produces/accepts
// charac
www.eeworm.com/read/161674/10386868
h timer.h
// timer.h
// Data structures to emulate a hardware timer.
//
// A hardware timer generates a CPU interrupt every X milliseconds.
// This means it can be used for implementing time-slicing, or for
//