上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->private void unSelect(ListBox lstBx, BindingSource bindSrc) { int[] selectedIndexs = new int[lstBx.Se... 阅读全文
posted @ 2008-10-13 16:29 NanKe Sir's Blog 阅读(627) 评论(0) 推荐(0) 编辑
摘要: 24点游戏介绍: 给出4个1-9之间的整数,其中每个数字只能且必须使用一次;任意使用 + - * / ( ),构造出一个表达式,使得最终结果为24,这就是常见的算24点的游戏。本文给出的代码数字范围不限于1-9,个数也不限于4个,类型也可不为整数,结果也可以自己指定,不限于24。但是随着数字个数的增多或数字大小的增大,所用的时间也越长。 Code highlighting produced ... 阅读全文
posted @ 2008-10-11 14:53 NanKe Sir's Blog 阅读(905) 评论(0) 推荐(0) 编辑
摘要: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->// ==============================// Author: ZhiQiao// Date: 2008/09/16// File: DbTable.cs//... 阅读全文
posted @ 2008-09-26 13:20 NanKe Sir's Blog 阅读(1125) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->// ==============================// Author: ZhiQiao// Date: 2008/09/16// File: StoreProcedure.... 阅读全文
posted @ 2008-09-26 13:11 NanKe Sir's Blog 阅读(10723) 评论(8) 推荐(2) 编辑
摘要: 如下两张表:表A 表B--- --- F F--- --- A A B B C F D G E H--- --- WHERE: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->SELECT A.F AS FA, dbo.B.F AS FB ... 阅读全文
posted @ 2008-09-19 11:15 NanKe Sir's Blog 阅读(2323) 评论(0) 推荐(1) 编辑
上一页 1 2 3 4 5 6 7 ··· 10 下一页