代码搜索结果

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

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__9

can.h

#if !defined(__CAN_H__) #define __CAN_H__ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include //支持模板 #include #define WM_MY_MESSAGECAN (WM_USER+10

cwplots.h

#if !defined(AFX_CWPLOTS_H__60D1D4AE_3A0A_4C38_891C_37F1843FF518__INCLUDED_) #define AFX_CWPLOTS_H__60D1D4AE_3A0A_4C38_891C_37F1843FF518__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MS

cwgraph.h

#if !defined(AFX_CWGRAPH_H__D4D6F624_1E3F_4FF2_A274_EEAEF54804A3__INCLUDED_) #define AFX_CWGRAPH_H__D4D6F624_1E3F_4FF2_A274_EEAEF54804A3__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MS

vga.h

#ifndef _VGA_H_ #define _VGA_H_ #define __REGb(x) (*(volatile unsigned char *)(x)) #define IICCON __REGb(0x54000000) #define IICSTAT __REGb(0x54000004) #define IICADD __REGb(0x54000008) #def

mmu.h

/************************************************ NAME : MMU.H DESC : Revision: 02.28.2002 ver 0.0 ************************************************/ #include "2440slib.h" #ifnd

nand.h

#ifndef __NAND_H #define __NAND_H ////////////////////////////// 8-bit //////////////////////////////// // Main function void Test_Nand(void); // Sub function void Test_K9S1208(void); void

usblib.h

/**************************************************************** NAME: usblib.h DESC: HISTORY: Mar.25.2002:purnnamu: ported for S3C2410X. **************************************************

usbout.h

/**************************************************************** NAME: usbout.h DESC: HISTORY: Mar.25.2002:purnnamu: reuse the source of S3C2400X u24xmon *********************************

bootpara.h

#ifndef BOOTPARAMS_H #define BOOTPARAMS_H typedef struct { char flags[12]; unsigned int val; } ParamItem; typedef struct { ParamItem start; //ParamItem cpu_clk; ParamItem boot_delay;