随笔分类 -  C#代码(既是一种工具,更是一种经历)

摘要:RT,直接上代码,希望能够得到一些指点。运行效果的话,可以自己跑一下看看。 阅读全文
posted @ 2010-10-27 23:18 東 無盡 阅读(394) 评论(0) 推荐(0)
摘要:仅适用于VC#3.0以上。代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1usingSystem;2usingSystem.Collections.Generic;3usingSystem.ComponentModel;4usingSystem.... 阅读全文
posted @ 2010-05-23 16:03 東 無盡 阅读(184) 评论(0) 推荐(0)
摘要:这里只重载了“+”“-”“==”“!=”运算符。代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1usingSystem;2usingSystem.Co... 阅读全文
posted @ 2010-05-22 13:31 東 無盡 阅读(466) 评论(0) 推荐(0)
摘要:这个例子适用于 .net Framework 2.0 以上版本。一个简单的类Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1internalclassGoodsShelf2{3//货物列表4string[]goods={"Firstthing","S... 阅读全文
posted @ 2010-05-12 20:51 東 無盡 阅读(559) 评论(0) 推荐(0)