代码搜索:Notes

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

代码结果 10,000
www.eeworm.com/read/274098/4189898

c prpmanf.c

/*++ Copyright (c) 1998 Microsoft Corporation Module Name: prpmanf.c Abstract: Code related to "custom" properties Author: Notes: THIS CODE AND INFORMATION IS PROVID
www.eeworm.com/read/273740/4197060

pci readme.pci

Some notes for ftape users with PCI motherboards: ================================================= The problem: ------------ There have been some problem reports from people using PCI-bus based sys
www.eeworm.com/read/271875/4221219

readme

Important notes. =============== 1. This implementation is actually a system independent template. It means that the question "Where and how may I collect the monitored statistics
www.eeworm.com/read/271875/4221853

readme

The Perl5 'SNMP' Extension Module for the Net-SNMP Library Contents: Introduction: Availability: Contact: Supported Platforms: Release Notes: Installation: Operationa
www.eeworm.com/read/443386/1746830

pci readme.pci

Some notes for ftape users with PCI motherboards: ================================================= The problem: ------------ There have been some problem reports from people using PCI-bus based sys
www.eeworm.com/read/443386/1749782

txt cmipci.txt

Brief Notes on C-Media 8738/8338 Driver ======================================= Takashi Iwai Front/Rear Multi-channel Playback -------
www.eeworm.com/read/433521/1883224

h ghs.h

/* * File: ghs.h * Purpose: Define constants for Green Hills Software toolchain * * Notes: * */ #ifndef _GHS_H_ #define _GHS_H_ /**********************************************
www.eeworm.com/read/433521/1883260

c mcf5xxx.c

/* * File: mcf5xxx.c * Purpose: Generic high-level routines for generic ColdFire processors * * Notes: */ #include "common.h" /***********************************************
www.eeworm.com/read/433521/1883298

h queue.h

/* * File: queue.h * Purpose: Implement a first in, first out linked list * * Notes: */ #ifndef _QUEUE_H_ #define _QUEUE_H_ /**********************************************************
www.eeworm.com/read/433521/1883301

c queue.c

/* * File: queue.c * Purpose: Implement a first in, first out linked list * * Notes: */ #include "common.h" #include "queue.h" /****************************************************