-
Factory
Factory 模式的两个最重要的功能:
1)定义创建对象的接口,封装了对象的建;
2)使得具体化类的工作延迟到了子类中。
(Factory mode two most important functions: 1) the definition of an object to create an interface that encapsulates the construction objects 2) makes specific class work delayed to subclasses.)
- 2016-07-11 10:53:39下载
- 积分:1
-
hanno
说明: /汉诺塔递归算法过程解析:
//汉诺塔(又称河内塔)问题是印度的一个古老的传说。开天辟地的神勃拉玛在一个庙里留下了三根金刚石
//的棒,第一根上面套着64个圆的金片,最大的一个在底下,其余一个比一个小,依次叠上去,庙里的众僧
//不倦地把它们一个个地从这根棒搬到另一根棒上,规定可利用中间的一根棒作为帮助,但每次只能搬一个,
//而且大的不能放在小的上面。解答结果请自己运行计算,程序见尾部。面对庞大的数字(移动圆片的次数)
//18446744073709551615,看来,众僧们耗尽毕生精力也不可能完成金片的移动。
//后来,这个传说就演变为汉诺塔游戏:(err)
- 2008-10-27 20:02:15下载
- 积分:1
-
add1
编写一个完整的C++程序,分别用下面的三个函数,给在函数main中定义的变量count加上1,然后比较一下三种方法的优劣。三个函数是:(To write a complete C++ of procedures, with the following three functions, respectively, to the variable count defined in function main with a, then compare the pros and cons of the three methods. The three functions are:)
- 2012-08-07 11:42:54下载
- 积分:1
-
1461749
VC界面 悬浮窗口 很经典的代码,有需要的同学可以用一用和学一学啊()
- 2017-11-18 12:58:17下载
- 积分:1
-
PRIM
说明: 构造最小生成树的常用方法是Prim算法与Kruskal算法,二者都是基于贪心算法设计侧略。(Construction of the commonly used minimum spanning tree algorithm is Prim and Kruskal algorithms, both are based on the design side of a little greedy algorithm.)
- 2009-08-23 16:22:15下载
- 积分:1
-
cgiqacteristicwaterfallconnection
vc程序开发 Cspin的具体操作方法 主要介绍CSPIN的 使用,(Vc programming Cspin specific operation method Mainly introduces the use of CSPIN,)
- 2017-04-12 01:38:04下载
- 积分:1
-
ygyui
皮肤按钮 skinbutton transpanel ,,, 欢迎改进()
- 2018-03-11 23:27:33下载
- 积分:1
-
closest_pair
分治法思想,求最邻近点对,考虑将所给的n个点的集合S分成2个子集S1和S2,每个子集中约有n/2个点,然后在每个子集中递归地求其最接近的点对(Divide and conquer ideas, find the nearest point to consider given the set S of n points into two subsets S1 and S2, each subset of about n/2 points, and then recursively find its focus in each sub-the closest point)
- 2013-12-07 16:46:26下载
- 积分:1
-
keywords
关键字排名查询工具,根据输入的关键字和网址,查询是在各大搜索中的排名。(Keyword Position Query Tool)
- 2010-01-23 23:31:08下载
- 积分:1
-
rsa2048 实现加密解密功能
实现加密解密功能,2048位,加密解密速度非常快,用时非常短(Encrypt and decrypt)
- 2009-12-26 20:15:38下载
- 积分:1