代码搜索结果

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

alphabetaengine.cpp

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

idalphabetaengine.cpp

// IDAlphabeta.cpp: implementation of the CIDAlphabetaEngine class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "IDAlphabetaEngine.h"

managerbean.java

package TestClass; public class ManagerBean implements java.io.Serializable { private String m_StuID,m_StuName,m_StuCo,m_StuAddress,m_StuPwd,m_StuPro; public void setStuID(String pNewValue)

qcolor.h

#ifndef __QCOLOR_H #define __QCOLOR_H #include "qstring.h" class QColor { protected: int m_nRed; int m_nGreen; int m_nBlue; bool m_bSet; public: QColor() { m_nRed = 255; m_nGreen = 64;

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

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__

master.cpp

// Master.cpp : implementation file // #include "stdafx.h" #include "pctest.h" #include "Master.h" #include "adc.h" #include "address.h" #include "EditEx.h" #include #ifdef _DEBU

ram.cpp

// Ram.cpp : implementation file // #include "stdafx.h" #include "pctest.h" #include "Ram.h" #include "HexEdit.h" #include "adc.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE stat

poptestdiv.cpp

// PopTestDiv.cpp : implementation file // #include "stdafx.h" #include "NonLimitCalculator.h" #include "PopTestDiv.h" #include "CLongInt.h" #include "MyUsefulFunction.h" #include "ThreadFuncti

often.cpp

// Often.cpp : implementation file // #include "stdafx.h" #include "BookFriend.h" #include "Often.h" #include "ADOConn.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char TH