posted @ 2012-05-19 21:05
VincentPass
阅读(439)
推荐(1)
摘要:
原型模式实现,原型模式中的浅克隆和深克隆,原型模式适用场合
阅读全文
posted @ 2012-05-19 16:21
VincentPass
阅读(1960)
推荐(0)
posted @ 2012-05-19 12:49
VincentPass
阅读(41584)
推荐(5)
摘要:
最长单调递增子序列介绍,时间复杂度为O(n*n)和O(n*logn)
阅读全文
posted @ 2012-05-18 22:48
VincentPass
阅读(13899)
推荐(2)
摘要:
介绍求Cnm的方法,解决正常求解的溢出
阅读全文
posted @ 2012-05-18 18:08
VincentPass
阅读(12071)
推荐(0)
摘要:
介绍了求最大字段和的几种方法,时间复杂度分别为:O(n^3),O(n^2),O(n*logn),O(n)
阅读全文
posted @ 2012-05-18 08:49
VincentPass
阅读(9576)
推荐(2)
摘要:
归并排序介绍及代码,归并排序解决逆序对问题
阅读全文
posted @ 2012-05-17 17:34
VincentPass
阅读(672)
推荐(0)
摘要:
内联函数和宏介绍,内联函数使用,内联函数使用的限制
阅读全文
posted @ 2012-05-16 23:32
VincentPass
阅读(534)
推荐(0)
摘要:
建立win32Application和win32ApplicationConsole程序时的常见错误
阅读全文
posted @ 2012-05-16 11:33
VincentPass
阅读(1870)
推荐(0)
摘要:
介绍函数指针,函数指针的使用,函数指针的用途
阅读全文
posted @ 2012-05-14 20:24
VincentPass
阅读(405)
推荐(1)