代码搜索:cstring

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

代码结果 10,000
www.eeworm.com/read/165443/10062265

h statement.h

//Statement注释类 //Statement.h //包含的头文件 //#include "coordinate.h" //类定义 class Statement:public CObject{ //继承于CObject类 DECLARE_SERIAL(Statement) private: CPoint aP; //注释区域
www.eeworm.com/read/165443/10062315

h shape.h

//图形shape类 //Shape.h //包含的头文件 //类定义 class Shape:public CObject{ //继承于CObject类 DECLARE_SERIAL(Shape) protected: CString expression; //图形的表达式 public: Shape(); ~Shape(); virt
www.eeworm.com/read/361087/10066721

cpp dlgrecoresult.cpp

// DlgRecoResult.cpp : implementation file // #include "stdafx.h" #include "PlateReco.h" #include "DlgRecoResult.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FI
www.eeworm.com/read/360893/10073116

cpp opcset.cpp

// OPCSET.cpp : implementation file // #include "stdafx.h" #include "MPCTest.h" #include "OPCSet.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/360850/10075229

h htmdbdlg.h

// htmdbDlg.h : 头文件 // #pragma once // ChtmdbDlg 对话框 class ChtmdbDlg : public CDHtmlDialog { // 构造 public: ChtmdbDlg(CWnd* pParent = NULL); // 标准构造函数 // 对话框数据 enum { IDD = IDD_HTMD
www.eeworm.com/read/165050/10077830

cpp smstestview.cpp

// SmsTestView.cpp : implementation of the CSmsTestView class // #include "stdafx.h" #include "SmsTest.h" #include "SmsTestDoc.h" #include "SmsTestView.h" #ifdef _DEBUG #define new DEBUG_
www.eeworm.com/read/165046/10078352

cpp gifread.cpp

//////////////////////////////////////////////////////////// // GIFFile - A C++ class to allow reading and writing of GIF Images // // Note : GIF support has been removed as of 9/24/97. I am // p
www.eeworm.com/read/165046/10078382

h giffile.h

//////////////////////////////////////////////////////////////////////////////// // // GIFFile - A C++ class to allow reading and writing of GIF Images // // It is based on code from Programming f
www.eeworm.com/read/165046/10078411

h mfcview.h

// mfcappView.h : interface of the CMfcappView class // ///////////////////////////////////////////////////////////////////////////// class CMfcappView : public CView { protected: // crea
www.eeworm.com/read/164922/10082106

h matrix.h

// Matrix1.h: interface for the CMatrix class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_MATRIX1_H__35A217E3_A5E0_492C_B345_A1DE28E8658C__INCLUDED