kmlwin32.sln

来自「高效的k-means算法实现」· SLN 代码 · 共 38 行

SLN
38
字号
Microsoft Visual Studio Solution File, Format Version 8.00Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kmlsample", "kmlsample\kmlsample.vcproj", "{513A3FF7-BE48-479D-A7DA-AF64F743BD9E}"	ProjectSection(ProjectDependencies) = postProject	EndProjectSectionEndProjectProject("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kmlminimal", "kmlminimal\kmlminimal.vcproj", "{866D6DB6-A003-437E-B33C-319BD522C484}"	ProjectSection(ProjectDependencies) = postProject	EndProjectSectionEndProjectProject("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kmltest", "kmltest\kmltest.vcproj", "{32054555-6823-4788-96B6-A6FA19683DF5}"	ProjectSection(ProjectDependencies) = postProject	EndProjectSectionEndProjectGlobal	GlobalSection(SolutionConfiguration) = preSolution		Debug = Debug		Release = Release	EndGlobalSection	GlobalSection(ProjectConfiguration) = postSolution		{513A3FF7-BE48-479D-A7DA-AF64F743BD9E}.Debug.ActiveCfg = Debug|Win32		{513A3FF7-BE48-479D-A7DA-AF64F743BD9E}.Debug.Build.0 = Debug|Win32		{513A3FF7-BE48-479D-A7DA-AF64F743BD9E}.Release.ActiveCfg = Release|Win32		{513A3FF7-BE48-479D-A7DA-AF64F743BD9E}.Release.Build.0 = Release|Win32		{866D6DB6-A003-437E-B33C-319BD522C484}.Debug.ActiveCfg = Debug|Win32		{866D6DB6-A003-437E-B33C-319BD522C484}.Debug.Build.0 = Debug|Win32		{866D6DB6-A003-437E-B33C-319BD522C484}.Release.ActiveCfg = Release|Win32		{866D6DB6-A003-437E-B33C-319BD522C484}.Release.Build.0 = Release|Win32		{32054555-6823-4788-96B6-A6FA19683DF5}.Debug.ActiveCfg = Debug|Win32		{32054555-6823-4788-96B6-A6FA19683DF5}.Debug.Build.0 = Debug|Win32		{32054555-6823-4788-96B6-A6FA19683DF5}.Release.ActiveCfg = Release|Win32		{32054555-6823-4788-96B6-A6FA19683DF5}.Release.Build.0 = Release|Win32	EndGlobalSection	GlobalSection(ExtensibilityGlobals) = postSolution	EndGlobalSection	GlobalSection(ExtensibilityAddIns) = postSolution	EndGlobalSectionEndGlobal

⌨️ 快捷键说明

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