quiz:测验2015q3的解决方案

时间:2024-05-23 01:27:17
【文件属性】:

文件名称:quiz:测验2015q3的解决方案

文件大小:6KB

文件格式:ZIP

更新时间:2024-05-23 01:27:17

Makefile

目录组织 :问题2 :问题3 :问题4 :问题5 :问题6 :问题#27 从q2到q6 ,您必须实现迭代和递归版本。 编码风格 您可以使用源代码压帮助您自动格式化源代码。 它肯定不会纠正您所有的编码样式,但肯定会消除其中的大多数样式。 您可以从此下载AStyle或通过apt-get安装: sudo apt-get install astyle 要格式化文件,可以执行以下命令: astyle --style=kr --indent=spaces=4 --indent-switches --suffix=none * .[ch] 安装Git预提交钩子以检查C / C ++源文件格式 ln -sf ../../scripts/pre-commit.hook .git/hooks/pre-commit


【文件预览】:
quiz-master
----q27()
--------main.c(54B)
--------Makefile(157B)
----q3()
--------iterative.c(54B)
--------recursive.c(54B)
--------Makefile(241B)
----q6()
--------iterative.c(54B)
--------recursive.c(54B)
--------Makefile(241B)
----q4()
--------iterative.c(54B)
--------recursive.c(54B)
--------Makefile(241B)
----q2()
--------iterative.c(54B)
--------recursive.c(54B)
--------Makefile(241B)
----.gitignore(63B)
----q5()
--------iterative.c(54B)
--------recursive.c(54B)
--------Makefile(241B)
----README.md(928B)
----scripts()
--------pre-commit.hook(948B)

网友评论