代码搜索结果

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

mainfrm.cpp

// MainFrm.cpp : implementation of the CMainFrame class // #include "stdafx.h" #include "ssq.h" #include "MainFrm.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS

queryformview.cpp

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

lzw.cpp

// Lzw.cpp #include "stdafx.h" #include "CompressedFile.h" #define END_OF_STREAM 256 #ifdef UNUSED #undef UNUSED #endif #define UNUSED -1 CLzwFile::CLzwFile() { m_bStorageAllocated

lzw.cpp

// Lzw.cpp #include "CompressedFile.h" #define END_OF_STREAM 256 #ifdef UNUSED #undef UNUSED #endif #define UNUSED -1 CLzwFile::CLzwFile() { m_bStorageAllocated = FALSE; } CLzw

imgwarpview.cpp

// ImgWarpView.cpp : implementation of the CImgWarpView class // #include "stdafx.h" #include "ImgWarp.h" #include "ImgWarpDoc.h" #include "ImgWarpView.h" #ifdef _DEBUG #define new DEBUG_

dlgmidfilter.cpp

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

sacode.h

#include using namespace std; struct SYCoordinate ////城市坐标,在这里改为坯料的硬度,宽度,厚度参数 { SYCoordinate() { m_fcodx = 0.0; m_fcody = 0.0; m_fcodz = 0.0; } double m_fcodx; do

maptip.cs

using System; namespace MainSystem { /// /// Summary description for MapTip. /// public class MapTip { private double m_x; // 当前位置的x坐标 private double m_y;

myfxpointmanage.java

package mole.Rusfk; import java.util.Random; import javax.microedition.lcdui.Graphics; //爆炸粒子特效管理 public class MyFxPointManage { private int m_nums=0; public int m_pointnums=0; private

dlgmidfilter.cpp

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