代码搜索结果
找到约 10,000 项符合
H 的代码
controller.h
// controller.h
//
// Copyright (c) 2000 Symbian Ltd. All rights reserved.
//
#ifndef __CONTROLLER_H
#define __CONTROLLER_H
#include
#include
#include
view.h
// view.h
//
// Copyright (c) 2000 Symbian Ltd. All rights reserved.
//
#ifndef __VIEW_H
#define __VIEW_H
#include
#include
#include
#include
engine.h
// engine.h
//
// Copyright (c) 2000 Symbian Ltd. All rights reserved.
#ifndef __ENGINE_H
#define __ENGINE_H
#include
class TShip
{
public:
enum TShipType
{
EUnknown
streams.h
// streams.h
//
// Copyright (c) 2002 Symbian Ltd. All rights reserved.
//
#ifndef STREAMS_H__
#define STREAMS_H__
#include
#include
#include
#inc
delay.h
/*
* Delay functions for HI-TECH C on the PIC
*
* Functions available:
* DelayUs(x) Delay specified number of microseconds
* DelayMs(x) Delay specified number of milliseconds
*
* Note
datetime.h
#ifndef __DATETIME_H__
#define __DATETIME_H__
#include
class Clock
{
private:
clock_t time;
bool running;
public:
Clock();
float Elapsed();
void Start();
void Stop
stdafx.h
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently,
// but are changed infrequently
#pragma once
#ifndef VC_EXTRALEAN
bootloader.h
#ifndef __BOOTLOADER_H__
#define __BOOTLOADER_H__
//these must be implemented by the user!!!
#include "Comm.h"
#include "DateTime.h"
#define DATA_OK 0xE7
#define DATA_BAD 0xE8
#define
resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by 18F1320 Bootloader.rc
//
#define IDR_MANIFEST 1
#define IDM_ABOUTBOX 0x0010
comm.h
#ifndef __COMM_H__
#define __COMM_H__
#include "stdafx.h"
//return codes used in Comm.cpp
#define COMM_OK 1
#define COMM_ERROR 0
#define COM_TIMEOUT 1000 // ms
#d