代码搜索:H型风机
找到约 10,000 项符合「H型风机」的源代码
代码结果 10,000
www.eeworm.com/read/292003/8383486
h linkqueue.h
//链队列的头文件
#ifndef LinkQueue_hhh_hhh
#define LinkQueue_hhh_hhh
#include "Global.h"
//初始化队列
int InitQueue(LinkQueue* Q);
//入队操作
int EnterQueue(LinkQueue* Q, Consumer x);
//判断队列是否为空
www.eeworm.com/read/391740/8383490
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__4
www.eeworm.com/read/192420/8383493
h virtuallistview.h
// VirtualListView.h : interface of the CVirtualListView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_VIRTUALLISTVIEW_H__A1E706A2_5F36_1
www.eeworm.com/read/391740/8383497
h mainfrm.h
// MainFrm.h : interface of the CMainFrame class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_MAINFRM_H__4D63F4E8_16E1_11DA_89DB_EB3DA9BB9912_
www.eeworm.com/read/192420/8383498
h virtuallist.h
// VirtualList.h : main header file for the VIRTUALLIST application
//
#if !defined(AFX_VIRTUALLIST_H__A1E7069A_5F36_11D1_959E_D1A30ED05A05__INCLUDED_)
#define AFX_VIRTUALLIST_H__A1E7069A_5F36_11
www.eeworm.com/read/292003/8383504
h linknode.h
#define ERROR 0
#define OK 1
#include
#include
using namespace std;
#include
struct Consumer{
char name[20];
int num;
int grade;
};
typedef struct LinkNode{
www.eeworm.com/read/292003/8383507
h linklist.h
#ifndef LinkList_hhhhh_hh
#define LinkList_hhhhh_hh
#include "Global.h"
//删除结点
int DelList(LinkList L,char e[]);
//插入结点
int InsList(LinkList L,Consumer e);
//表长
int ListLength(LinkList
www.eeworm.com/read/192420/8383513
h virtuallistdoc.h
// VirtualListDoc.h : interface of the CVirtualListDoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_VIRTUALLISTDOC_H__A1E706A0_5F36_11D1
www.eeworm.com/read/391740/8383516
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by S10_3.RC
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#define IDR_S10_3TYPE 129
// Next defa
www.eeworm.com/read/192420/8383529
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by VirtualList.rc
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#