代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/104380/15696663
h pop.h
#ifndef TRUE
#define TRUE 1
#define FALSE 0
#endif
#define BUF_LEN 128
#include
/* ---------------- common server data structures ---------------- */
/* POP server control
www.eeworm.com/read/103770/15721760
h nlpcache.h
/*++
Copyright (c) 1991 - 1999 Microsoft Corporation
Module Name:
nlpcache.h
Abstract:
Structures and prototypes for nlpcache.c
Author:
Richard L Firth (rfirth) 17-Ma
www.eeworm.com/read/100325/15877127
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
www.eeworm.com/read/100204/15880408
c write.c
/*
* Program write.c - dump memory structures to file for iso9660 filesystem.
Written by Eric Youngdale (1993).
Copyright 1993 Yggdrasil Computing, Incorporated
This program is free sof
www.eeworm.com/read/433114/8544739
m show.m
function show(var)
% Function displays numeric variables, structures, and cell arrays in a
% more general form than provided by Matlab and uses "disp" for all other
% variables
%
% Written by: E. R.:
www.eeworm.com/read/289385/8555755
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/187542/8626485
cpp pgm05_10.cpp
//
// This file contains the C++ code from Program 5.10 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/187542/8626489
cpp pgm15_02.cpp
//
// This file contains the C++ code from Program 15.2 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/187542/8626493
cpp pgm12_12.cpp
//
// This file contains the C++ code from Program 12.12 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 199
www.eeworm.com/read/187542/8626496
cpp pgm05_02.cpp
//
// This file contains the C++ code from Program 5.2 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998