代码搜索结果
找到约 10,000 项符合
H 的代码
fzk.h
// FZK.h : PROJECT_NAME 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error 在包含用于 PCH 的此文件之前包含“stdafx.h”
#endif
#include "resource.h" // 主符号
// CFZKApp:
// 有关此类的实现,请参阅 FZK.cpp
/
prog.h
// 分油机马达启动
int sep[]={2,18,2, //分油机马达灯亮
5,0,13,
0,
-1
};
// 油泵启动
int oilpump[]={2,0,1, //泵动画开启
3,5,
2,2,-1, //2,4,1,5处有液流
2,4,1,
2,1,1,
2,5,-1,
6,2,30, //2号屏显示0.3M
5,0,14,
0,
-1
mkj.h
#pragma once
class CMKJ
{
CBitmap *m_bitmap;
bool now; // 控件状态
bool ischange; // 状态改变?
CRect m_rect; // 位置坐标
CPoint m_point; // 控件在源图上的位置
int m_Height; // 控件宽
int m_Width; // 控件高
yougui.h
#pragma once
class CYougui
{
CBitmap *m_bitmap;
public:
CYougui(void);
~CYougui(void);
public:
int sty; //油柜代码 1 灰 2 黄 3 蓝
int max_len; //数据长度
int now; //当前数据大小
int ste; //增量 1/
fzkdlg.h
// FZKDlg.h : 头文件
//
#pragma once
#include "resource1.h"
#include "mdlg.h"
// CFZKDlg 对话框
class CFZKDlg : public CDialog
{
// 构造
public:
CFZKDlg(CWnd* pParent = NULL); // 标准构造函数
// 对
errout.h
#pragma once
class CErrout
{
CString m_str[5];
bool m_str_sty[5];
int nam;
int x;
int y;
public:
CErrout(void);
~CErrout(void);
public:
void Init(void);
void Adderr(int m, CStr
pwlock.h
/*****************************************/
/* Copyright (c) 2005, 通信工程学院 */
/* All rights reserved. */
/* 作 者:戴 佳 */
/*****************************************/
serial.h
//---------------------------------------
// Example read and write DS1820
// for AT89S52
// KEIL C51 v7.5
// www.GetMicro.com
//---------------------------------------
#include
#ifn
download.h
/* ------------------------------------------------------------------------
File : download.h
Descr : Definitions and declarations for AVR-processor serial programming
functions.
H
iotest.h
/* ------------------------------------------------------------------------
File : iotest.h
Descr : Declaration of the I/O-pin test function.
History: 12JAN.01; Henk B&B; Definition.
------