自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

三十而立

每日一小步

  • 博客(5)
  • 收藏
  • 关注

原创 说说java的数组

在the Java Language Specification 3rd里提到: IN the Java programming language arrays are objects, are dynamically created, and may be assigned to variables of type Object . All methods ofclass Object ma

2007-11-26 20:27:00 698

原创 The Java Language Specification 3rd写错了?

在第559页的表达式里提到java语言没有逗号操作符。摘取内容如下:15.27 ExpressionAn Expression is any assignment expression:Expression:AssignmentExpressionUnlike C and C++, the Java programming language has no comma operator. 什

2007-11-23 14:00:00 763

原创 C programming deep secrets里有趣的小故事.

真不知作者是从哪里找到这些合适又搞笑的故事的.charpter 3.Unscrambling Declarations in C."The name of the song is called Haddocks Eyes.""Oh, thats the name of the song, is it?" Alice said trying to feel interested."N

2007-11-09 15:55:00 869

原创 C语言数组下标为何从0开始

        Many other features, besides the type system, were put in C for the C compiler-writers benefit (andwhy not, since C compiler-writers were the chief customers for the first few years). Feature

2007-11-07 14:06:00 8457

原创 也讲下正交性及入侵性

       首先,正交性是借用了几何学的术语.几何说,如果两条线相交成直角,他们就是正交的.典型的坐标轴就是正交的,因为x轴y轴是垂直相交的.正交有什么好处呢?沿着某一条线移动,你投影另一条线上的位置不变.在计算机技术中,该术语用来表示某种不相依赖性或是解耦性.如果两个或更多的事物的一个发生变化,不会影响其它事物,这些事物就是正交的.        入侵性也有不相依赖及解耦性的意思.两者的主

2007-11-06 16:59:00 859

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除