代码搜索结果

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

recordhwnd.h

// RecordHWnd.h : main header file for the RECORDHWND application // #if !defined(AFX_RECORDHWND_H__A132D258_442C_46F4_BD89_0492FC29A55E__INCLUDED_) #define AFX_RECORDHWND_H__A132D258_442C_46F4_B

memoryinfo.h

/*----------------------------------------------------------------------------- 6502 Macroassembler and Simulator Copyright (C) 1995-2003 Michal Kowalski This program is free software; you can

resource.h

//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by RecordHWnd.rc // #define IDM_ABOUTBOX 0x0010 #define IDD_ABOUTBOX 100

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__B

hyperlink.h

// HyperLink.h : header file // // // HyperLink static control. Will open the default browser with the given URL // when the user clicks on the link. // // Copyright Chris Maunder, 1997, 1998 /

uartcfg.h

/* Do *not* directly modify this file. It was */ /* generated by the Configuration Tool; any */ /* changes risk being overwritten. */ /* INPUT uart.cdb */ #define CHIP_DM64

astarfind.h

#ifndef _ASTARFIND_H_ #define _ASTARFIND_H_ #include "windows.h" #include "windowsx.h" struct NODE { int f, g, h; int number; NODE *parent; NODE *child[8]; NODE *next; int x, y;

graphics.h

#include #include #include #include #include #include #include #include #include #ifndef _

findpath.h

#ifndef _FINDPATH_H_ #define _FINDPATH_H_ #include #include // 宽度优先树节点的结构 typedef struct NODE { int x, y; // 地图上的位置 int number; // 地图上位置的代号 NODE *chi