文件名称:huffmantree
- 所属分类:
- Windows编程
- 资源属性:
- [Text]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- canto*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
编码规范
1. 类成员函数
成员函数应该以完整的英文描述命名,函数名的第一个单词通常是一个动词。如openAccount、save等
对于存取类属性的成员函数有以下的命名规则:
Getter:访问类的属性并返回。命名以get开头,如果返回值是boolean,以is开头;如getFirstName、isAtEnd等。boolean返回值的另一种命名方法是使用has、can,如hasDependents、canPrint等
Setter:设置类属性。命名以set开头,如setFirstName
-1 coding norms. Class member functions member functions should be based on a complete descr iption of the English name, function names are usually the first word is a verb. If openAccount, save for access to categories such as attribute member functions have the following naming convention: Getter: visit and return to class attributes. Named in order to get at the beginning, if the return value is a boolean, to is the beginning as getFirstName, isAtEnd and so on. boolean return value of another method is to use the name has, can, if hasDependents, canPrint etc. Setter: set the type attribute. Named at the beginning to set, such as setFirstName
1. 类成员函数
成员函数应该以完整的英文描述命名,函数名的第一个单词通常是一个动词。如openAccount、save等
对于存取类属性的成员函数有以下的命名规则:
Getter:访问类的属性并返回。命名以get开头,如果返回值是boolean,以is开头;如getFirstName、isAtEnd等。boolean返回值的另一种命名方法是使用has、can,如hasDependents、canPrint等
Setter:设置类属性。命名以set开头,如setFirstName
-1 coding norms. Class member functions member functions should be based on a complete descr iption of the English name, function names are usually the first word is a verb. If openAccount, save for access to categories such as attribute member functions have the following naming convention: Getter: visit and return to class attributes. Named in order to get at the beginning, if the return value is a boolean, to is the beginning as getFirstName, isAtEnd and so on. boolean return value of another method is to use the name has, can, if hasDependents, canPrint etc. Setter: set the type attribute. Named at the beginning to set, such as setFirstName
(系统自动生成,下载前可以参看下载内容)
下载文件列表
huffman-tree.txt