非数值并行计算模拟.sln

来自「退火算法的一个演示程序,含有源代码,通过画面演示退火算法的原理!」· SLN 代码 · 共 30 行

SLN
30
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TSP", "TSP\TSP.vcproj", "{511E74D1-6550-4748-82D3-5E4C2B353B93}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Builder", "Builder\Builder.vcproj", "{379E5A86-A028-4185-80D3-CFA9BBD39C80}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{511E74D1-6550-4748-82D3-5E4C2B353B93}.Debug.ActiveCfg = Debug|Win32
		{511E74D1-6550-4748-82D3-5E4C2B353B93}.Debug.Build.0 = Debug|Win32
		{511E74D1-6550-4748-82D3-5E4C2B353B93}.Release.ActiveCfg = Release|Win32
		{511E74D1-6550-4748-82D3-5E4C2B353B93}.Release.Build.0 = Release|Win32
		{379E5A86-A028-4185-80D3-CFA9BBD39C80}.Debug.ActiveCfg = Debug|Win32
		{379E5A86-A028-4185-80D3-CFA9BBD39C80}.Debug.Build.0 = Debug|Win32
		{379E5A86-A028-4185-80D3-CFA9BBD39C80}.Release.ActiveCfg = Release|Win32
		{379E5A86-A028-4185-80D3-CFA9BBD39C80}.Release.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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