代码搜索结果

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

newtoninterpolate.cpp

#include "StdAfx.h" #include #include "NewtonInterpolate.h" double fac(int n) { double val = 1; if(n > 0) { while(n) { val *= n--; } } return val; } Newto

adjustcolordlg.cpp

// AdjustColorDlg.cpp : implementation file // #include "stdafx.h" #include "Dib.h" #include "ImageBoard.h" #include "AdjustColorDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE

paintparambar.cpp

// PaintParambar.cpp : implementation file // #include "stdafx.h" #include "ImageBoard.h" #include "ImageBoardDoc.h" #include "ImageBoardView.h" #include "PaintParambar.h" #ifdef _DEBUG #d

settingsdlg.cpp

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

settingsdlg.cpp

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

cpictbutton.java

import java.awt.*; public class CPictButton extends Canvas { // public variables Image m_up, m_down, m_disabled, m_img; int m_state; MediaTracker m_trk;

caesardlg.cpp

// CaesarDlg.cpp : implementation file // #include "stdafx.h" #include #include "Crypt.h" #include "CaesarDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char

tfixedalloc.cpp

// TFixedAlloc.cpp - implementation of fixed block allocator #include "TFixedAlloc.h" ///////////////////////////////////////////////////////////////////////////// // TFixedAlloc TFixedAlloc::

tfixedalloc.cpp

// TFixedAlloc.cpp - implementation of fixed block allocator #include "TFixedAlloc.h" ///////////////////////////////////////////////////////////////////////////// // TFixedAlloc TFixedAlloc::

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[] = _