代码搜索结果

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

hyprlink.h

#ifndef _HYPRILNK_H #define _HYPRILNK_H class CHyperlink : public CString { public: CHyperlink(LPCTSTR lpLink = NULL) : CString(lpLink) { } ~CHyperlink() { } const CHyperlink& operator=(L

edit.h

// Edit.h : main header file for the EDIT application // #if !defined(AFX_EDIT_H__84671C8C_A84D_4142_BE20_8F739B732B5C__INCLUDED_) #define AFX_EDIT_H__84671C8C_A84D_4142_BE20_8F739B732B5C__INCLUD

matrixf.h

#include #include #include using namespace std; typedef vector MatrixTwo; typedef vector MatrixOne; void matrixadd(double *p1,double *p2,do

childfrm.h

// ChildFrm.h : interface of the CChildFrame class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_CHILDFRM_H__3FCFE7D0_BD3D_4E4E_B277_3278B683DC

coolmenu.h

//////////////////////////////////////////////////////////////// // 199 Microsoft Systems Journal. // If this code works, it was written by Paul DiLascia. // If not, I don't know who wrote it. //

datedialog.h

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

cntritem.h

// CntrItem.h : interface of the CEditCntrItem class // #if !defined(AFX_CNTRITEM_H__085DEAC7_3D2F_42B0_BE0D_CC97154CD216__INCLUDED_) #define AFX_CNTRITEM_H__085DEAC7_3D2F_42B0_BE0D_CC97154CD216_

editdoc.h

// EditDoc.h : interface of the CEditDoc class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_EDITDOC_H__5A0AEC6E_8654_4075_916B_8EBE06F32493__I

resource.h

//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by Edit.rc // #define IDR_EDITTYPE_CNTR_IP 6 #define IDD_ABOUTBOX 100 #define ID

statlink.h

#ifndef _STATLINK_H #define _STATLINK_H #include "HyprLink.h" class CStaticLink : public CStatic { public: DECLARE_DYNAMIC(CStaticLink) CStaticLink(LPCTSTR lpText = NULL, BOOL bDeleteOnDes