代码搜索:cstring

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

代码结果 10,000
www.eeworm.com/read/383891/8912284

cpp 文件保险箱dlg.cpp

// 文件保险箱Dlg.cpp : implementation file // #include "stdafx.h" #include "文件保险箱.h" #include "文件保险箱Dlg.h" #include "GetPassDlg.h" #include #include #include
www.eeworm.com/read/427899/8914273

cpp funcion.cpp

/////////////////////////////////////////////////////////////////// /* * 项目名称:移动存储安全(演示原型) Mobile Storage Security * * 作 者:南京邮电大学计算机学院 吴登荣 * * 摘 要:对U盘数据加密,保护信息隐蔽,防止隐私泄露。 * *
www.eeworm.com/read/427899/8914321

h function.h

/////////////////////////////////////////////////////////////////// /* * 项目名称:移动存储安全(演示原型) Mobile Storage Security * * 作 者:南京邮电大学计算机学院 吴登荣 * * 摘 要:对U盘数据加密,保护信息隐蔽,防止隐私泄露。 * *
www.eeworm.com/read/186679/8916654

h document.h

// Document.h : interface of the CSnaggerDoc class // ///////////////////////////////////////////////////////////////////////////// #if !defined(__Document_h__) #define __Document_h__ #if _MS
www.eeworm.com/read/186679/8916670

h parser.h

/* */ #if !defined(__Parser_h__) #define __Parser_h__ class COptions {
www.eeworm.com/read/186679/8916709

h inet.h

#if !defined(__Inet_h__) #define __Inet_h__ class MAP_FILES : public CObject { public: CString strFileName; int nMaxLevel; }; typedef CMapStringToOb MAP_FILES_ARRAY; #define MAX_I
www.eeworm.com/read/186679/8917284

h smtp.h

/* Module : SMTP.H Purpose: Defines the interface for a MFC class encapsulation of the SMTP protocol Created: PJN / 22-05-1998 Copyright (c) 1998 - 2002 by PJ Naughter. (Web: www.naughter.com,
www.eeworm.com/read/427802/8919585

cpp xcommon.cpp

#include "stdafx.h" #include "xcommon.h" CString CXCommon::DIPToSIP(DWORD* pIP) { if(pIP == NULL) return _T(""); CString s; BYTE *b = (BYTE*)pIP; s.Format(_T("%d.%d.%d.%d"),b[3],b[2]
www.eeworm.com/read/383723/8923520

cpp myapriori.cpp

// MyApriori.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include "MyApriori.h" #include "conio.h" #include "stdlib.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // 唯一的应用程序对象 CWinApp
www.eeworm.com/read/427700/8925301

cpp cinifile.cpp

/*================================================================== = 文件名:CIniFile类实现文件 = = 修改日期:2002-12-28 = =