代码搜索:cstring

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

代码结果 10,000
www.eeworm.com/read/275513/4175636

wzd readme.wzd

///////////////////////////////////////////////////////////////////// // Using CTime. ///////////////////////////////////////////////////////////////////// CTime time; CString sDate,sTime,sEla
www.eeworm.com/read/285120/8867481

h vsstool.h

#pragma once #import no_namespace named_guids class CVSSTool { public: CVSSTool(); CVSSTool(const CString &strVSSIniFile, const CString &strUserName, c
www.eeworm.com/read/284600/8914493

h com_stu1.h

#include"student.h" #include"string" #include"iostream" using namespace std; class com_stu:public student { public: public: com_stu(CString ID):student(ID) { } CString baodao() {
www.eeworm.com/read/284600/8914509

h chi_stu1.h

#include"student.h" #include"string" #include"iostream" using namespace std; class chi_stu:public student { public: public: chi_stu(CString ID):student(ID) { } CString baodao() {
www.eeworm.com/read/166821/9996370

cpp layer.cpp

#include "StdAfx.h" #include ".\layer.h" Layer::~Layer(void) { } Layer::Layer(CString strLbl,int size) { name = strLbl; CString label; this->size = size; neurons.RemoveAll(); fo
www.eeworm.com/read/353256/10459094

cpp ratio.cpp

#include "stdafx.h" #include "math.h" double Calculate_SNR(CString SourceFileName,CString ObjectFileName) { long i,size; double temp,error; char msg[30]; CFile cSourceFile,cObjectFile;
www.eeworm.com/read/442500/7650356

h ddglobalvar.h

// //ddGlobalVar.h // #ifndef _GLOBALVAR_H_ #define _GLOBALVAR_H_ typedef struct _USERINFO { //CStringList uiServerList; //可用服务器 CString uiServerCurrent; //当前服务器 CString uiServerDateSt
www.eeworm.com/read/437964/7738907

ui dlg_map_edit.ui

dlg_map_edit dlg_map_edit
www.eeworm.com/read/310998/13638520

h commontype.h

#ifndef __COMMONTYPE_H__ #define __COMMONTYPE_H__ #include using namespace std; //帐户结构体 struct AccountInfo { int id; //ID CString user; //用户名 CString pwd; //
www.eeworm.com/read/493132/6406936

cpp huffman.cpp

#include "stdafx.h" #include #include #include "compressing.h" void CompressHuffman(CString fileName, CString archName) { SymbolInfo symbols[256]; FILE *in = _wfopen(file