代码搜索:M
找到约 10,000 项符合「M」的源代码
代码结果 10,000
www.eeworm.com/read/232931/14176344
h 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;
www.eeworm.com/read/232780/14182424
cs amt.cs
using System;
namespace Print
{
///
/// AMT_GB2312 的摘要说明。
///
public class AMT_GB2312
{
public AMT_GB2312()
{
//
// TODO: 在此处添加构造函数逻辑
//
}
pu
www.eeworm.com/read/232482/14194439
cpp 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
www.eeworm.com/read/232202/14203931
cpp 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[] = _
www.eeworm.com/read/232202/14203989
cpp 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
www.eeworm.com/read/130097/14208532
cpp kick.cpp
// Kick.cpp: implementation of the Kick class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Kick.h"
#include "Defines.h"
#define
www.eeworm.com/read/232061/14209275
cpp maindlg.cpp
//////////////////////////////////////////////////////////////////////
//类名:CMainDlg
//功能:通讯录主界面
//作者:赵权(fhiesc@163.com)
//日期:2003.12
/////////////////////////////////////////////////////////////
www.eeworm.com/read/129793/14226561
cpp 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__
www.eeworm.com/read/129792/14226598
cpp 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
www.eeworm.com/read/231536/14227938
cpp 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