代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/433091/8548049
cpp crypt.cpp
// Crypt.cpp: implementation of the CCrypt class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "zhaoliang.h"
#include "Crypt.h"
#ifd
www.eeworm.com/read/188336/8549143
cpp crypt.cpp
// Crypt.cpp: implementation of the CCrypt class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Crypt.h"
#ifdef _DEBUG
#undef THIS_F
www.eeworm.com/read/389068/8550260
h commondialog.h
#if !defined(AFX_COMMONDIALOG_H__BD0CE743_02EE_4556_BF92_BF62E8A19D7F__INCLUDED_)
#define AFX_COMMONDIALOG_H__BD0CE743_02EE_4556_BF92_BF62E8A19D7F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/389068/8550337
cpp filesetdlg.cpp
// filesetdlg.cpp : implementation file
//
#include "stdafx.h"
#include "..\Search.h"
#include "..\ToolSoftForPrint.h"
#include "filesetdlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef TH
www.eeworm.com/read/389068/8550653
cpp utilityclass.cpp
// UtilityClass.cpp: implementation of the CUtilityClass class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "UtilityClass.h"
#incl
www.eeworm.com/read/289356/8556753
cpp 车友.cpp
// 车友.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "车友.h"
#include "车友Dlg.h"
#include "LoginDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS
www.eeworm.com/read/289339/8558554
h httpdownload.h
// HttpDownload.h: interface for the CHttpDownload class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_HTTPDOWNLOAD_H__11AB7F1F_62EA_47FC_8B2D_B2E392
www.eeworm.com/read/289306/8560156
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/388890/8565739
cpp mydictionary.cpp
#include "stdafx.h"
#include "MyDictionary.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
// # define MaxWordLength 10 // 最大词长为10个字节(即5个
www.eeworm.com/read/388890/8565792
cpp namerecognizer.cpp
#include "stdafx.h"
#include "math.h" // 包含log函数的定义
#include "NameRecognizer.h"
#include "MyDictionary.h"
# define HZ_NUM 6768
# define HZ_ID(c1,c2) ((c1)-176) *94 +((c2)-161)
/*
# define