转自:http://blog.sina.com.cn/s/blog_50ee72f101009uo3.html
1
1.1
*
*
*
*
1.2
*
*
*
如循环变量多用i j k m n等,双精度数多用x y z
*
如pointArray
*
如tableNo, iTable
*
*
*
如isNotFound不好,用~isFound。
*
如isUSASpecific不好,用isUsaSpecific
1.3
*
如MAX_ITERATIONS
*
如COLOR_RED,COLOR_BLUE
1.4
*
如Point
*
如Segment.SegementLength是不好的,直接用Segment.length
1.5
*
*
*
如getname,get_name
*
如compwid不好,使用computewidth。max,gcd都可以。
*
如mean
*
如plot
*
如getobj,setappdata。
*
如computespread
*
如findoldestrecord,
*
如initializeproblemstate
*
如iscomplete
*
如get/set,add/remove,create/destroy,start/stop,insert/delete,increment /decrement,old/new,begin/end,first/last,up/down,min/max,next /previous,open/close,show/hide,suspend/resume。
*