Climbing的专栏

Life is limited, but art is long

huang ClimbingID:hpdlzu80100
3116次访问,排名2万外好友4人,关注者7
热爱生活,积极向上,流自己的汗,吃自己的饭!
hpdlzu80100的文章
原创 23 篇
翻译 0 篇
转载 5 篇
评论 1 篇
最近评论
diqizhan:很喜欢这个
文章分类
收藏
    相册
    存档
    软件项目交易
    订阅我的博客
    XML聚合  FeedSky
    订阅到鲜果
    订阅到Google
    订阅到抓虾
    订阅到BlogLines
    订阅到Yahoo
    订阅到GouGou
    订阅到飞鸽
    订阅到Rojo
    订阅到newsgator
    订阅到netvibes
    2008年04月

    转载 锻造软件需求人员的六大要素

    软件公司对从事需求调研人员的基本素质是不太注意的,企业的信息化主管经常可以看到软件公司派住的调研人员的年龄是偏低的、经验是不够的。在我与企业中、高层管理者的交流中,他们普遍都有这样的感觉:“对于企业来讲,我们不太清楚信息化调研应当怎样开始,又怎样结束,我们实际上更关心的事情是把我们现有的管理方式向软件公司转达,并且不要寄希望这种转达是全面的,当面对转达不全面的时候,就需要软件公司的人员多问、多探讨,我们上管理系统的过程中也接触了不少软件公司的设计人员、需求人员,但是在与我们的交流过程中,感觉他们总是缺乏调研思路和必要的管理知识,许多是非常常用的管理知识他们也不太清楚,这样在调研中只能够在一些局部的问题上进行讨论,这些局部还是靠我们自己的中层管理者对于管理中所存在的问题而提出来的,而这种主动提出问题的现象,是当碰到了喜欢交流的经理们和业务骨干们的时候才能够有的情况”。阅读全文>

    发表于 @ 2008年04月29日 16:41:00|评论(loading...)|编辑

    转载 程序员必须走向专业化

    差不多两年前,我采访群硕软件创始人刘英武先生的时候,这位1960年代的普林斯顿计算机科学博士,前IBM的高级副总裁,SQL语言的创造者就曾经强有力地表达过类似的看法。他搬着指头对我说:“技术是最容易解决的问题。你说那个.NET,给你多长时间你能掌握?半年够不够?一年够不够?J2EE怎么样,一年可以吗?一年半?就算是最复杂的C++,三年下来,你还搞不定吗?可是建立一个世界一流的、商业上成功的软件团队需要多长时间?十五年,二十年!而且一点都不能松懈。我不明白,为什么有那么多人为自己的技术沾沾自喜?我在IBM的时候,手下全是来自美国一流名校的博士,但不管他们技术多好,如果不能遵守discipline,不能给组织带来效益,那就一点价值都没有!在中国,很有一些程序员,以为自己技术高,就应该拿高薪,就应该牛,就可以不要纪律。他们很少问自己,究竟给团队带来什么价值,究竟给企业带来什么价值,究竟给客户带来什么价值?在我看来,这就是不专业,不合格。我相信,这种情况迟早会过去的,对于软件工程师的评价,很快会回归价值。也只有到了那个时候,中国的软件才会有实实在在的快速发展。”阅读全文>

    发表于 @ 2008年04月29日 16:22:00|评论(loading...)|编辑

    原创 随机单词文章构造器(Random Term Paper Writer)

    Write a paper which consists of randomly chosen terms (words).阅读全文>

    发表于 @ 2008年04月29日 10:08:00|评论(loading...)|编辑

    原创 薪水册测试类及结果(Payroll System modification)

    Payroll System modification, polymorphism (inheritance) is used for the first time. Other classes are needed to execute this test program.阅读全文>

    发表于 @ 2008年04月27日 18:53:00|评论(loading...)|编辑

    原创 自定义40位大整数类及测试类(Define a huge integer and implement its arithmetic operation)

    Define a huge integer and implement its arithmetic calculation, package is used for the first time. This program took me almost two days to work it out.阅读全文>

    发表于 @ 2008年04月23日 17:48:00|评论(loading...)|编辑

    原创 武士之旅小游戏(Chess Board game: Tour of knight)

    Chess Board game: Tour of knight阅读全文>

    发表于 @ 2008年04月21日 17:50:00|评论(loading...)|编辑

    原创 简单的海龟绘图语言(Design a Turtle Graphics language which can be used to draw "L" graphics)

    Design a Turtle Graphics language which can be used to draw "L" graphics, 2 dimensional 阅读全文>

    发表于 @ 2008年04月21日 15:49:00|评论(loading...)|编辑

    原创 掷双骰儿游戏的公平性分析(Evaluate the justice of Craps game)

    Evaluate the justice of Craps game, code from textbook is reused for the first time. This progam took me almost half a day to debug. Thanks for beautiful music which makes me calm down and dig out the bug finally.阅读全文>

    发表于 @ 2008年04月18日 17:36:00|评论(loading...)|编辑

    原创 掷双骰结果统计(Show statistical data of Craps (Rolling of two dice))

    Show statistical data of Craps (Rolling of two dice), an statistical analysis of Craps. 阅读全文>

    发表于 @ 2008年04月17日 12:15:00|评论(loading...)|编辑

    原创 简单航班订票模拟系统(Airline Reservation Sysytem, a simple simulation)

    Airline Reservation Sysytem, a simple simulation, array type is used for the first time.阅读全文>

    发表于 @ 2008年04月16日 17:51:00|评论(loading...)|编辑

    原创 汉诺塔迭代算法(Towers of Hanoi, classic problem (recursive method))

    Towers of Hanoi, classic problem (recursive method)阅读全文>

    发表于 @ 2008年04月15日 13:25:00|评论(loading...)|编辑

    原创 猜数字小游戏(Guess a number between 1 and 1000)

    Guess a number between 1 and 1000, while() statement is used instead of for() statement.阅读全文>

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

    原创 计算机辅助教学演示用小程序(A sample computer aided instruction applet)

    A sample computer aided instruction applet阅读全文>

    发表于 @ 2008年04月14日 17:53:00|评论(loading...)|编辑

    原创 抛硬币模拟(Coin Tossing Simulation)

    Coin Tossing Simulation, tail appears almost the same as head appears with the incresement of total tossing number. 阅读全文>

    发表于 @ 2008年04月14日 14:17:00|评论(loading...)|编辑

    原创 最大公约数计算(Find the Greatest Common Divisior)

    Find the Greatest Common Divisior of two integers阅读全文>

    发表于 @ 2008年04月14日 13:08:00|评论(loading...)|编辑

    原创 素数遍历方法比较(Find the prime number, with performance monitoring function)

    Find the prime number, with performance monitoring function(System.currentTimeMillis())阅读全文>

    发表于 @ 2008年04月14日 12:46:00|评论(loading...)|编辑

    原创 完美数遍历(Find perfect number)

    Find the perfect number 阅读全文>

    发表于 @ 2008年04月11日 17:54:00|评论(loading...)|编辑

    原创 摄氏温度和华氏温度的互换(Convert between Celsius and Fahrenheit temperature)

    Convert between Celsius and Fahrenheit temperature阅读全文>

    发表于 @ 2008年04月11日 17:16:00|评论(loading...)|编辑

    原创 大小可变钻石形状(Display a diamond shape constituted by asterisks)

    Display a diamond shape constituted by asterisks. Algorith is of the first importance for this kind of programming. 阅读全文>

    发表于 @ 2008年04月09日 11:25:00|评论(loading...)|编辑

    原创 勾股数列表(Find Pythagorean Triples)

    Find pythagorean triples within 500, using JScrollPane, JTextArea.阅读全文>

    发表于 @ 2008年04月09日 10:06:00|评论(loading...)|编辑

    原创 170以内阶乘表(Factorial list up to 170)

    JScrollPane, JTextArea (append, setText) are used for the first time during Java coding.阅读全文>

    发表于 @ 2008年04月08日 15:25:00|评论(loading...)|编辑

    原创 自然对数e及e的x次方的计算(Calculation of natural exponent e and x power of e)

    Java implementaion of a small scientific calculation.阅读全文>

    发表于 @ 2008年04月08日 11:51:00|评论(loading...)|编辑

    原创 数组排序的Java实现(Sorting of arrays implemented with Java)

    This code section is used as a Java learning purpose.阅读全文>

    发表于 @ 2008年04月08日 10:05:00|评论(loading...)|编辑

    原创 三角形构成判定(Judge whether 3 side lengths can form a triangle)

    It is said "任意2边之和大于第3边,任意2边之差小于第3边" is the condition to judge whether 3 side lengths can form a triangle. Actually this "任意2边之和大于第3边"or "任意2边之差小于第3边"is enough to judge this.阅读全文>

    发表于 @ 2008年04月07日 17:27:00|评论(loading...)|编辑

    Csdn Blog version 3.1a
    Copyright © Climbing