代码搜索:Notes

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

代码结果 10,000
www.eeworm.com/read/485031/6571311

h folderdialog.h

/* DESCRIPTION: CFolderDialog - Folder Selection Dialog Class NOTES: Copyright(C) Armen Hakobyan, 2002 mailto:armenh@cit.am VERSION HISTORY: 24 Mar 2002 - First release */ #pra
www.eeworm.com/read/477140/6739063

h undocnt.h

/* User notes. ========== This file contains the prototypes and related data structures for the system service layer. NTDDK.H must be included before including this header file. All the syste
www.eeworm.com/read/265219/11272684

fax

#!/bin/sh # # fax - script to make, send, receive, view or print a fax # Copyright 1993-1999 by Ed Casas # # --- Start of user configuration section --- # # Notes: # # - do not put spaces befor
www.eeworm.com/read/410380/11288656

readme

Why another whois client? Because the RIPE client is a mess of hacks and #ifdefs and more complex programs lack features or are bloated. Notes about the data files: - domain names MUST be lowercase a
www.eeworm.com/read/263675/11348344

h assert.h

/* * File: assert.h * Purpose: Provide macro for software assertions * * Notes: assert_failed() defined in assert.c */ #ifndef _ASSERT_H_ #define _ASSERT_H_ /**********************
www.eeworm.com/read/408528/11383741

h bulkdev.h

/*++ Module Name: bulkdev.h Abstract: Environment: Kernel mode Notes: --*/ #ifndef _INTUSB_DEV_H #define _INTUSB_DEV_H NTSTATUS BulkUsb_DispatchCreate( I
www.eeworm.com/read/408407/11389337

txt convertlit_readme.txt

Welcome to the release notes for ConvertLIT 1.8. ---------------------------------------------------------------- Summary A. Usage changes for DRM5 support B. Bug fixes C. Small GUI front-end
www.eeworm.com/read/407760/11411106

pseudo readme.pseudo

03-Jun-2002 Notes on booting arbitrary REAL mode binaries at 1000:0000 THIS IS NOT A PART OF THE STANDARD LILO DISTRIBUTION. Arbitrary real mode binaries cannot be loaded directly by LI
www.eeworm.com/read/407759/11411225

pseudo readme.pseudo

03-Jun-2002 Notes on booting arbitrary REAL mode binaries at 1000:0000 THIS IS NOT A PART OF THE STANDARD LILO DISTRIBUTION. Arbitrary real mode binaries cannot be loaded directly by LI
www.eeworm.com/read/401789/11549430

c hash.c

/* Name : hash.c * * Notes: This file contains all of the routines needed to maintain and * access the hash structures used by my LZ77 data compression * routines. * * $Log: h