用户操作
[即时聊天] [发私信] [加为好友]
EleveID:Eleve
639次访问,排名2万外,好友1人,关注者2人。
Eleve的文章
原创 4 篇
翻译 0 篇
转载 2 篇
评论 24 篇
最近评论
文章分类
    收藏
      相册
      技术文章
      存档
      软件项目交易
      订阅我的博客
      XML聚合  FeedSky
      订阅到鲜果
      订阅到Google
      订阅到抓虾
      订阅到BlogLines
      订阅到Yahoo
      订阅到GouGou
      订阅到飞鸽
      订阅到Rojo
      订阅到newsgator
      订阅到netvibes

      原创 Corner case收藏

      新一篇: How to verify Office lanuage code | 旧一篇: 抽象容器类型中的顺序容器

       Corner Case

      A corner case (or pathological case) is a problem or situation that occurs only outside of normal operating parameters — specifically one that manifests itself when multiple environmental variables or conditions are simultaneously at extreme levels.

      For example, a loudsperker might distort audio, but only when played at maximum volume, maximum bass, and in a high-humidity environment. Or a computer server may be unreliable, but only with the maximum complement of 64 processors, 512 GB of memory, and over 10,000 signed-on users.

      Contrast a corner case with an edge case, an issue that occurs only at a (single) maximum or minimum parameter. For example, a speaker that distorts audio at maximum volume, even in the absence of other extreme settings or conditions.

      Corner cases are part of an engineer's lexicon — especially an engineer involved in testing or debugging a complex system. Corner cases are often harder and more expensive to reproduce, test, and optimize because they require maximal configurations in multiple dimensions. They are frequently less-tested, given the belief that few product users will, in practice, exercise the product at multiple simultaneous maximum settings. Expert users of systems therefore routinely find corner case anomalies, and in many of these, errors. Historically, there have been situations where apparently impossible cases have occurred; one such case, that of the Therac-25 radiation therapy machine, caused deaths.

      发表于 @ 2008年01月23日 15:10:00|评论(loading...)|编辑

      新一篇: How to verify Office lanuage code | 旧一篇: 抽象容器类型中的顺序容器

      评论:没有评论。

      发表评论  


      当前用户设置只有注册用户才能发表评论。如果你没有登录,请点击登录
      Csdn Blog version 3.1a
      Copyright © Eleve