solutionpr.sln
来自「模式识别--VISUAL C++环境下编写的贝叶斯分类器(bayes),值得收藏」· SLN 代码 · 共 30 行
SLN
30 行
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shell", "Shell\Shell.csproj", "{262EA13C-889B-4BA0-BD33-1D6DF3E2AB5D}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PRAlg", "PRAlg\PRAlg.csproj", "{64BA7A91-718B-4F8B-9929-1806E13E0EFA}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{262EA13C-889B-4BA0-BD33-1D6DF3E2AB5D}.Debug.ActiveCfg = Debug|.NET
{262EA13C-889B-4BA0-BD33-1D6DF3E2AB5D}.Debug.Build.0 = Debug|.NET
{262EA13C-889B-4BA0-BD33-1D6DF3E2AB5D}.Release.ActiveCfg = Release|.NET
{262EA13C-889B-4BA0-BD33-1D6DF3E2AB5D}.Release.Build.0 = Release|.NET
{64BA7A91-718B-4F8B-9929-1806E13E0EFA}.Debug.ActiveCfg = Debug|.NET
{64BA7A91-718B-4F8B-9929-1806E13E0EFA}.Debug.Build.0 = Debug|.NET
{64BA7A91-718B-4F8B-9929-1806E13E0EFA}.Release.ActiveCfg = Release|.NET
{64BA7A91-718B-4F8B-9929-1806E13E0EFA}.Release.Build.0 = Release|.NET
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?