代码搜索:cstring

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

代码结果 10,000
www.eeworm.com/read/411910/11223464

h rangedatatypehelper.h

#pragma once #include "RangerDataType.h" class SRangerDataTypeHelper { public: static BOOL StringToBOOL(const CString& str) { if (str.CompareNoCase("true") == 0) return TRUE; return F
www.eeworm.com/read/266114/11240131

cpp plugintool.cpp

//////////////////////////////////////////////////////////////////////////////// // plugintool.cpp : implementation of the CPlugInTool class // Author: Saji Varkey (SCV) // $Header: /USB/Util/EzMr/
www.eeworm.com/read/265935/11249261

h permissiondlg.h

/* KeePass Password Safe - The Open-Source Password Manager Copyright (C) 2003-2007 Dominik Reichl This program is free software; you can redistribute it and/or
www.eeworm.com/read/265935/11249426

cpp strutil.cpp

/* KeePass Password Safe - The Open-Source Password Manager Copyright (C) 2003-2007 Dominik Reichl This program is free software; you can redistribute it and/or
www.eeworm.com/read/265435/11264270

cpp neighbordlg[sorryforever].cpp

// NeighborDlg.cpp : implementation file // #include "stdafx.h" #include "Neighbor.h" #include "NeighborDlg.h" #include "DirectDriver.h" #include "LocalNameDlg.h" #include "HostNameDlg.h" #i
www.eeworm.com/read/148379/12471167

cpp myqqdlg.cpp

// MyQQDlg.cpp : implementation file // #include "stdafx.h" #include "MyQQ.h" #include "MyQQDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/335650/12509996

cpp afd.cpp

/////////////////////////////////////////////////////////////////////// // If this program works, it was written by Alexander Fedorov. // If not, I don't know who wrote it. // mailto:lamer2000@hotm
www.eeworm.com/read/335650/12510058

cpp stdafx.cpp

/////////////////////////////////////////////////////////////////////// // If this program works, it was written by Alexander Fedorov. // If not, I don't know who wrote it. // mailto:lamer2000@hotm
www.eeworm.com/read/335567/12514872

txt t5.txt

//对K变换后每次左移,以在PC2的作用下生成密钥 void CDESEncrptionDlg::LeftMove(bool b[],int l) { CString result=""; l=l%28; //at most 28 bits for(int i=0;i
www.eeworm.com/read/335567/12514891

txt t3.txt

//把bool数组转换回十六进制数显示到屏幕上 CString CDESEncrptionDlg::BtoS(bool b[],int length) { CString result=""; int temp; int sum=0; unsigned char tempc; for(int i=0;i