代码搜索结果

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

person.cpp

// Person.cpp: implementation of the CPerson class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Worker.h" #include "Person.h" #ifd

addbasicinfo.cpp

// AddBasicInfo.cpp : implementation file // #include "stdafx.h" #include "Material_MIS.h" #include "AddBasicInfo.h" #include "Material_MISView.h" #ifdef _DEBUG #define new DEBUG_NEW #unde

childview.cpp

// ChildView.cpp : implementation of the CChildView class // #include "stdafx.h" #include "PropDemo.h" #include "ChildView.h" #include "MyPropertySheet.h" #ifdef _DEBUG #define new DEBUG_NE

addbasicinfo.cpp

// AddBasicInfo.cpp : implementation file // #include "stdafx.h" #include "Material_MIS.h" #include "AddBasicInfo.h" #include "Material_MISView.h" #ifdef _DEBUG #define new DEBUG_NEW #unde

sectionform.cpp

// SectionForm.cpp : implementation of the CSectionForm class // #include "stdafx.h" #include "StdInfo.h" #include "SectionSet.h" #include "StdInfoDoc.h" #include "SectionForm.h" #include "

fuzzy2004set.h

// fuzzy2004Set.h : interface of the CFuzzy2004Set class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_FUZZY2004SET_H__C10E525A_99D5_4E28_B903_

servermessage.cpp

// ServerMessage.cpp: implementation of the CServerMessage class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "chinesechess.h" #includ

morseparser.cpp

#include "StdAfx.h" #include "morseparser.h" CMorseParser::CMorseParser(const MORSECODE* pMorseList, int nCount, int nMaxShortCount, IParseEventListener* pListener) { m_pMorseCodeTree = new MOR

croundarc.cpp

#include"stdafx.h" #include"CRoundArc.h" #include"EastDrawView.h" IMPLEMENT_SERIAL(CRoundArc,CUnit,1) CRoundArc::CRoundArc() { } void CRoundArc::DrawStatic(CDC *pDC) { CPen m_pen; CB

window.cpp

#include "Core_Global.h" #include "Window.h" cWindow::cWindow() { // Clear class data m_Graphics = NULL; m_Font = NULL; m_Text = NULL; m_TextColor = 0xFFFFFFFF; } cWind