代码搜索结果
找到约 10,000 项符合
M 的代码
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
printview.cpp
// PrintView.cpp: implementation of the CPrintView class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "hrms.h"
#include "PrintView.h"
myfgdetector.cpp
#include "myfgdetector.h"
MyFGDetector::MyFGDetector()
{
this->Create(0.003, 60.0);
}
MyFGDetector::MyFGDetector(double alpha, double threshold)
{
this->Create(alpha, threshold);
}
MyFGDetector
inmultipledlg.cpp
// InMultipleDlg.cpp : implementation file
//
#include "stdafx.h"
#include "LIBRARY.h"
#include "InMultipleDlg.h"
#include "cstdio"
#include "cstring"
#ifdef _DEBUG
#define new DEBUG_NEW
newbookdlg.cpp
// NewBookDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Library.h"
#include "NewBookDlg.h"
#include "BookTypeSet.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
sta
node.java
/*
* Node.java
*
* Created on May 31, 2007, 10:04 PM
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package termproject_dijkstr
watch.cpp
#include "pch.h"
#include "main.h"
#include "doc.h"
#include "debug.h"
#include "record.h"
#include "watch.h"
#include "message.h"
BEGIN_MESSAGE_MAP ( CWatchDialog , CDialog )
ON_BN_CLICKED
record.cpp
#include "pch.h"
#include "util.h"
#include "main.h"
#include "doc.h"
#include "message.h"
#include "debug.h"
#include "record.h"
#include "watch.h"
ParamBlock::ParamBlock ( )
{
m_pBlock
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