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

📄 winsvm.vcproj

📁 采用c++编写的有关svm交叉验证的程序。
💻 VCPROJ
字号:
<?xml version="1.0" encoding="gb2312"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.10"
	Name="winsvm"
	ProjectGUID="{56F5390B-26B8-4E66-BC79-2447DC269453}"
	Keyword="MFCProj">
	<Platforms>
		<Platform
			Name="Win32"/>
	</Platforms>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory="Debug"
			IntermediateDirectory="Debug"
			ConfigurationType="1"
			UseOfMFC="2"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
				MinimalRebuild="TRUE"
				BasicRuntimeChecks="3"
				RuntimeLibrary="3"
				TreatWChar_tAsBuiltInType="TRUE"
				UsePrecompiledHeader="0"
				WarningLevel="3"
				Detect64BitPortabilityProblems="TRUE"
				DebugInformationFormat="4"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				LinkIncremental="2"
				GenerateDebugInformation="TRUE"
				SubSystem="2"
				TargetMachine="1"/>
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="_DEBUG"
				MkTypLibCompatible="FALSE"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="_DEBUG"
				Culture="2052"
				AdditionalIncludeDirectories="$(IntDir)"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCXMLDataGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
			<Tool
				Name="VCManagedWrapperGeneratorTool"/>
			<Tool
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
		</Configuration>
		<Configuration
			Name="Release|Win32"
			OutputDirectory="Release"
			IntermediateDirectory="Release"
			ConfigurationType="1"
			UseOfMFC="2"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
				MinimalRebuild="FALSE"
				RuntimeLibrary="2"
				TreatWChar_tAsBuiltInType="TRUE"
				UsePrecompiledHeader="3"
				WarningLevel="3"
				Detect64BitPortabilityProblems="TRUE"
				DebugInformationFormat="3"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				LinkIncremental="1"
				GenerateDebugInformation="TRUE"
				SubSystem="2"
				OptimizeReferences="2"
				EnableCOMDATFolding="2"
				TargetMachine="1"/>
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="NDEBUG"
				MkTypLibCompatible="FALSE"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="NDEBUG"
				Culture="2052"
				AdditionalIncludeDirectories="$(IntDir)"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCXMLDataGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
			<Tool
				Name="VCManagedWrapperGeneratorTool"/>
			<Tool
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<Filter
			Name="源文件"
			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
			<File
				RelativePath=".\excel.cpp">
			</File>
			<File
				RelativePath=".\guyihua.cpp">
			</File>
			<File
				RelativePath=".\stdafx.cpp">
				<FileConfiguration
					Name="Debug|Win32">
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="1"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="1"/>
				</FileConfiguration>
			</File>
			<File
				RelativePath=".\svm.cpp">
			</File>
			<File
				RelativePath=".\winsvm.cpp">
			</File>
			<File
				RelativePath=".\hlp\winsvm.hpj">
				<FileConfiguration
					Name="Debug|Win32">
					<Tool
						Name="VCCustomBuildTool"
						Description="正在生成帮助文件..."
						CommandLine="start /wait hcw /C /E /M &quot;hlp\$(ProjectName).hpj&quot;
if errorlevel 1 goto :HelpError
if not exist &quot;hlp\$(ProjectName).hlp&quot; goto :HelpError
if not exist &quot;hlp\$(ProjectName).cnt&quot; goto :HelpError
echo.
copy &quot;hlp\$(ProjectName).hlp&quot; &quot;$(OutDir)&quot;
copy &quot;hlp\$(ProjectName).cnt&quot; &quot;$(OutDir)&quot;
goto :HelpDone
:HelpError
echo hlp\$(ProjectName).hpj(1) : error: 创建帮助文件时遇到问题
:HelpDone
echo.
"
						AdditionalDependencies="hlp\$(ProjectName).hm"
						Outputs="$(OutDir)\$(ProjectName).hlp"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCCustomBuildTool"
						Description="正在生成帮助文件..."
						CommandLine="start /wait hcw /C /E /M &quot;hlp\$(ProjectName).hpj&quot;
if errorlevel 1 goto :HelpError
if not exist &quot;hlp\$(ProjectName).hlp&quot; goto :HelpError
if not exist &quot;hlp\$(ProjectName).cnt&quot; goto :HelpError
echo.
copy &quot;hlp\$(ProjectName).hlp&quot; &quot;$(OutDir)&quot;
copy &quot;hlp\$(ProjectName).cnt&quot; &quot;$(OutDir)&quot;
goto :HelpDone
:HelpError
echo hlp\$(ProjectName).hpj(1) : error: 创建帮助文件时遇到问题
:HelpDone
echo.
"
						AdditionalDependencies="hlp\$(ProjectName).hm"
						Outputs="$(OutDir)\$(ProjectName).hlp"/>
				</FileConfiguration>
			</File>
			<File
				RelativePath=".\winsvmDlg.cpp">
			</File>
			<File
				RelativePath=".\xuanxiang.cpp">
			</File>
			<File
				RelativePath=".\yuce.cpp">
			</File>
		</Filter>
		<Filter
			Name="头文件"
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
			<File
				RelativePath=".\CApplication.h">
			</File>
			<File
				RelativePath=".\CRange.h">
			</File>
			<File
				RelativePath=".\CWorkbook.h">
			</File>
			<File
				RelativePath=".\CWorkbooks.h">
			</File>
			<File
				RelativePath=".\CWorksheet.h">
			</File>
			<File
				RelativePath=".\CWorksheets.h">
			</File>
			<File
				RelativePath=".\excel.h">
			</File>
			<File
				RelativePath=".\guyihua.h">
			</File>
			<File
				RelativePath=".\Resource.h">
				<FileConfiguration
					Name="Debug|Win32">
					<Tool
						Name="VCCustomBuildTool"
						Description="正在生成帮助编译器的映射文件..."
						CommandLine="echo // 生成的帮助映射文件。由 $(ProjectName).HPJ 使用。 &gt; &quot;hlp\$(ProjectName).hm&quot;
echo. &gt; &quot;hlp\$(ProjectName).hm&quot;
echo // 命令(ID_* 和 IDM_*) &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
makehm ID_,HID_,0x10000 IDM_,HIDM_,0x10000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo. &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo // 提示(IDP_*) &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
makehm IDP_,HIDP_,0x30000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo. &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo // 资源(IDR_*) &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
makehm IDR_,HIDR_,0x20000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo. &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo // 对话框(IDD_*) &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
makehm IDD_,HIDD_,0x20000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo. &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo // 框架控件(IDW_*) &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
makehm IDW_,HIDW_,0x50000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
"
						Outputs="hlp\$(ProjectName).hm"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCCustomBuildTool"
						Description="正在生成帮助编译器的映射文件..."
						CommandLine="echo // 生成的帮助映射文件。由 $(ProjectName).HPJ 使用。 &gt; &quot;hlp\$(ProjectName).hm&quot;
echo. &gt; &quot;hlp\$(ProjectName).hm&quot;
echo // 命令(ID_* 和 IDM_*) &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
makehm ID_,HID_,0x10000 IDM_,HIDM_,0x10000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo. &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo // 提示(IDP_*) &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
makehm IDP_,HIDP_,0x30000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo. &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo // 资源(IDR_*) &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
makehm IDR_,HIDR_,0x20000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo. &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo // 对话框(IDD_*) &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
makehm IDD_,HIDD_,0x20000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo. &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo // 框架控件(IDW_*) &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
makehm IDW_,HIDW_,0x50000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
"
						Outputs="hlp\$(ProjectName).hm"/>
				</FileConfiguration>
			</File>
			<File
				RelativePath=".\stdafx.h">
			</File>
			<File
				RelativePath=".\svm.h">
			</File>
			<File
				RelativePath=".\winsvm.h">
			</File>
			<File
				RelativePath=".\winsvmDlg.h">
			</File>
			<File
				RelativePath=".\xuanxiang.h">
			</File>
			<File
				RelativePath=".\yuce.h">
			</File>
		</Filter>
		<Filter
			Name="资源文件"
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
			<File
				RelativePath=".\res\icon1.ico">
			</File>
			<File
				RelativePath=".\res\load_pic0.BMP">
			</File>
			<File
				RelativePath=".\res\winsvm.ico">
			</File>
			<File
				RelativePath=".\winsvm.rc">
			</File>
			<File
				RelativePath=".\res\winsvm.rc2">
			</File>
		</Filter>
		<Filter
			Name="帮助文件"
			Filter="rtf;cnt">
			<File
				RelativePath=".\hlp\afxdlg.rtf">
			</File>
			<File
				RelativePath=".\hlp\images\bullet.bmp">
			</File>
			<File
				RelativePath=".\hlp\winsvm.cnt">
			</File>
		</Filter>
		<File
			RelativePath=".\guyihua.htm"
			DeploymentContent="TRUE">
		</File>
		<File
			RelativePath=".\ReadMe.txt">
		</File>
		<File
			RelativePath=".\winsvm.htm"
			DeploymentContent="TRUE">
		</File>
		<File
			RelativePath=".\res\winsvm.manifest">
		</File>
	</Files>
	<Globals>
		<Global
			Name="RESOURCE_FILE"
			Value="winsvm.rc"/>
	</Globals>
</VisualStudioProject>

⌨️ 快捷键说明

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