代码搜索结果

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

objlist.cpp

// ObjList.cpp: implementation of the ObjList class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "ObjList.h" ///////////////////////

superserverview.cpp

// SuperServerView.cpp : implementation of the CSuperServerView class // #include "stdafx.h" #include "SuperServer.h" #include "SuperServerSet.h" #include "SuperServerDoc.h" #include "SuperS

hotkeydialog.cpp

// HotKeyDialog.cpp : implementation file // #include "stdafx.h" #include "EPro.h" #include "HotKeyDialog.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] =

indicbutton.cpp

// IndicButton.cpp : implementation file // #include "stdafx.h" #include "EPro.h" #include "IndicButton.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __

mybutton.h

FALSE, NULL); if (m_hShutdownEvent != NULL) ResetEvent(m_hShutdownEvent); m_hShutdownEvent = CreateEvent(NULL, TRUE, FALSE, NULL); // initialize the event objects m_hEventArray[0] = m

dib.cpp

// Dib.cpp : implementation file // #include "stdafx.h" #include "Dib.h" #include "math.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif

zcr14rect.cpp

// ZCR14Rect.cpp: implementation of the CZCR14Rect class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "ZCR14Paint.h" #include "ZCR14Re

optionzone.cpp

// OptionZone.cpp: implementation of the COptionZone class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "ZCR14Paint.h" //#include "MyP

winpipes.cpp

// winpipes.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "winpipes.h" #ifdef WINDOWS_PIPES_AVAILABLE #include "wait.h" NAMESPACE_BEGIN(CryptoPP) W

cqueen.cpp

#include "stdafx.h" #include "CQueen.h" CQueen::CQueen(int row) { m_bRuning = false; m_piSaveQPlace = NULL; m_pGridBitmap = NULL; m_pPlaceList = NULL; SetRow(row); m_iNowCol = 0; }