代码搜索结果

找到约 10,000 项符合 H 的代码

threadsynbysemaphore.h

// ThreadSynBySemaphore.h : main header file for the THREADSYNBYSEMAPHORE application // #if !defined(AFX_THREADSYNBYSEMAPHORE_H__94AB6C97_8BDB_4A60_BE47_790A2529EC7C__INCLUDED_) #define AFX_THRE

threadsynbysemaphoredlg.h

// ThreadSynBySemaphoreDlg.h : header file // #if !defined(AFX_THREADSYNBYSEMAPHOREDLG_H__09885073_155C_4D17_8364_C4EBED23A573__INCLUDED_) #define AFX_THREADSYNBYSEMAPHOREDLG_H__09885073_155C_4D1

resource.h

//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by ThreadSynBySemaphore.rc // #define IDD_THREADSYNBYSEMAPHORE_DIALOG 102 #define IDR_MAINFRAME

stdafx.h

// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #if !defined(AFX_STDAFX_H__6

ipcclient.h

#if !defined(AFX_IPCCLIENT_H__B21E172B_AD88_480B_8B11_0EFDF78405B0__INCLUDED_) #define AFX_IPCCLIENT_H__B21E172B_AD88_480B_8B11_0EFDF78405B0__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif /

resource.h

//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by IPC_MSGCLIENT.rc // #define IDD_IPC_MSGCLIENT_DIALOG 102 #define IDR_MAINFRAME 128

iterator.h

// Programming with C++, Second Edition, by John R. Hubbard // Copyright McGraw-Hill 2000 // Iterator.h // An Iterator Class Template template class Iterator { public: virtual void res

newres.h

#ifndef __NEWRES_H__ #define __NEWRES_H__ #define SHMENUBAR RCDATA #if !(defined(_WIN32_WCE_PSPC) && (_WIN32_WCE >= 300)) #undef HDS_HORZ #undef HDS_BUTTONS #undef HDS_HIDDEN #incl

stdafx.h

// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #if !defined(AFX_STDAFX_H__4

student.h

// Programming with C++ by John R. Hubbard // Copyright McGraw-Hill 2000 // Example 12.4, page 276 // Composing the Date Class with the Person Class #include using namespace std; class Pe