代码搜索:cstring

找到约 10,000 项符合「cstring」的源代码

代码结果 10,000
www.eeworm.com/read/388890/8565813

cpp myfileapp.cpp

#include "stdafx.h" #include "stdlib.h" #include "MyFileApp.h" #include "io.h" // 包含 _findfirst(), _findnext()函数原型 #include "direct.h" // 包含 _chdir()函数原型 #include "errno.h"
www.eeworm.com/read/388890/8565824

h namerecognizer.h

class CMaybeName: public CObject { // 动态数组,用于存放所有的中文候选姓名 public: short offset,length; double fee; CMaybeName(short off, short len, double f) {// 构造函数 offset=off; length=len; fee=f
www.eeworm.com/read/388890/8565829

h postagging.h

#define uchar unsigned char void TrainFile(CString FileName); // 对单个文件进行训练获取词性标注用的参数 void TaggingFile(CString FileName); // 对单个文件进行词性标注 class CCoMatrix: public CObject { DECLARE_SERIAL(CCoMat
www.eeworm.com/read/388890/8565844

h mydictionary.h

#if !defined(AFX_WORDTAGSET_H__8B656CD7_8E67_403B_A5F7_0D06D8944ECD__INCLUDED_) #define AFX_WORDTAGSET_H__8B656CD7_8E67_403B_A5F7_0D06D8944ECD__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif
www.eeworm.com/read/388890/8565857

plg postagging.plg

Build Log --------------------Configuration: POSTagging - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\刘坤
www.eeworm.com/read/432888/8566138

cpp systemprofile.cpp

// SystemProfile.cpp: implementation of the CSystemProfile class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "SystemProfile.h" #inclu
www.eeworm.com/read/432888/8566180

cpp helpfunc.cpp

// HelpFunc.cpp: implementation of the CHelpFunc class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "HelpFunc.h" #ifdef _DEBUG #und
www.eeworm.com/read/432817/8570708

cpp showwnd.cpp

// ShowWnd.cpp : implementation file // #include "stdafx.h" #include "ShowWnd.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ////////
www.eeworm.com/read/188114/8571020

h externdllheader.h

//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ // 声明RXDLL中函数 //@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ /* 函数原型:CString CharT
www.eeworm.com/read/432787/8573514

cpp readwriteini.cpp

////////////////////////////////////////////////////////////////////////////////////// ///// 说 明 //// // 1. 如果下列函数执行时返回错误,用GetLastError()得到错误信息 // 2. 读和写都按标准的Ini文件格式 // 3. 在CATCH{}宏里可以得到异常信息