代码搜索结果
找到约 10,000 项符合
H 的代码
h11.h~
#ifndef h11_h_
#define h11_h_
#include
#include
using namespace std;
class Calcuator
{
private:
double x; //操作数
double y;
char ch; //操作符
public:
Calcuator(double x_=0,do
global_h.h
#ifndef GLOBAL_H
#define GLOBAL_H
extern int KEY_LEFT;
extern int KEY_RIGHT;
extern int KEY_UP;
extern int KEY_DOWN;
extern int BUTTON_ON;
extern int MAINMEAUFLAG;
extern int KE
h_vs.h
#ifndef __VS_H__
#define __VS_H__
#include "..\interface.h"
typedef struct VS
{
PWriteFunc Write;
PReadFunc Read;
u8 DipSwitch, Coin, CoinDelay;
} TVS, *PVS;
extern TVS VS;
#defin
h_fds.h
#ifndef __FDS_H__
#define __FDS_H__
#include "..\interface.h"
typedef struct FDS
{
PReadFunc Read;
PWriteFunc Write;
u8 DiskNum;
u16 IRQcounter;
u16_n IRQlatch;
u8 IRQenabled;
u8
h1.h
#include
#include
#include
using namespace std;
struct Record
{
string number; // 学号(中间不能有空格)
string name; // 姓名(中间可以有空格)
string gender; /
mfcsample_h.h
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00
persisttext_h.h
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00
comm_h.h
/* --- 警告:未经允许,任何人不准擅自修改此文件!!!否则后果自负! --- */
//EOS 资源编译器转换文件数据结构声明文件
//编 译 器:RCP编译器 版本V4.2 Build 11
//创建时间:Mon Oct 11 04:36:12 2004
#ifndef __COMM_H_H__
#define __COMM_H_H__
#include
h3.h
class Matrix;
class Vector
{
friend Vector Multiply(Matrix &m,Vector &v);
public:
Vector(int);
~Vector(){delete[] v;}
Vector(Vector &);
void Display();
int &Elem(int);//返回向量元素
protecte
mfcsample_h.h
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00