代码搜索结果
找到约 10,000 项符合
M 的代码
books.cpp
#include "stdafx.h"
#include
#include
#include
#include "Date.h"
#include "Books.h"
Books::Books()
{
m_ID="";
m_BookName="";
m_Author="";
m_price=0.0;
m_
metaballs.cpp
#include "metaballs.h"
#include "marchingcubes.h"
#include
#include "graphics.h"
#include
//=============================================================================
C
dnet.cpp
#include"stdafx.h"
#include "DNet.h"
////////////////////////////////
//CBranch Operation
//////////////////////////////////
CBranch::~CBranch()
{
}
CBranch::CBranch()
{
}
dnet.cpp
#include"stdafx.h"
#include "DNet.h"
////////////////////////////////
//CBranch Operation
//////////////////////////////////
CBranch::~CBranch()
{
}
CBranch::CBranch()
{
}
dnet.cpp
#include"stdafx.h"
#include "DNet.h"
////////////////////////////////
//CBranch Operation
//////////////////////////////////
CBranch::~CBranch()
{
}
CBranch::CBranch()
{
}
suffixtree.h
#ifndef __SUFFIXTREE_H
#define __SUFFIXTREE_H
//#define DEBUG
//对于叶节点,通过m_nActiveLen和m_nEdgeLabelEndPos可以得到节点对应的字符串.对于分支节点,也是如此.
struct tagSuffixNode
{
public:
tagSuffixNode* m_tpChil
span.cpp
//////////////////////////////////////////////////////////////////////
//ICTCLAS简介:计算所汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),
// 功能有:中文分词;词性标
suffixtree.cpp
#include "suffixtree.h"
#include
#include
#include
#include
#include
using namespace std;
CSuffixTree::CSuffixTree(char *str)
:m_nActiveLen(0
modifydlg.cpp
// ModifyDlg.cpp : implementation file
//
#include "stdafx.h"
#include "teachermis.h"
#include "ModifyDlg.h"
#include "ado.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static c
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