代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/161772/10376207
c strucarr.c
/* Demonstrates using arrays of structures. */
#include
/* Define a structure to hold entries. */
struct entry {
char fname[20];
char lname[20];
char phone[10];
};
www.eeworm.com/read/352747/10518067
txt bookinfo.txt
005 Computer Data Structures
010 Introduction to Data Structures
023 Fundamentals of Data Structures
034 The Design and Analysis of Computer Algorithms
050 Introduction to Numerical Analysis
067
www.eeworm.com/read/423304/10571762
txt bookinfo.txt
005Computer Data Structures
010Introduction to Data Structures
023Fundamentals of Data Structures
034The Design and Analysis of Computer Algorithms
050Introduction to Numerical Analysis
067Numeri
www.eeworm.com/read/423304/10572742
txt bookinfo.txt
005Computer Data Structures
010Introduction to Data Structures
023Fundamentals of Data Structures
034The Design and Analysis of Computer Algorithms
050Introduction to Numerical Analysis
067Numeri
www.eeworm.com/read/159601/10634849
h extern.h
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: extern
www.eeworm.com/read/351570/10639406
txt algo0409bookinfo.txt
005 Computer Data Structures
010 Introduction to Data Structures
023 Fundamentals of Data Structures
034 The Design and Analysis of Computer Algorithms
050 Introduction to Numerical Analysis
067
www.eeworm.com/read/159561/10639585
h bmptypes.h
/*
*
* This code from Dr. Dobbs Journal, March 1995. Copyright information unavailable.
* http://www.ddj.com/ftp/1995/1995.03/bmp.zip
*
*/
/*
* Data types used in bitmap files.
*/
www.eeworm.com/read/159441/10648325
history
$Id: HISTORY,v 1.1.1.1 2003/10/05 18:21:21 reflex-2000 Exp $ -*- text -*-
disktype History
==================
Version 1 was released on Feb 11, 2003. It supported the following
formats:
File sys
www.eeworm.com/read/349916/10781959
h extern.h
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: extern
www.eeworm.com/read/349837/10797521
txt algo0409bookinfo.txt
005 Computer Data Structures
010 Introduction to Data Structures
023 Fundamentals of Data Structures
034 The Design and Analysis of Computer Algorithms
050 Introduction to Numerical Analysis
067