代码搜索:MyString
找到约 1,391 项符合「MyString」的源代码
代码结果 1,391
www.eeworm.com/read/297604/3886565
h programlocation.h
// ProgramLocation.h
#ifndef __PROGRAMLOCATION_H
#define __PROGRAMLOCATION_H
#include "Common/MyString.h"
bool GetProgramFolderPath(UString &folder); // normalized
#endif
www.eeworm.com/read/427736/1966757
h filepathautorename.h
// Util/FilePathAutoRename.h
#ifndef __FILEPATHAUTORENAME_H
#define __FILEPATHAUTORENAME_H
#include "Common/MyString.h"
bool AutoRenamePath(UString &fullProcessedPath);
#endif
www.eeworm.com/read/427735/1967177
h filepathautorename.h
// Util/FilePathAutoRename.h
#ifndef __FILEPATHAUTORENAME_H
#define __FILEPATHAUTORENAME_H
#include "Common/MyString.h"
bool AutoRenamePath(UString &fullProcessedPath);
#endif
www.eeworm.com/read/427735/1967763
h programlocation.h
// ProgramLocation.h
#ifndef __PROGRAMLOCATION_H
#define __PROGRAMLOCATION_H
#include "Common/MyString.h"
bool GetProgramFolderPath(UString &folder); // normalized
#endif
www.eeworm.com/read/419645/2074753
h filepathautorename.h
// Util/FilePathAutoRename.h
#ifndef __FILEPATHAUTORENAME_H
#define __FILEPATHAUTORENAME_H
#include "Common/MyString.h"
bool AutoRenamePath(UString &fullProcessedPath);
#endif
www.eeworm.com/read/419645/2075350
h programlocation.h
// ProgramLocation.h
#ifndef __PROGRAMLOCATION_H
#define __PROGRAMLOCATION_H
#include "Common/MyString.h"
bool GetProgramFolderPath(UString &folder); // normalized
#endif
www.eeworm.com/read/386035/2576657
h filepathautorename.h
// Util/FilePathAutoRename.h
#ifndef __FILEPATHAUTORENAME_H
#define __FILEPATHAUTORENAME_H
#include "Common/MyString.h"
bool AutoRenamePath(UString &fullProcessedPath);
#endif
www.eeworm.com/read/477928/6726205
txt 描述3.txt
9、优先级队列
QueueNode.h
Compare.h
PriorityQueue.h
Test.cpp
10、串 88
MyString.h
MyString.cpp
test.cpp
11、二叉树
BinTreeNode.h
BinaryTree.h
Test.cpp
12、线索二叉树
ThreadNode.h
ThreadTree
www.eeworm.com/read/480367/1318769
h property.h
// Property.h
#ifndef __PROPERTY_H
#define __PROPERTY_H
#include "Common/MyString.h"
struct CProperty
{
UString Name;
UString Value;
};
#endif
www.eeworm.com/read/480367/1318959
h helputils.h
// HelpUtils.h
#ifndef __HELPUTILS_H
#define __HELPUTILS_H
#include "Common/MyString.h"
void ShowHelpWindow(HWND hwnd, LPCWSTR topicFile);
#endif