mri.sln

来自「选自<gpu gemes 2>,用gpu实现快速傅立叶变换」· SLN 代码 · 共 40 行

SLN
40
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MRI", "MRI.vcproj", "{31E15A70-B7A6-4244-B196-757564A9D2D2}"
	ProjectSection(ProjectDependencies) = postProject
		{A547AA7D-B667-4C41-862E-C31B31A4B448} = {A547AA7D-B667-4C41-862E-C31B31A4B448}
		{7F979F92-F98F-4EAB-9A13-7FB05E87E024} = {7F979F92-F98F-4EAB-9A13-7FB05E87E024}
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FFT", "..\FFT\FFT.vcproj", "{A547AA7D-B667-4C41-862E-C31B31A4B448}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PBuffer", "..\PBuffer\PBuffer.vcproj", "{7F979F92-F98F-4EAB-9A13-7FB05E87E024}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{31E15A70-B7A6-4244-B196-757564A9D2D2}.Debug.ActiveCfg = Debug|Win32
		{31E15A70-B7A6-4244-B196-757564A9D2D2}.Debug.Build.0 = Debug|Win32
		{31E15A70-B7A6-4244-B196-757564A9D2D2}.Release.ActiveCfg = Release|Win32
		{31E15A70-B7A6-4244-B196-757564A9D2D2}.Release.Build.0 = Release|Win32
		{A547AA7D-B667-4C41-862E-C31B31A4B448}.Debug.ActiveCfg = Debug|Win32
		{A547AA7D-B667-4C41-862E-C31B31A4B448}.Debug.Build.0 = Debug|Win32
		{A547AA7D-B667-4C41-862E-C31B31A4B448}.Release.ActiveCfg = Release|Win32
		{A547AA7D-B667-4C41-862E-C31B31A4B448}.Release.Build.0 = Release|Win32
		{7F979F92-F98F-4EAB-9A13-7FB05E87E024}.Debug.ActiveCfg = Debug|Win32
		{7F979F92-F98F-4EAB-9A13-7FB05E87E024}.Debug.Build.0 = Debug|Win32
		{7F979F92-F98F-4EAB-9A13-7FB05E87E024}.Release.ActiveCfg = Release|Win32
		{7F979F92-F98F-4EAB-9A13-7FB05E87E024}.Release.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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