bst.sln.old

来自「数据结构中的二叉搜索树」· OLD 代码 · 共 29 行

OLD
29
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BST", "BST.vcproj", "{91A410BD-4226-40CD-BBB9-19C3FBDF601F}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "二叉排序树", "..\二叉排序树\二叉排序树.vdproj", "{3E3CF1F9-D9A8-4B06-A593-4A64E6368F58}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{91A410BD-4226-40CD-BBB9-19C3FBDF601F}.Debug.ActiveCfg = Debug|Win32
		{91A410BD-4226-40CD-BBB9-19C3FBDF601F}.Debug.Build.0 = Debug|Win32
		{91A410BD-4226-40CD-BBB9-19C3FBDF601F}.Release.ActiveCfg = Release|Win32
		{91A410BD-4226-40CD-BBB9-19C3FBDF601F}.Release.Build.0 = Release|Win32
		{3E3CF1F9-D9A8-4B06-A593-4A64E6368F58}.Debug.ActiveCfg = Debug
		{3E3CF1F9-D9A8-4B06-A593-4A64E6368F58}.Release.ActiveCfg = Release
		{3E3CF1F9-D9A8-4B06-A593-4A64E6368F58}.Release.Build.0 = Release
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?