代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/222203/14701299
cpp xpassage.cpp
#include "StdAfx.h"
#include "XPassage.h"
XPassage::XPassage (CString vStation, PointF vPosition, CString vLine1, CString vLine2)
{
station = vStation;
line1 = vLine1;
line2 = vLine2;
p
www.eeworm.com/read/222203/14701315
h xpath.h
#pragma once
#include "XPassage.h"
class XLine;
class XPath
{
public:
XPath();
XPath(XLine& vLine, CString vStation1, CString vStation2);
XPath(XLine& vLine1, XLine& vLine2, CString vStat
www.eeworm.com/read/115077/15027856
txt 如何对一个已有字符串加密.txt
如何对一个已有字符串加密
CString ChangWhiteBlackKey(CString strText,bool bWhite)
{
int i ;
char tCh1,tCh2;
CString strReturn ;
strReturn.Empty();
if(bWhite)//明码=>暗码
{
for(i = 0 ; i < strT
www.eeworm.com/read/293033/8317868
cpp xpassage.cpp
#include "StdAfx.h"
#include "XPassage.h"
XPassage::XPassage (CString vStation, PointF vPosition, CString vLine1, CString vLine2)
{
station = vStation;
line1 = vLine1;
line2 = vLine2;
p
www.eeworm.com/read/293033/8317890
h xpath.h
#pragma once
#include "XPassage.h"
class XLine;
class XPath
{
public:
XPath();
XPath(XLine& vLine, CString vStation1, CString vStation2);
XPath(XLine& vLine1, XLine& vLine2, CString vStat
www.eeworm.com/read/412590/11191109
cpp xpassage.cpp
#include "StdAfx.h"
#include "XPassage.h"
XPassage::XPassage (CString vStation, PointF vPosition, CString vLine1, CString vLine2)
{
station = vStation;
line1 = vLine1;
line2 = vLine2;
p
www.eeworm.com/read/412590/11191115
h xpath.h
#pragma once
#include "XPassage.h"
class XLine;
class XPath
{
public:
XPath();
XPath(XLine& vLine, CString vStation1, CString vStation2);
XPath(XLine& vLine1, XLine& vLine2, CString vStat
www.eeworm.com/read/106257/15642512
cpp xpassage.cpp
#include "StdAfx.h"
#include "XPassage.h"
XPassage::XPassage (CString vStation, PointF vPosition, CString vLine1, CString vLine2)
{
station = vStation;
line1 = vLine1;
line2 = vLine2;
p
www.eeworm.com/read/106257/15642517
h xpath.h
#pragma once
#include "XPassage.h"
class XLine;
class XPath
{
public:
XPath();
XPath(XLine& vLine, CString vStation1, CString vStation2);
XPath(XLine& vLine1, XLine& vLine2, CString vStat
www.eeworm.com/read/392190/8358870
cpp crypt.cpp
// Crypt.cpp: implementation of the CCrypt class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Attendance.h"
#include "Crypt.h"
#if