代码搜索结果

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

ziku.h

#ifndef _ziku_h_ #define _ziku_h_ unsigned char code test[]= { /*-- 文字: 单 --*/ /*-- 宋体9; 此字体下对应的点阵为:宽x高=12x12 --*/ /*-- 高度不是8的倍数,现调整为:宽度x高度=12x16 --*/ 0x00,0x00,0x7C,0x55,0x56,0xFC

wrapper.h

/* * Copyright (C) 2003-2005 Pontus Fuchs, Giridhar Pemmasani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as

ndis.h

/* * Copyright (C) 2003-2005 Pontus Fuchs, Giridhar Pemmasani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as

lcd.h

#ifndef __LCD_H__ #define __LCD_H__ #include #define CMD_WR XBYTE[0xF060]//XBYTE[0x4000] #define CMD_RD XBYTE[0xF062]//XBYTE[0x4002] #define DATA_WR XBYTE[0xF061]//XBYTE[0x40

longlong.h

/* longlong.h -- definitions for mixed size 32/64 bit arithmetic. Copyright (C) 1991, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of the G

ntoskernel.h

/* * Copyright (C) 2003-2005 Pontus Fuchs, Giridhar Pemmasani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as

loader.h

/* * Copyright (C) 2003-2005 Pontus Fuchs, Giridhar Pemmasani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as

ndiswrapper.h

/* * Copyright (C) 2003-2005 Pontus Fuchs, Giridhar Pemmasani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as

serial.h

#ifndef _SERIAL_H_ #define _SERIAL_H_ void InitSerial() ;//串口初始化 void InitSerialBuffer(void) ;//串口缓冲区初始化 bit yygetch(unsigned char *ch) ;//从串口缓冲区读1字节数据 void PrintChar(unsigned char ch) ;//显示字符

usb.h

/* * Copyright (C) 2004 Jan Kiszka * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free S