街机游戏

疯狂英语900句

大学英语四级词汇

大学英语六级词汇

苍老师-美女刮刮

美女秀秀

炫酷2048

老外学汉语

随笔分类 -  Data Structure

Data Structure
摘要:阶乘算法如下:以下列出 0 至 20 的阶乘:0!=1,(0 的阶乘是存在的)1!=1,2!=2,3!=6,4!=24,5!=120,6!=720,7!=5040,8!=403209!=36288010!=362880011!=3991680012!=47900160013!=62270208001... 阅读全文
posted @ 2015-01-30 20:55 开着拖拉机 阅读(5715) 评论(0) 推荐(0)
摘要:算法假如有一组数为3,12,24,36,55,68,75,88要查给定的值24.可设三个变量front,mid,end分别指向数据的上界,中间和下界,mid=(front+end)/2. 1.开始令front=0(指向3),end=7(指向88),则mid=3(指向36)。因为mid>x,故应在前... 阅读全文
posted @ 2015-01-30 13:44 开着拖拉机 阅读(20152) 评论(4) 推荐(0)
摘要:从对算法的质量来理解程序 阅读全文
posted @ 2009-03-13 05:53 开着拖拉机 阅读(144) 评论(0) 推荐(0)
摘要:The Generics in C# is that to operate many data types on the same code through parameterized type. Generic programming is a programming model, which used parameterized type to abstract the type for mo... 阅读全文
posted @ 2009-01-13 20:53 开着拖拉机 阅读(156) 评论(0) 推荐(0)

街机游戏

疯狂英语900句

大学英语四级词汇

大学英语六级词汇

苍老师-美女刮刮

美女秀秀

炫酷2048

老外学汉语