Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for a pool of threads. So just take the IMAP connection pool and convert that to a pool of threads (Copy, paste, find, replace????). Need to make some changes to the pool implementation? Not a very easy task, since the code has been duplicated in many places. Re-inventing source code is not an intelligent approach in an object oriented environment which encourages re-usability. It seems to make more sense to implement a pool that can contain any arbitrary type rather than duplicating code. How does one do that? The answer is to use type parameterization, more commonly referred to as templates.
资源简介:Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The pr...
上传时间: 2013-12-25
上传用户:playboys0
资源简介:this a program about talent web database used asp and VB.
上传时间: 2013-12-25
上传用户:ommshaggar
资源简介:A program to find frequent itemsets (also closed and maximal) with the eclat algorithm ,which carries out a depth first search on the subset lattice and determines the support of itemsets by intersecting transaction lists.
上传时间: 2013-12-27
上传用户:ouyangtongze
资源简介:a program that generates a pulse-width modulated (PWM)signal.
上传时间: 2015-08-15
上传用户:wfl_yy
资源简介:FIR2LIFT is a program to factor a wavelet FIR filter pair into lifting steps.
上传时间: 2016-02-04
上传用户:大三三
资源简介:A program for computing energy levels, reaction matrix and radial wave functions in the coupled-channel hyperspherical adiabatic approach
上传时间: 2016-02-24
上传用户:英雄
资源简介:A program to demonstrate a method returning an array.
上传时间: 2016-08-11
上传用户:JIUSHICHEN
资源简介:单片机中检测测错 BADCODE is a program that has a lot of errors. When you compile this file, uVision reports a number of problems that you may interactively correct.
上传时间: 2014-12-02
上传用户:13215175592
资源简介:加密算法实现 Pegwit is a program for performing public key file encryption and authentication. Encryption means that pegwit allows you to keep the information in files you send by email (or other means) confidential. Eavesdroppers ...
上传时间: 2016-12-12
上传用户:franktu
资源简介:this is a program in selling a tshirt using VB6.
上传时间: 2014-05-24
上传用户:zhouchang199