代码搜索结果

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

parser.h

#ifndef _PARSER_H_ #define _PARSER_H_ #include "scaner.h" typedef enum { kVarDec, kFunDec, kParam, kStmt, kExp } NodeKind; typedef enum { kIf, kWhile, kGoto, kBreak, kContinue, kRead,

tabsheetdoc.h

// MyTabDemoDoc.h : interface of the CTabSheetDoc class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_MYTABDEMODOC_H__314EA45B_C89A_11D3_B1F0_0

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__0

cminusdoc.h

// cminusDoc.h : interface of the CCminusDoc class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_CMINUSDOC_H__077CB5B4_CE6B_4FF0_8199_FD4AB3846

asmcodedoc.h

#if !defined(AFX_ASMCODEDOC_H__364D98BC_84E2_4578_A3E6_0769F0BAF001__INCLUDED_) #define AFX_ASMCODEDOC_H__364D98BC_84E2_4578_A3E6_0769F0BAF001__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif

mainfrm.h

// MainFrm.h : interface of the CMainFrame class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_MAINFRM_H__5C7B83D0_5F3F_49E9_AF27_E2769ED9EA91_

symboltable.h

#ifndef _SYMBOLTABLE_H_ #define _SYMBOLTABLE_H_ #include "parser.h" // SIZE is the size of the hash table #define SIZE 211 // SHIFT is the power of two used as multiplier in hash function

outputbar.h

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

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__3

mainfrm.h

// MainFrm.h : interface of the CMainFrame class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_MAINFRM_H__314EA459_C89A_11D3_B1F0_00104B13D514_