文件名称:GC_1_140
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 195kb
- 下载次数:
- 0次
- 提 供 者:
- 尤**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
每天,我们都要花很多时间来读代码——其他同事的代码、MSDN或者网上搜来的代码片断、开源项目的代码,等等。可以说,一个程序员的开发生涯里,有一大半的时间是在阅读别人的代码中度过。所以,代码的可读性至关重要。
且不提深层次的代码风格,先说说最基本的代码书写格式:空格、换行、缩进、注释、对齐……书写习惯因人而异,如果不巧你手头上这份代码作者的书写格式和您的习惯有很大出入,阅读这样的代码恐怕就会比较困难了。更差的情况,试想你看到的代码参差不齐、拥挤不堪、或者代码超长而不换行,或者缺少注释,那么阅读它们相信不会是一个很愉快的经历。
怎么样才能把手头这份凌乱的代码看清楚呢?或者换一个角度考虑,怎么样才能让自己的代码写得更漂亮,为阅读者带来赏心悦目的感觉J?今天就给大家推荐一个美化代码的小工具——GC!(Great Code!)。
-day, we must spend a lot of time reading code-- the code other colleagues, or MSDN online could code snippet, the open source project code, and so on. It can be said that the development of a programmer's career, there is a majority of their time in reading other people's code to pass. Therefore, the readability of the code is essential. Putting aside deep-rooted style of the code, first talk about the most basic form of code written : the blanks, newlines, indented, Notes, alignment ... writing habits vary from person to person, if you have on hand bore this code writers writing format and your habits is a big difference between reading the code probably it will be more difficult. The situation is even worse, imagine you see the mixed code, or 8,200, or code-long trip without, or相关搜索: msdn
对齐
且不提深层次的代码风格,先说说最基本的代码书写格式:空格、换行、缩进、注释、对齐……书写习惯因人而异,如果不巧你手头上这份代码作者的书写格式和您的习惯有很大出入,阅读这样的代码恐怕就会比较困难了。更差的情况,试想你看到的代码参差不齐、拥挤不堪、或者代码超长而不换行,或者缺少注释,那么阅读它们相信不会是一个很愉快的经历。
怎么样才能把手头这份凌乱的代码看清楚呢?或者换一个角度考虑,怎么样才能让自己的代码写得更漂亮,为阅读者带来赏心悦目的感觉J?今天就给大家推荐一个美化代码的小工具——GC!(Great Code!)。
-day, we must spend a lot of time reading code-- the code other colleagues, or MSDN online could code snippet, the open source project code, and so on. It can be said that the development of a programmer's career, there is a majority of their time in reading other people's code to pass. Therefore, the readability of the code is essential. Putting aside deep-rooted style of the code, first talk about the most basic form of code written : the blanks, newlines, indented, Notes, alignment ... writing habits vary from person to person, if you have on hand bore this code writers writing format and your habits is a big difference between reading the code probably it will be more difficult. The situation is even worse, imagine you see the mixed code, or 8,200, or code-long trip without, or相关搜索: msdn
对齐
(系统自动生成,下载前可以参看下载内容)
下载文件列表
GC
..\GC.exe
..\GC.txt
..\history.txt
..\Make
..\....\gc.cfg
..\....\GC.DSP
..\....\GC.dsw
..\....\GC.sln
..\....\GC.txt
..\....\GC.vcproj
..\....\GC.vcproj.vspscc
..\....\GC.vssscc
..\....\mssccprj.scc
..\....\vssver.scc
..\Sources
..\.......\config.c
..\.......\config.h
..\.......\debug.c
..\.......\debug.h
..\.......\error.c
..\.......\error.h
..\.......\grammar.c
..\.......\grammar.h
..\.......\grammar_decl.c
..\.......\grammar_pp.c
..\.......\in.c
..\.......\in.h
..\.......\indent.c
..\.......\indent.h
..\.......\indent_cmt.c
..\.......\indent_eol.c
..\.......\indent_pp.c
..\.......\indent_spaces.c
..\.......\indent_special.c
..\.......\lexi.c
..\.......\lexi.h
..\.......\main.c
..\.......\out.c
..\.......\out.h
..\.......\test.c
..\.......\tools.c
..\.......\tools.h
..\.......\tools_cmt.c
..\.......\vssver.scc
..\vssver.scc
..\GC.exe
..\GC.txt
..\history.txt
..\Make
..\....\gc.cfg
..\....\GC.DSP
..\....\GC.dsw
..\....\GC.sln
..\....\GC.txt
..\....\GC.vcproj
..\....\GC.vcproj.vspscc
..\....\GC.vssscc
..\....\mssccprj.scc
..\....\vssver.scc
..\Sources
..\.......\config.c
..\.......\config.h
..\.......\debug.c
..\.......\debug.h
..\.......\error.c
..\.......\error.h
..\.......\grammar.c
..\.......\grammar.h
..\.......\grammar_decl.c
..\.......\grammar_pp.c
..\.......\in.c
..\.......\in.h
..\.......\indent.c
..\.......\indent.h
..\.......\indent_cmt.c
..\.......\indent_eol.c
..\.......\indent_pp.c
..\.......\indent_spaces.c
..\.......\indent_special.c
..\.......\lexi.c
..\.......\lexi.h
..\.......\main.c
..\.......\out.c
..\.......\out.h
..\.......\test.c
..\.......\tools.c
..\.......\tools.h
..\.......\tools_cmt.c
..\.......\vssver.scc
..\vssver.scc