1 Star 0 Fork 0

乔荣辉/排序算法2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Sort.sln 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
乔荣辉 提交于 2024-12-06 16:47 +08:00 . 添加项目文件。

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35527.113 d17.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Sort", "Sort\Sort.vcxproj", "{738F2847-1F79-4A14-BA10-471B38A45DD3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{738F2847-1F79-4A14-BA10-471B38A45DD3}.Debug|x64.ActiveCfg = Debug|x64
{738F2847-1F79-4A14-BA10-471B38A45DD3}.Debug|x64.Build.0 = Debug|x64
{738F2847-1F79-4A14-BA10-471B38A45DD3}.Debug|x86.ActiveCfg = Debug|Win32
{738F2847-1F79-4A14-BA10-471B38A45DD3}.Debug|x86.Build.0 = Debug|Win32
{738F2847-1F79-4A14-BA10-471B38A45DD3}.Release|x64.ActiveCfg = Release|x64
{738F2847-1F79-4A14-BA10-471B38A45DD3}.Release|x64.Build.0 = Release|x64
{738F2847-1F79-4A14-BA10-471B38A45DD3}.Release|x86.ActiveCfg = Release|Win32
{738F2847-1F79-4A14-BA10-471B38A45DD3}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qiao-ronghui/sorting-algorithm-2.git
git@gitee.com:qiao-ronghui/sorting-algorithm-2.git
qiao-ronghui
sorting-algorithm-2
排序算法2
master

搜索帮助