代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/161674/10386692
h list.h
// list.h
// Data structures to manage LISP-like lists.
//
// As in LISP, a list can contain any type of data structure
// as an item on the list: thread control blocks,
// pending interrupts
www.eeworm.com/read/161674/10386823
h disk.h
// disk.h
// Data structures to emulate a physical disk. A physical disk
// can accept (one at a time) requests to read/write a disk sector;
// when the request is satisfied, the CPU gets an interru
www.eeworm.com/read/352754/10516885
h minix_fs.h
#ifndef _LINUX_MINIX_FS_H
#define _LINUX_MINIX_FS_H
/*
* The minix filesystem constants/structures
*/
/*
* Thanks to Kees J Bot for sending me the definitions of the new
* minix filesys
www.eeworm.com/read/423392/10563390
h config.h
/*
* WPA Supplicant / Configuration file structures
* Copyright (c) 2003-2005, Jouni Malinen
*
* This program is free software; you can redistribute it and/or modify
* it under the term
www.eeworm.com/read/423392/10563627
h config_ssid.h
/*
* WPA Supplicant / Network configuration structures
* Copyright (c) 2003-2005, Jouni Malinen
*
* This program is free software; you can redistribute it and/or modify
* it under the t
www.eeworm.com/read/351845/10603763
h vms_sys_dirent.h
/* @(#)dirent.h 1.4 89/06/16 SMI */
/*
* Filesystem-independent directory information.
* Directory entry structures are of variable length.
* Each directory entry is a struct dirent containing it
www.eeworm.com/read/350893/10699986
c symbol.c
/*
YABASIC --- a simple Basic Interpreter
written by Marc-Oliver Ihm 1995-2004
homepage: www.yabasic.de
symbol.c --- code for control structures, symbol and stack management
www.eeworm.com/read/276828/10706101
inc wsock32.inc
; WSOCK32.DLL structures and constants
struct WSADATA
wVersion dw ?
wHighVersion dw ?
szDescription db 256+1 dup (?)
szSystemStatus db 128+1 dup (?)
iMaxSockets dw ?
www.eeworm.com/read/418342/10952862
m wavework.m
function [varargout] = wavework(opcode, type, c, s, n, x)
%WAVEWORK is used to edit wavelet decomposition structures.
% [VARARGOUT] = WAVEWORK(OPCODE, TYPE, C, S, N, X) gets the
% coefficients
www.eeworm.com/read/418318/10953540
h hub.h
#ifndef __LINUX_HUB_H
#define __LINUX_HUB_H
/*
* Hub protocol and driver data structures.
*
* Some of these are known to the "virtual root hub" code
* in host controller drivers.
*/
#