数据结构中的二叉搜索树

源代码在线查看: bst.vcproj.7.10.old

软件大小: 2671 K
上传用户: zhongcheng211
关键词: 数据结构 搜索
下载地址: 免注册下载 普通下载 VIP

相关代码

				
									ProjectType="Visual C++"
					Version="7.10"
					Name="BST"
					ProjectGUID="{91A410BD-4226-40CD-BBB9-19C3FBDF601F}"
					Keyword="MFCProj">
					
													Name="Win32"/>
					
					
													Name="Debug|Win32"
							OutputDirectory="Debug"
							IntermediateDirectory="Debug"
							ConfigurationType="1"
							UseOfMFC="2"
							CharacterSet="2">
															Name="VCCLCompilerTool"
								Optimization="0"
								PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
								MinimalRebuild="TRUE"
								BasicRuntimeChecks="3"
								RuntimeLibrary="3"
								TreatWChar_tAsBuiltInType="TRUE"
								UsePrecompiledHeader="3"
								WarningLevel="3"
								Detect64BitPortabilityProblems="TRUE"
								DebugInformationFormat="4"/>
															Name="VCCustomBuildTool"/>
															Name="VCLinkerTool"
								LinkIncremental="2"
								GenerateDebugInformation="TRUE"
								SubSystem="2"
								TargetMachine="1"/>
															Name="VCMIDLTool"
								PreprocessorDefinitions="_DEBUG"
								MkTypLibCompatible="FALSE"/>
															Name="VCPostBuildEventTool"/>
															Name="VCPreBuildEventTool"/>
															Name="VCPreLinkEventTool"/>
															Name="VCResourceCompilerTool"
								PreprocessorDefinitions="_DEBUG"
								Culture="2052"
								AdditionalIncludeDirectories="$(IntDir)"/>
															Name="VCWebServiceProxyGeneratorTool"/>
															Name="VCXMLDataGeneratorTool"/>
															Name="VCWebDeploymentTool"/>
															Name="VCManagedWrapperGeneratorTool"/>
															Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
						
													Name="Release|Win32"
							OutputDirectory="Release"
							IntermediateDirectory="Release"
							ConfigurationType="1"
							UseOfMFC="2"
							CharacterSet="2">
															Name="VCCLCompilerTool"
								PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
								MinimalRebuild="FALSE"
								RuntimeLibrary="2"
								TreatWChar_tAsBuiltInType="TRUE"
								UsePrecompiledHeader="3"
								WarningLevel="3"
								Detect64BitPortabilityProblems="TRUE"
								DebugInformationFormat="3"/>
															Name="VCCustomBuildTool"/>
															Name="VCLinkerTool"
								LinkIncremental="1"
								GenerateDebugInformation="TRUE"
								SubSystem="2"
								OptimizeReferences="2"
								EnableCOMDATFolding="2"
								TargetMachine="1"/>
															Name="VCMIDLTool"
								PreprocessorDefinitions="NDEBUG"
								MkTypLibCompatible="FALSE"/>
															Name="VCPostBuildEventTool"/>
															Name="VCPreBuildEventTool"/>
															Name="VCPreLinkEventTool"/>
															Name="VCResourceCompilerTool"
								PreprocessorDefinitions="NDEBUG"
								Culture="2052"
								AdditionalIncludeDirectories="$(IntDir)"/>
															Name="VCWebServiceProxyGeneratorTool"/>
															Name="VCXMLDataGeneratorTool"/>
															Name="VCWebDeploymentTool"/>
															Name="VCManagedWrapperGeneratorTool"/>
															Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
						
					
					
					
					
													Name="源文件"
							Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
							UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
															RelativePath=".\BST.cpp">
							
															RelativePath=".\BSTDoc.cpp">
							
															RelativePath=".\BSTView.cpp">
							
															RelativePath=".\InsertDlg.cpp">
							
															RelativePath=".\MainFrm.cpp">
							
															RelativePath=".\SearchDlg.cpp">
							
															RelativePath=".\stdafx.cpp">
																	Name="Debug|Win32">
																			Name="VCCLCompilerTool"
										UsePrecompiledHeader="1"/>
								
																	Name="Release|Win32">
																			Name="VCCLCompilerTool"
										UsePrecompiledHeader="1"/>
								
							
						
													Name="头文件"
							Filter="h;hpp;hxx;hm;inl;inc;xsd"
							UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
															RelativePath=".\BST.h">
							
															RelativePath=".\BSTDoc.h">
							
															RelativePath=".\BSTView.h">
							
															RelativePath=".\InsertDlg.h">
							
															RelativePath=".\MainFrm.h">
							
															RelativePath=".\Resource.h">
							
															RelativePath=".\SearchDlg.h">
							
															RelativePath=".\stdafx.h">
							
						
													Name="资源文件"
							Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
							UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
															RelativePath=".\res\BST.ico">
							
															RelativePath=".\BST.rc">
							
															RelativePath=".\res\BSTDoc.ico">
							
															RelativePath=".\res\face.ico">
							
															RelativePath=".\res\Hand.cur">
							
															RelativePath=".\res\song.ico">
							
															RelativePath=".\res\Toolbar.bmp">
							
															RelativePath=".\res\toolbar1.bmp">
							
															RelativePath=".\res\Toolbar2.bmp">
							
						
													RelativePath=".\res\BST.manifest">
						
													RelativePath=".\ReadMe.txt">
						
					
					
													Name="RESOURCE_FILE"
							Value="BST.rc"/>
					
				
							

相关资源