welcome to Qijie's Blog 薛其杰
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--staticintReturnIndex(stringinputStr,stringsubStr){if(string.IsNullOrEmpty(inputStr))thrownewArgument... 阅读全文
posted @ 2010-02-08 20:28 零点零一 阅读(427) 评论(0) 推荐(0)
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--staticvoidReturnShowCOunt(stringinputStr){if(string.IsNullOrEmpty(inputStr))thrownewArgumentNullExce... 阅读全文
posted @ 2010-02-08 17:36 零点零一 阅读(324) 评论(0) 推荐(0)
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--staticintCountOneInInteger(intvalue){intiter=1;intcount=0;for(inti=0;i<32;i++){if((value&iter... 阅读全文
posted @ 2010-02-08 14:13 零点零一 阅读(251) 评论(0) 推荐(0)
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--staticstringTransToString(intvalue){intstep=1000000000;char[]results=newchar[10];intindex=0;if(value... 阅读全文
posted @ 2010-02-08 13:50 零点零一 阅读(287) 评论(0) 推荐(0)