代码搜索结果
找到约 10,000 项符合
M 的代码
recyclingarray.h
//--------------------------------------------------------------------------------------------------------
// File. RecyclingArray.h
//---------------------------------------------------------------
stringlist.cpp
#include "simplelist.h"
template
SimpleList::SimpleList()
:m_list(0)
,m_current(0)
,m_last(0)
,m_size(0)
{};
template
SimpleList::~SimpleList()
{
clear();
};
simplelist.cpp
#include "simplelist.h"
#include "getdebug.h"
template
SimpleList::SimpleList()
:m_list(0)
,m_current(0)
,m_last(0)
,m_size(0)
{};
template
SimpleList::~SimpleL
morseparser.cpp
#include "StdAfx.h"
#include "morseparser.h"
CMorseParser::CMorseParser(const MORSECODE* pMorseList, int nCount, int nMaxShortCount, IParseEventListener* pListener)
{
m_pMorseCodeTree = new MOR
hotkeydialog.cpp
// HotKeyDialog.cpp : implementation file
//
#include "stdafx.h"
#include "EPro.h"
#include "HotKeyDialog.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =
indicbutton.cpp
// IndicButton.cpp : implementation file
//
#include "stdafx.h"
#include "EPro.h"
#include "IndicButton.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __
crc16.cpp
#include "crc16.h"
// This class provides functions for computing 16-bit CRC values.
// It implements both a slow bit-at-a-time method and a table-driven
// method. The simple method was implement
split.cpp
//-------------------------------------------------------------------------------------------------
//
// IBSL Technologies (c) 2000
// BrainTree Development Ltd(c) 2000
//
// Rennie Bowe
// P J
addbasicinfo.cpp
// AddBasicInfo.cpp : implementation file
//
#include "stdafx.h"
#include "Material_MIS.h"
#include "AddBasicInfo.h"
#include "Material_MISView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#unde
hotkeydialog.cpp
// HotKeyDialog.cpp : implementation file
//
#include "stdafx.h"
#include "EPro.h"
#include "HotKeyDialog.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =