代码搜索结果

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

dlgconfig.cpp

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

particle.cpp

// Particle.cpp: implementation of the CParticle class. // ////////////////////////////////////////////////////////////////////// #include "Particle.h" ////////////////////////////////////////

inputform.cpp

#include "inputform.h" #include #include #include #include #include #include #include //start InputForm::InputF

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

scape.cpp

// Scape.cpp : implementation file // #include "stdafx.h" #include "CTestCStatic.h" #include "Scape.h" #include "CTestCStaticDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE st

xmlparse.cpp

// CXMLParse.cpp: implementation of the CXMLParse class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "XMLParse.h" #ifdef _DEBUG #un

dfilters.cpp

// DFilters.cpp: Implementierungsdatei // #include "stdafx.h" #include "magic.h" #include "magicdoc.h" #include "mailbox.h" #include "DFilters.h" #include "tools.h" #ifdef _DEBUG #define

serverpage.cpp

// Copyright (C) 1997-2002 Valeriy Ovechkin // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by t

ringbuffer.cpp

#include "stdafx.h" #include "RingBuffer.h" #include RingBuffer::RingBuffer() { InitState(); } void RingBuffer::InitState() { m_bOwnerBuf = FALSE; m_pBuf = 0; m_Size

sacode.h

#include struct SYCoordinate { SYCoordinate() { m_fcodx = 0.0; m_fcody = 0.0; } double m_fcodx; double m_fcody; }; struct SYCity { SYCity() { m_nIndex = 0;