代码搜索:structures

找到约 10,000 项符合「structures」的源代码

代码结果 10,000
www.eeworm.com/read/284556/8918888

h coff.h

/* coff.h * Data structures that describe the MIPS COFF format. */ struct filehdr { unsigned short f_magic; /* magic number */ unsigned short f_nscns; /* number of
www.eeworm.com/read/284556/8919105

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/284556/8919109

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 //
www.eeworm.com/read/383713/8925072

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/283498/9016059

a lists.a

StdGrp group stdlib, stddata stddata segment para public 'sldata' stddata ends stdlib segment para public 'slcode' ; ; lists.a: Important data structures and equates used by all the ; l
www.eeworm.com/read/283498/9016192

asm pgm5_6.asm

; Arrays of Structures ; ; Randall Hyde dseg segment para public 'data' ; A structure that defines an (x,y) coordinate. ; Note that the Point data type requires four bytes. Point str
www.eeworm.com/read/382131/9047066

h bounds.h

#ifndef H_BOUNDS #define H_BOUNDS typedef unsigned char PIXELVALUE; class PhysicalSprite { public: // Constructor. Initializes all data structures needed PhysicalSprite(PIXELVALUE* pix
www.eeworm.com/read/379711/9181771

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/378952/9211936

h linux.h

/* ** Special compatibility definitions for linux. ** ** On the linux platform, several IP-related structures have ** different names. Also some of the structure fields have ** other names, although t
www.eeworm.com/read/181590/9245043

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 und