代码搜索:H型风机
找到约 10,000 项符合「H型风机」的源代码
代码结果 10,000
www.eeworm.com/read/292010/8382948
h osthread.h
/*
File: OSThread.h
Contains: A thread abstraction
*/
#ifndef __OSTHREAD__
#define __OSTHREAD__
#ifndef __Win32__
#if __solaris__ || __sgi__ || __hpux__
#include
www.eeworm.com/read/391740/8382950
h childfrm.h
// ChildFrm.h : interface of the CChildFrame class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_CHILDFRM_H__739BC44C_0B23_11DA_89DB_AB671456F4
www.eeworm.com/read/292010/8382952
h tcplistenersocket.h
/*
File: TCPListenerSocket.h
Contains: A TCP listener socket. When a new connection comes in, the listener
attempts to assign the new connection to a socket object and
www.eeworm.com/read/391740/8382954
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by S7_4.RC
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#define IDR_S7_4TYPE 129
// Next defaul
www.eeworm.com/read/292010/8382956
h udpsocket.h
/*
File: UDPSocket.h
Contains: Adds additional Socket functionality specific to UDP.
*/
#ifndef __UDPSOCKET_H__
#define __UDPSOCKET_H__
#ifndef __Win32__
#include
www.eeworm.com/read/292010/8382965
h xmldoc.h
#include
#include
#include "OSHeaders.h"
#include "XMLNode.h"
#define XML_HEADLINE "\n"
#ifndef __XMLDOC__
#define __XMLDOC__
us
www.eeworm.com/read/292010/8382970
h stringparser.h
/*
File: StringParser.h
Contains: A couple of handy utilities for parsing a stream.
*/
#ifndef __STRINGPARSER_H__
#define __STRINGPARSER_H__
#ifdef __
www.eeworm.com/read/292010/8382973
h os.h
/*
File: OS.h
Contains: OS utility functions. Memory allocation, time, etc.
*/
#ifndef _OS_H_
#define _OS_H_
#ifdef __linux__
#include
#else
#include
#en
www.eeworm.com/read/292010/8382976
h event.h
#ifndef __EVENT_H__
#define __EVENT_H__
#include
#include "OSHeaders.h"
class CEvent;
struct MsgData
{
UInt32 m_MsgID;
CEvent *m_MsgRecvObj;
Int32 m_Value;
UInt32 m_PrioID;
Bool opera
www.eeworm.com/read/292010/8382983
h ostimer.h
#ifndef __OSTIMER_H__
#define __OSTIMER_H__
#ifdef __Win32__
#pragma warning(disable:4786)
#endif
#include
#include
#include
#include
#include "OS.h"
#include "OS