代码搜索:structures

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

代码结果 10,000
www.eeworm.com/read/366504/9811417

h ip.h

/* Ensure network structures aren't padded (DJGPP and VC) */ #define MAXDATA 1500 /* Maximum Ethernet data size */ #define MAXPACK (MAXDATA+14) /* Maximum packet size (incl. datali
www.eeworm.com/read/365713/9850055

h regex.h

/* Definitions for data structures callers pass the regex library. Copyright (C) 1985, 1989-90 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modi
www.eeworm.com/read/165080/10077365

h process.h

/* process.h Symbols and structures for process management. Copyright (c) Borland International 1987,1988,1990 All Rights Reserved. */ #if __STDC__ #define _Cdecl #else #define _
www.eeworm.com/read/164463/10106254

h device.h

/* * device.h - generic, centralized driver model * * Copyright (c) 2001 Patrick Mochel * * This is a relatively simple centralized driver model. * The data structures were mai
www.eeworm.com/read/164463/10106943

h i2o-dev.h

/* * I2O user 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 th
www.eeworm.com/read/164463/10107078

h event.h

/* * event.h * * Kernel event access routines and data structures. * * Author: MontaVista Software, Inc. * source@mvista.com * * Copyright 2001 MontaVista Software Inc. * * This pro
www.eeworm.com/read/359900/10116920

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/163523/10154918

h ip.h

/* Ensure network structures aren't padded (DJGPP and VC) */ #pragma pack(1) #define MAXDATA 1500 /* Maximum Ethernet data size */ #define MAXPACK (MAXDATA+14) /* Maximum packet siz
www.eeworm.com/read/163079/10176211

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/358784/10179669

inc irvine32.inc

; Include file for Irvine32.lib (Irvine32.inc) INCLUDE SmallWin.inc ; MS-Windows prototypes, structures, and constants .NOLIST ; Last update: 1/27/02 ;--------------------------