代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/365117/9879005
h pcodegenerator.h
#ifndef _PCODEGENERATOR_H_
#define _PCODEGENERATOR_H_
#include "Analyzer.h"
class CPCodeGenerator
{
public:
CPCodeGenerator( CString& str );
~CPCodeGenerator();
// Operations
public:
www.eeworm.com/read/365117/9879015
h parser.h
#ifndef _PARSER_H_
#define _PARSER_H_
#include "scaner.h"
typedef enum { kVarDec, kFunDec, kParam, kStmt, kExp } NodeKind;
typedef enum { kIf, kWhile, kGoto, kBreak, kContinue,
kRead,
www.eeworm.com/read/169141/9879717
h atlmisc.h
// Windows Template Library - WTL version 7.0
// Copyright (C) 1997-2002 Microsoft Corporation
// All rights reserved.
//
// This file is a part of the Windows Template Library.
// The code and i
www.eeworm.com/read/169128/9880361
h calculate.h
#pragma once
#include "MathStack.h"
#define e 2.7182818284590452353602874713527
#define pi 3.1415926535897932384626433832795
#define ATOF(x) (((x) == 'e') ? e : ((x) == "pi" ? pi : atof(x)))
www.eeworm.com/read/169095/9880752
cpp xmlparamresult.cpp
// Copyright by Johnson zhou. All right reserved.
// You can copy , modify and use as any purpose. I 'd like to see my name in
// your credit.
#include "StdAfx.h"
#include "xmlparamresult.h"
www.eeworm.com/read/364942/9886517
h logfunctions.h
#ifndef _LOGFUNCTIONS_H_
#define _LOGFUNCTIONS_H_
void LogMessage(CRichEditCtrl* richEditCtrl, BOOL status, const char* message, BOOL logToFile, CString logFilename);
#endif _LOGFUNCTIONS_H_
www.eeworm.com/read/364850/9891283
cpp hwdetectdlg.cpp
// HWDetectDlg.cpp : implementation file
//
#include "stdafx.h"
#include
#include
#include "HWDetect.h"
#include "HWDetectDlg.h"
#include ".\hwdetectdlg.h"
#ifdef _DEB
www.eeworm.com/read/168618/9904995
cpp sendsmsdlg.cpp
// SendSMSDlg.cpp : implementation file
//
#include "stdafx.h"
#include "SendSMS.h"
#include "SendSMSDlg.h"
#include "DBAccess.h"
#include "DBAccess2.h"
//#include "SmsTraffic.h"
#include
www.eeworm.com/read/364309/9913036
cpp 测试程序dlg.cpp
// 测试程序Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "测试程序.h"
#include "测试程序Dlg.h"
#include "GPRSstruct.h"
#include "Interval.h"
#include "LightState.h"
#include "Message.h"
www.eeworm.com/read/364307/9913065
cpp linksocket.cpp
// LinkSocket.cpp : implementation file
//
#include "stdafx.h"
#include "MTTest.h"
#include "LinkSocket.h"
#include "MTTestDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
st