intervolve.sln

来自「是用c++实现的几个数字信号处理中的典型算法」· SLN 代码 · 共 38 行

SLN
38
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "InterVolve", "InterVolve.vcproj", "{6444C6C9-CAF3-4CEE-B38F-8D61A5C60E40}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FFTConversion", "..\FFTConversion\FFTConversion.vcproj", "{F0A036F9-D15C-4075-B03B-95E892F12361}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FIR", "..\FIR\FIR.vcproj", "{F12F62AE-6534-4967-A239-D1695F41A691}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{6444C6C9-CAF3-4CEE-B38F-8D61A5C60E40}.Debug.ActiveCfg = Debug|Win32
		{6444C6C9-CAF3-4CEE-B38F-8D61A5C60E40}.Debug.Build.0 = Debug|Win32
		{6444C6C9-CAF3-4CEE-B38F-8D61A5C60E40}.Release.ActiveCfg = Release|Win32
		{6444C6C9-CAF3-4CEE-B38F-8D61A5C60E40}.Release.Build.0 = Release|Win32
		{F0A036F9-D15C-4075-B03B-95E892F12361}.Debug.ActiveCfg = Debug|Win32
		{F0A036F9-D15C-4075-B03B-95E892F12361}.Debug.Build.0 = Debug|Win32
		{F0A036F9-D15C-4075-B03B-95E892F12361}.Release.ActiveCfg = Release|Win32
		{F0A036F9-D15C-4075-B03B-95E892F12361}.Release.Build.0 = Release|Win32
		{F12F62AE-6534-4967-A239-D1695F41A691}.Debug.ActiveCfg = Debug|Win32
		{F12F62AE-6534-4967-A239-D1695F41A691}.Debug.Build.0 = Debug|Win32
		{F12F62AE-6534-4967-A239-D1695F41A691}.Release.ActiveCfg = Release|Win32
		{F12F62AE-6534-4967-A239-D1695F41A691}.Release.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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