代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/340916/12123691
h productset.h
// ProductSet.h: interface of the CProductSet class
//
#pragma once
// code generated on 18 September 2007, 14:51
class CProductSet : public CRecordset
{
public:
CProductSet(CDatabase*
www.eeworm.com/read/340916/12123825
h orderset.h
// OrderSet.h : Declaration of the COrderSet
#pragma once
// code generated on 9 October 2005, 19:24
class COrderSet : public CRecordset
{
public:
COrderSet(CDatabase* pDatabase = NULL);
www.eeworm.com/read/340916/12123832
h customerset.h
// CustomerSet.h : Declaration of the CCustomerSet
#pragma once
// code generated on 9 October 2005, 12:29
class CCustomerSet : public CRecordset
{
public:
CCustomerSet(CDatabase* pDataba
www.eeworm.com/read/340916/12123834
h orderdetailsset.h
// OrderDetailsSet.h: interface of the COrderDetailsSet class
//
#pragma once
// code generated on 8 October 2005, 20:05
class COrderDetailsSet : public CRecordset
{
public:
COrderDeta
www.eeworm.com/read/340916/12123839
h productset.h
// ProductSet.h : Declaration of the CProductSet
#pragma once
// code generated on 9 October 2005, 12:31
class CProductSet : public CRecordset
{
public:
CProductSet(CDatabase* pDatabase =
www.eeworm.com/read/340797/12133416
cpp sendmail.cpp
// SendMail.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "SendMail.h"
#include "MailDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
st
www.eeworm.com/read/340797/12133465
cpp sendmail.cpp
// SendMail.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "SendMail.h"
#include "MailDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
st
www.eeworm.com/read/340457/12156038
cpp chrcdlg.cpp
// chrcDlg.cpp : implementation file
//
#include "stdafx.h"
#include "chrc.h"
#include "chrcDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/340422/12159537
txt change.txt
/////////16进制字符串转化ASCII码
CString HextoDec(CString string2)
{
CString chekstr,string16,p;
int aa,bb,cc,i,str16len,n,m=0;
char a[2];
string16=string2;
str
www.eeworm.com/read/151670/12182718
cpp jtagdev.cpp
// JTAGDev.cpp: implementation of the CJTAGDev class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "FluteD.h"
#include "Pin.h"
#incl