代码搜索结果

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

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;

amt.cs

using System; namespace Print { /// /// AMT_GB2312 的摘要说明。 /// public class AMT_GB2312 { public AMT_GB2312() { // // TODO: 在此处添加构造函数逻辑 // } pu

tcpnet.cpp

// CTCPReceivedData - Buffer for storing received data and information about it // CTCPErrorInfo - Buffer for storing error information // CTCPNet - Class, which implements TCP // Implementation fi

historydlg.cpp

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

honordlg.cpp

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

kick.cpp

// Kick.cpp: implementation of the Kick class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Kick.h" #include "Defines.h" #define

maindlg.cpp

////////////////////////////////////////////////////////////////////// //类名:CMainDlg //功能:通讯录主界面 //作者:赵权(fhiesc@163.com) //日期:2003.12 /////////////////////////////////////////////////////////////

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__

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

mainfrm.cpp

// MainFrm.cpp : implementation of the CMainFrame class // #include "stdafx.h" #include "NotePad.h" #include "MainFrm.h" #include "Splash.h" #ifdef _DEBUG #define new DEBUG_NEW #undef TH