Your Ad Here
首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 软件时空 > 软件相关 > bugs的分类
【标  题】:bugs的分类
【关键字】:bugs
【来  源】:http://www.cublog.cn/u/14802/showart.php?id=136343

bugs的分类

Your Ad Here
来自Donald Knuth
A–Algorithm. The algorithm that the programmer designed is incorrect.
  A.off-by-one. The program makes a calculation that is off by one.
  A.logic. The algorithm has a logical flaw.
  A.validation. Variables are not properly checked to ensure they are valid. [*]
  A.performance. The algorithm has severe performance problems. [*]
D–Data. Data is not properly processed.
  D.index. An array is indexed into incorrectly.
  D.limit. Processing is done incorrectly at the beginning or end of the data.
  D.number. A bug related to how numbers are stored in memory.
  D.memory[*]. The program mismanages memory.
F–Forgotten. Statements are not executed in the intended order.
  F.init. A variable is not properly initialized.
  F.missing. A necessary statement is missing.
  F.location. A statement is in the wrong place.
B–Blunder. A simple mistake exists in the code.
  B.variable. The wrong variable name is used.
  B.expression. The calculation of an expression has a mistake.
  B.language. A bug specific to the syntax of the language.
C版 的一些算法相关的贴子:【上一篇】
C++ Primer读书笔记五:【下一篇】
【相关文章】
  • Eclipse插件之FindBugs
  • 10,000 bugs away from World Domination
  • MySQL Bugs: #3611: Illegal mix of collations error
  • (dum(b)ug) - Dumb Bugs Debugger
  • bugscam分析
  • 【随机文章】
  • pwd.c
  • 领会类方法
  • Linux下文件关联的实现原理
  • 倾听两位“神六”航天员的真情袒露
  • 自动设置环境变量
  • 使用bcdedit 更改windows vista 的启动顺序
  • 过敏性结膜炎的治疗康本有新药过敏性结膜炎儿童过敏性结膜炎小儿过敏性结膜炎过敏性结膜炎的症状
  • SQL循序渐进(19)DISTINCT和排除复制
  • 对Cocoon的认识和初步理解(飞刀和雨)
  • Eclipse使用技巧(四)Eclipse3.2+Tomcat 5.0.28(5.5.17)+lomboz-all-in-one-win32 配置
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 bbb软讯网络 All Rigths Reserved.