16to8.sln
来自「将16位格式的数字串转化为8位格式的数字串; 输入16位数字的文件」· SLN 代码 · 共 21 行
SLN
21 行
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "16to8", "16to8\16to8.vcproj", "{ADFCDF9F-4EA4-4F79-A97F-9E954D72132F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ADFCDF9F-4EA4-4F79-A97F-9E954D72132F}.Debug|Win32.ActiveCfg = Debug|Win32
{ADFCDF9F-4EA4-4F79-A97F-9E954D72132F}.Debug|Win32.Build.0 = Debug|Win32
{ADFCDF9F-4EA4-4F79-A97F-9E954D72132F}.Release|Win32.ActiveCfg = Release|Win32
{ADFCDF9F-4EA4-4F79-A97F-9E954D72132F}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?