⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fftreal.vcproj

📁 Real Value FFT Algorithm
💻 VCPROJ
字号:
<?xml version="1.0" encoding="big5"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.10"
	Name="FFTReal"
	SccProjectName=""
	SccLocalPath="">
	<Platforms>
		<Platform
			Name="Win32"/>
	</Platforms>
	<Configurations>
		<Configuration
			Name="Release|Win32"
			OutputDirectory=".\Release"
			IntermediateDirectory=".\Release"
			ConfigurationType="1"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="2"
				InlineFunctionExpansion="2"
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
				StringPooling="TRUE"
				RuntimeLibrary="4"
				EnableFunctionLevelLinking="TRUE"
				RuntimeTypeInfo="TRUE"
				UsePrecompiledHeader="2"
				PrecompiledHeaderFile=".\Release/FFTReal.pch"
				AssemblerListingLocation=".\Release/"
				ObjectFile=".\Release/"
				ProgramDataBaseFileName=".\Release/"
				WarningLevel="3"
				SuppressStartupBanner="TRUE"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				OutputFile=".\Release/FFTReal.exe"
				LinkIncremental="1"
				SuppressStartupBanner="TRUE"
				ProgramDatabaseFile=".\Release/FFTReal.pdb"
				SubSystem="1"
				TargetMachine="1"/>
			<Tool
				Name="VCMIDLTool"
				TypeLibraryName=".\Release/FFTReal.tlb"
				HeaderFileName=""/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="NDEBUG"
				Culture="1036"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCXMLDataGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
			<Tool
				Name="VCManagedWrapperGeneratorTool"/>
			<Tool
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
		</Configuration>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory=".\Debug"
			IntermediateDirectory=".\Debug"
			ConfigurationType="1"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				OptimizeForProcessor="2"
				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
				StringPooling="TRUE"
				RuntimeLibrary="1"
				RuntimeTypeInfo="TRUE"
				UsePrecompiledHeader="2"
				PrecompiledHeaderFile=".\Debug/FFTReal.pch"
				AssemblerListingLocation=".\Debug/"
				ObjectFile=".\Debug/"
				ProgramDataBaseFileName=".\Debug/"
				BrowseInformation="1"
				WarningLevel="3"
				SuppressStartupBanner="TRUE"
				DebugInformationFormat="3"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				OutputFile=".\Debug/FFTReal.exe"
				LinkIncremental="1"
				SuppressStartupBanner="TRUE"
				GenerateDebugInformation="TRUE"
				ProgramDatabaseFile=".\Debug/FFTReal.pdb"
				SubSystem="1"
				TargetMachine="1"/>
			<Tool
				Name="VCMIDLTool"
				TypeLibraryName=".\Debug/FFTReal.tlb"
				HeaderFileName=""/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="_DEBUG"
				Culture="1036"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCXMLDataGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
			<Tool
				Name="VCManagedWrapperGeneratorTool"/>
			<Tool
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<Filter
			Name="Library"
			Filter="">
			<File
				RelativePath="Array.h">
			</File>
			<File
				RelativePath="Array.hpp">
			</File>
			<File
				RelativePath="def.h">
			</File>
			<File
				RelativePath="DynArray.h">
			</File>
			<File
				RelativePath="DynArray.hpp">
			</File>
			<File
				RelativePath="FFTReal.h">
			</File>
			<File
				RelativePath="FFTReal.hpp">
			</File>
			<File
				RelativePath="FFTRealFixLen.h">
			</File>
			<File
				RelativePath="FFTRealFixLen.hpp">
			</File>
			<File
				RelativePath="FFTRealFixLenParam.h">
			</File>
			<File
				RelativePath="FFTRealPassDirect.h">
			</File>
			<File
				RelativePath="FFTRealPassDirect.hpp">
			</File>
			<File
				RelativePath="FFTRealPassInverse.h">
			</File>
			<File
				RelativePath="FFTRealPassInverse.hpp">
			</File>
			<File
				RelativePath="FFTRealSelect.h">
			</File>
			<File
				RelativePath="FFTRealSelect.hpp">
			</File>
			<File
				RelativePath="FFTRealUseTrigo.h">
			</File>
			<File
				RelativePath="FFTRealUseTrigo.hpp">
			</File>
			<File
				RelativePath="OscSinCos.h">
			</File>
			<File
				RelativePath="OscSinCos.hpp">
			</File>
		</Filter>
		<Filter
			Name="Test"
			Filter="">
			<File
				RelativePath="test.cpp">
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCCLCompilerTool"
						Optimization="2"
						PreprocessorDefinitions=""/>
				</FileConfiguration>
				<FileConfiguration
					Name="Debug|Win32">
					<Tool
						Name="VCCLCompilerTool"
						Optimization="0"
						PreprocessorDefinitions=""
						BrowseInformation="1"/>
				</FileConfiguration>
			</File>
			<File
				RelativePath="test_fnc.h">
			</File>
			<File
				RelativePath="test_fnc.hpp">
			</File>
			<File
				RelativePath="test_settings.h">
			</File>
			<File
				RelativePath="TestAccuracy.h">
			</File>
			<File
				RelativePath="TestAccuracy.hpp">
			</File>
			<File
				RelativePath="TestHelperFixLen.h">
			</File>
			<File
				RelativePath="TestHelperFixLen.hpp">
			</File>
			<File
				RelativePath="TestHelperNormal.h">
			</File>
			<File
				RelativePath="TestHelperNormal.hpp">
			</File>
			<File
				RelativePath="TestSpeed.h">
			</File>
			<File
				RelativePath="TestSpeed.hpp">
			</File>
			<File
				RelativePath="TestWhiteNoiseGen.h">
			</File>
			<File
				RelativePath="TestWhiteNoiseGen.hpp">
			</File>
			<Filter
				Name="stopwatch"
				Filter="">
				<File
					RelativePath="stopwatch\ClockCycleCounter.cpp">
					<FileConfiguration
						Name="Release|Win32">
						<Tool
							Name="VCCLCompilerTool"
							Optimization="2"
							PreprocessorDefinitions=""/>
					</FileConfiguration>
					<FileConfiguration
						Name="Debug|Win32">
						<Tool
							Name="VCCLCompilerTool"
							Optimization="0"
							PreprocessorDefinitions=""
							BrowseInformation="1"/>
					</FileConfiguration>
				</File>
				<File
					RelativePath="stopwatch\ClockCycleCounter.h">
				</File>
				<File
					RelativePath="stopwatch\ClockCycleCounter.hpp">
				</File>
				<File
					RelativePath="stopwatch\def.h">
				</File>
				<File
					RelativePath="stopwatch\fnc.h">
				</File>
				<File
					RelativePath="stopwatch\fnc.hpp">
				</File>
				<File
					RelativePath="stopwatch\Int64.h">
				</File>
				<File
					RelativePath="stopwatch\StopWatch.cpp">
					<FileConfiguration
						Name="Release|Win32">
						<Tool
							Name="VCCLCompilerTool"
							Optimization="2"
							PreprocessorDefinitions=""/>
					</FileConfiguration>
					<FileConfiguration
						Name="Debug|Win32">
						<Tool
							Name="VCCLCompilerTool"
							Optimization="0"
							PreprocessorDefinitions=""
							BrowseInformation="1"/>
					</FileConfiguration>
				</File>
				<File
					RelativePath="stopwatch\StopWatch.h">
				</File>
				<File
					RelativePath="stopwatch\StopWatch.hpp">
				</File>
			</Filter>
		</Filter>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>

⌨️ 快捷键说明

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