iCeSnaker - Program rhapsody

谱写程序的狂想曲

导航

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 25 下一页

2004年8月10日

摘要: 撰文:DotNetSpider.com(http://www.dotnetspider.com) 翻译:杨贺宏 谁都会写代码!几个月的编程经验可以让你写出“可运行应用程序”。让它可运行容易,但是以最有效率的方式编码就需要下更多的功夫!要知道,大多数程序员在写”可运行代码,“而不是”高效代码“。我们在这个指南课程前面提到,你想成为你们公司”最尊贵的专业人员“吗?写”高效代码“是一项艺术,你必须学习... 阅读全文

posted @ 2004-08-10 13:29 iCeSnaker 阅读(1045) 评论(0) 推荐(1) 编辑

2004年8月9日

摘要: 冒泡法: Using directives#region Using directivesusing System;using System.Collections.Generic;using System.Text;#endregionnamespace BubbleSorter{ public class BubbleSorter { public void Sor... 阅读全文

posted @ 2004-08-09 00:40 iCeSnaker 阅读(1814) 评论(2) 推荐(0) 编辑

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 25 下一页