代码搜索结果
找到约 10,000 项符合
M 的代码
borrowdlg.cpp
// BorrowDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Library.h"
#include "BorrowDlg.h"
#include "ProofSet.h"
#include "BookSet.h"
#include "BorrowSet.h"
#include "CheckBor
booklostdlg.cpp
// BookLostDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Library.h"
#include "BookLostDlg.h"
#include "BookInfoDlg.h"
#include "PersonInfoDlg.h"
#include "BorrowSet.h"
#incl
studentsdoc.cpp
// studentsDoc.cpp : CstudentsDoc 类的实现
//
#include "stdafx.h"
#include "students.h"
#include "studentsDoc.h"
#include ".\studentsdoc.h"
#include "AddDialog.h"
#ifdef _DEBUG
#define new
studentsview.cpp
// studentsView.cpp : CstudentsView 类的实现
//
#include "stdafx.h"
#include "students.h"
#include "studentsDoc.h"
#include "studentsView.h"
#include ".\studentsview.h"
#include "AddDialog.h"
contaild.h
class Rescue
{
public:
Rescue(double fMin,double fMax,
double fCriticalDistance);
~Rescue();
void initRescue();
Logical searchMore();
void getCoords();
double getDistance()
{return
mild.h
class Rescue:public Random,public Distance
{
public:
Rescue(double fMin,double fMax,double fCriticlDistance);
void initRescue();
Logical searchMore();
void getCoords();
protected:
dou
k-averagedlg.cpp
// k-averageDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "k-average.h"
#include "k-averageDlg.h"
#include "math.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// 用于应用程序“关于”菜单项的 CAbou
nadilalog.cpp
// NaDilalog.cpp : implementation file
//
#include "stdafx.h"
#include "lhwy.h"
#include "NaDilalog.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE
mychecklistbox.cpp
#include "stdafx.h"
#include "mytoolpad.h"
#include "MyCheckListBox.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
IMPLEMENT_DYNAMIC
memdc.cpp
// MemDC.cpp: implementation of the CMemDC class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Simulate.h"
#include "MemDC.h"
#ifde