代码搜索:H型风机
找到约 10,000 项符合「H型风机」的源代码
代码结果 10,000
www.eeworm.com/read/192512/8378247
h worldtime.h
/*
** $Id: worldtime.h,v 1.1 2003/08/19 10:41:36 weiym Exp $
**
** worldtime.h: worldtime for FHAS.
**
** Copyright (C) 2002, 2003 Feynman Software, all rights reserved.
**
** Use of this source packa
www.eeworm.com/read/192512/8378265
h includes.h
/* ChronOS Includes.h file for Samsung ARM port
*
* Copyright 2002 By InterNiche Technologies Inc. All rights reserved
*
* MODULE: SNDS300
*
* PORTABLE: no
*/
/* Include Samsung hard
www.eeworm.com/read/192512/8378267
h osaddtask.h
#ifndef __OSADDTASK_H__
#define __OSADDTASK_H__
#define OS_KeyBoard_Scan_Task 1
#define OS_Touch_Screen_Task 1
void OSAddTask_Init(void);
#endif
www.eeworm.com/read/192512/8378269
h osmessage.h
#ifndef __OSMESSAGE_H__
#define __OSMESSAGE_H__
#include "def.h"
#define OSMessageQSize 20
///////////////////////////Message struct////////////////////////////
typedef struct {
// POS_
www.eeworm.com/read/192512/8378271
h uart.h
#ifndef __UART_H__
#define __UART_H__
#define UART0_REVBUFFER_SIZE 1024
#define UART1_REVBUFFER_SIZE 1024
void OSInitUart(void);
int OSReadUart0(U8 data[], int num, int ntimeout);
void Ope
www.eeworm.com/read/192512/8378274
h isr.h
#ifndef __ISR_H__
#define __ISR_H__
#define MAXHNDLRS 26 /* Maximum # of interrupt handlers */
///////////interrupt offset/////////////////////
#define INT_ADC_OFFSET 0
#define INT_RTC_O
www.eeworm.com/read/192512/8378277
h uhal.h
/* ARM board targetting source file.
Eric Rong
*/
//Define CPU Type
#define S3C3400 1
#define S3C3410 2
#define S3C44A0X 3
#define S3C44B0X 4
#define CPU_TYPE S3C44B0X
//Indicate debu
www.eeworm.com/read/192512/8378283
h common.h
/**
* \file common.h
* \author Wei Yongming
* \date 2002/01/06
*
* This file includes macro definitions and typedefs that commonly used
* by MiniGUI.
*
\verbatim
Copy
www.eeworm.com/read/192512/8378287
h mywindows.h
/**
* \file mywindows.h
* \author Wei Yongming
* \date 2002/01/06
*
* This file includes interfaces for MyWins module of MiniGUIExt library,
* which provides some useful
www.eeworm.com/read/192512/8378296
h pthread.h
/**
* \file pthread.h
* \author Wei Yongming
* \date 2003/02/03
*
* Description: This header contains the pthread definitions needed to
* support MiniGUI u