代码搜索:structures

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

代码结果 10,000
www.eeworm.com/read/103769/15721821

h mac.h

// Message Authentication Code structures typedef struct _MACstate { DWORD dwBufLen; HCRYPTKEY hKey; BYTE Feedback[CRYPT_BLKLEN]; BYTE Buffer[CRYPT_BLKLEN]; BOOL Fini
www.eeworm.com/read/101162/15849480

java testclient.java

// Sample for using the UDDI API // Including tests for testing out the inquiry and publish API /* 1. In the main function, set the URL of the remote registry to use for inquiry and publish servi
www.eeworm.com/read/101084/15853093

h fbmodedb.h

/* This file is released into the public domain with no warranty whatsoever. Enjoy. */ #ifndef FBMODEDB_H #define FBMODEDB_H /* Structure for /etc/fb.modes modelines. The parser returns a lin
www.eeworm.com/read/101019/15856693

cpp pgm14_13.cpp

// // This file contains the C++ code from Program 14.13 of // "Data Structures and Algorithms // with Object-Oriented Design Patterns in C++" // by Bruno R. Preiss. // // Copyright (c) 199
www.eeworm.com/read/187542/8626479

cpp pgm02_02.cpp

// // This file contains the C++ code from Program 2.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/8626514

cpp pgm14_11.cpp

// // This file contains the C++ code from Program 14.11 of // "Data Structures and Algorithms // with Object-Oriented Design Patterns in C++" // by Bruno R. Preiss. // // Copyright (c) 199
www.eeworm.com/read/187542/8626519

cpp pgm05_11.cpp

// // This file contains the C++ code from Program 5.11 of // "Data Structures and Algorithms // with Object-Oriented Design Patterns in C++" // by Bruno R. Preiss. // // Copyright (c) 1998
www.eeworm.com/read/187542/8626549

cpp pgm13_01.cpp

// // This file contains the C++ code from Program 13.1 of // "Data Structures and Algorithms // with Object-Oriented Design Patterns in C++" // by Bruno R. Preiss. // // Copyright (c) 1998
www.eeworm.com/read/187542/8626559

cpp pgm05_05.cpp

// // This file contains the C++ code from Program 5.5 of // "Data Structures and Algorithms // with Object-Oriented Design Patterns in C++" // by Bruno R. Preiss. // // Copyright (c) 1998
www.eeworm.com/read/187542/8626564

cpp pgm11_09.cpp

// // This file contains the C++ code from Program 11.9 of // "Data Structures and Algorithms // with Object-Oriented Design Patterns in C++" // by Bruno R. Preiss. // // Copyright (c) 1998