搜索资源列表
华为编程规范及范例
- 华为公司的编程规范,很多编程风格不是很好的程序员可以借鉴一下,风格好谁都喜欢-Program standard of company HuaWei, good reference for some programmer that not had a good programming habit/style.
huawei
- 华为编程规范,我想对一些想进入华为的程序员应该有一定的帮助。
华为编程规范与案例1
- dsp华为编程规范与案例-dsp programming norms and Huawei case
huawei
- 看看人家是如何编写程序的,华为编程规范与案例。
软件项目开发规范标准大全
- 一套编码规范,里面包含了华为和微软的编程规范,希望可以帮到一些人
华为C语言编程规范
- 华为里面的编程规范,对程序原来说非常有用,良好的习惯可以避免很多问题。
huawei
- 华为编程规范,详细介绍了嵌入式软件的设计规范,建议参考!-Huawei programming specifications detailed design specifications of embedded software, the proposed reference!
huaWei
- 华为的编程规范和范例 排版,注释,标示符命名,可读性,变量,结构,可测性,程序效率,质量保证,代码编辑,编译,审查,代码维护等-Huawei programming specifications and examples of layout, annotation, naming identifiers, readability, variables, structures, testability, procedural efficiency, quality assurance, code
huawei
- 华为编程规范排版 6 2 注释 11 3 标识符命名 18 4 可读性 20 5 变量、结构 22 6 函数、过程 28 7 可测性 36 8 程序效率 40 9 质量保证 44 10 代码编辑、编译、审查 50 11 代码测试、维护 52 12 宏
CO_RULE
- 华为编程规范与案例 里面还有其他的一些 软件编程的培训资料-Huawei programming norms and the case there is also some other software programming training materials
huawei_program_model
- 华为编程规范,可以从中学习编程风格,便于高效编程。-Huawei programming specifications can learn programming style, easy and efficient programming.
HuaWeiProgram
- 华为的编程规范,养成良好的编程习惯。初学者、编程老手都行。-Huawei' s programming specifications, to develop good programming habits. For beginners, programming veteran will do.
Program_standard_for_Huawei
- 华为编程规范(华为内部资料c++) 华为编程规范(华为内部资料c++)-Program standard for Huawei Technology
Huwei-network-engineer
- 华为网络工程师基础教程,参考学习 作为一个合格的开发人员,标准的编程规范是必不可少的。讲的是C,C-huwei network engineer standard
Panorama
- 华为 编程规范与案例,为规范自己的软件有巨大的好处。-Huawei programming specifications and case
华为技术有限公司c语言编程规范
- 华为技术有限公司c语言编程规范,对c语言的编程格式进行规范化说明的教程。(Huawei Technology Co., Ltd. c Language Strategy Program)
华为的编程规范和范例
- 华为内部代码编程规范,写出风格良好,别人看得懂的代码(Huawei C program guider)
华为C语言编程规范
- 华为内部C语言编程规范;详细说明了其内部对C语言编程时的一些要求(HUAWEI internal C language programming specification)
51CTO下载-华为编程规范
- 华为内部51单片机编程规范——强力推荐用C语言对51单片机编程时的准则!(HUAWEI 51 microcontroller programming specifications, strongly recommended by C language on the 51 microcontroller programming guidelines!)
华为编程规范和范例
- 举例,命名规范必须与所使用的系统风格保持一致,并在同一项目中统一,比如采用UNIX的全小写加下划线的风格或大小写混排的方式,不要使用大小写与下划线混排的方式,用作特殊标识如标识成员变量或全局变量的m_和g_,其后加上大小写混排的方式是允许的。(For example, naming norms must be consistent with the style of the system used, and unified in the same project, such as the use