代码搜索结果

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

game.cpp

#include "Game.h" #include CGame::CGame(void) { m_gameState = GS_Title; m_hWnd = NULL; m_pGraphics = NULL; m_pInput = NULL; m_pMp3 = NULL; m_pResource = NULL; m_pSound

yuntaidlg.cpp

// yuntaiDlg.cpp : implementation file // #include "stdafx.h" #include "yuntai.h" #include "yuntaiDlg.h" #include "configdlg.h" #include "codeDlg.h" #include "afx.h" #include "winio.h"

serialcom.cpp

// SerialCom.cpp: implementation of the CSerialCom class. // For Vorager 2.0 ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "SerialCom.h"

gps.cpp

#include "stdafx.h" #include "GPSManager.h" #include "GPS.h" #include "MainFrm.h" #include "GPSManagerDoc.h" #include "GPSManagerView.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE

slider.cpp

//-------------------------------------------------- // Desc: Slider // Author: artsylee/2006.11.18 //-------------------------------------------------- #include "../stdafx.h" #include "Slider.

uitabsplitterwnd.cpp

//******************************************************************************* // COPYRIGHT NOTES // --------------- // You may use this source code, compile or redistribute it as part of your a

cspreadsheet.cpp

#include "stdafx.h" #include "CSpreadSheet.h" // Open spreadsheet for reading and writing CSpreadSheet::CSpreadSheet(CString File, CString SheetOrSeparator, bool Backup) : m_Database(NULL), m_

stringit.cpp

/* This file is part of the KDE libraries Copyright (C) 2004 Apple Computer This library is free software; you can redistribute it and/or modify it under the terms of the GNU L

securechatclientdlg.cpp

// SecureChatClientDlg.cpp : implementation file // #include "stdafx.h" #include "SecureChatClient.h" #include "SecureChatClientDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE

cmclmailbox.cpp

// // FILE: CMclMailbox.cpp // // Copyright (c) 1997 by Aaron Michael Cohen and Mike Woodring // ///////////////////////////////////////////////////////////////////////// #include "CMclMailbox