代码搜索结果
找到约 10,000 项符合
M 的代码
mainfrm.cpp
// MainFrm.cpp : implementation of the CMainFrame class
//
#include "stdafx.h"
#include "TestLFPProtocol.h"
#include "MainFrm.h"
#include "IniFile.h"
#ifdef _DEBUG
#define new DEBUG_NEW
cqueen.cpp
#include "stdafx.h"
#include "CQueen.h"
CQueen::CQueen(int row)
{
m_bRuning = false;
m_piSaveQPlace = NULL;
m_pGridBitmap = NULL;
m_pPlaceList = NULL;
SetRow(row);
m_iNowCol = 0;
}
memdc.h
#include "stdafx.h"
#pragma once
class CMemDC : public CDC {
private:
CBitmap m_bitmap; // Offscreen bitmap
CBitmap* m_oldBitmap; // bitmap originally found in
point.cpp
/*+-------------------------------------------------------------------
Ben Landon
CSCI E-235
Point.cpp - Implementation file for the Point class. The
represents a Point with x, y, z, h
checkborrowdlg.cpp
// CheckBorrowDlg.cpp : implementation file
//
#include "stdafx.h"
#include "LibDBS.h"
#include "CheckBorrowDlg.h"
#include "BorrowSet.h"
#include "BookSet.h"
#include "ProofSet.h"
#ifdef
newproofdlg.cpp
// NewProofDlg.cpp : implementation file
//
#include "stdafx.h"
#include "LibDBS.h"
#include "NewProofDlg.h"
#include "ProofSet.h"
#include "PersonInfoDlg.h"
#include "CheckProofDlg.h"
#if
serviceaction.cpp
// ServiceAction.cpp: implementation of the CServiceAction class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "ServiceAction.h"
#inclu
userpkg.sbs
I-Logix-RPY-Archive version 5.0.18 C++ 468421
{ ISubsystem
- _id = GUID 74eaf442-6a47-4ec7-8e42-9faa1f55ec6b;
- _myState = 8192;
- _name = "UserPkg";
- _lastID = 10;
- Declaratives = { IRP
sequence_template.msc
I-Logix-RPY-Archive version 5.0.18 C++ 468421
{ IMSC
- _ownerHandle = { IHandle
- _m2Class = "ISubsystem";
- _filename = "UserPkg.sbs";
- _subsystem = "";
- _class = "";
- _name =
geometrytrans.cpp
#include "stdafx.h"
#include "GeometryTrans.h"
#include "math.h"
#define max(a,b) (a>b?a:b)
/***********************************************************************
* 函数名称:
* GeometryTrans()