代码搜索结果

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

grade.cpp

#include ".\grade.h" #include using namespace std; #using Grade::Grade() :m_nC(0),m_nDB(0),m_nEng(0),m_nMath(0),m_nPhy(0) { } Grade::Grade(int *s) { m_nC =

readerqrydlg.cpp

// ReaderQryDlg.cpp : implementation file // #include "stdafx.h" #include "Library.h" #include "ReaderQryDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[]

foxfunc.h

#ifndef __FOXFUNC_H_INCLUDE #define __FOXFUNC_H_INCLUDE /* /////////////////////////////////////////////////////////////////////////// 飞狐交易师“C语言接口”扩展程序调用接口规范V3.0 1.本规范适用于飞狐交易师V3.x公式系统. 2.扩展函数可

simulatedoc.cpp

// SimulateDoc.cpp : implementation of the CSimulateDoc class // #include "stdafx.h" #include "Simulate.h" #include "SimulateDoc.h" #include "SimulateView.h" #include "ToolsPanel.h" #incl

imeengine.cpp

//--------------------------------------------------------------------------- // IMEEngine.cpp: implementation of the IMEEngine class. // // 原出处:http://www.mihai-nita.net/article.php?artID=20051215

imeengine.cpp

// IMEEngine.cpp: implementation of the IMEEngine class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "IMEEngine.h" /////////////////

travel.h

/* Copyright (c) 2001 Author: Konstantin Boukreev E-mail: konstantin@mail.primorye.ru Created: 07.09.2001 17:14:06 Version: 1.0.0 Genome for Travelling Salesman Problem */

peccancydlg.cpp

// PeccancyDlg.cpp : implementation file // #include "stdafx.h" #include "Peccancy.h" #include "PeccancyDlg.h" #include"QueryDlg.h" #include"ImageData.h" #include "comdef.h" //引用接口 #incl

shape.cpp

//shap.cpp #include "stdafx.h" #include "shape.h" #include "math.h" //以下为第二章所用的类实现 enum {PEN_STYLE_SOLID,PEN_STYLE_DASH,PEN_STYLE_DOT}; enum {Perspective,Parallel} Projection; //CSha

hillcode.cpp

#include "stdafx.h" #include "HillCode.h" CHillCode::CHillCode() : m_szM(NULL), m_szE(NULL), m_matrixEncryKey(), m_matrixDiscryKey(), m_nLenM(0), m_nLenE(0) { } CHillCode::~CHillCode() {