analysis patterns usable object model a good book
标签: analysis patterns object usable
上传时间: 2015-05-20
上传用户:siguazgb
Object/Relational Mapping with Hibernate.ppt
标签: Relational Hibernate Mapping Object
上传时间: 2015-05-23
上传用户:BIBI
Multi-Paradigm Design for C++ 一本C++的经典原版教程
标签: Multi-Paradigm Design for 教程
上传时间: 2014-03-03
上传用户:gououo
基于Java开发的Data Object自动生成器
上传时间: 2015-05-27
上传用户:duoshen1989
使用数组存储一个英文句子"java is an object oriented programming language"显示该句子,并算出每个单词的平均字母数。
标签: programming language oriented object
上传时间: 2015-05-29
上传用户:Ants
Delphi书籍---Object Pascal 编程指南
上传时间: 2014-01-26
上传用户:bibirnovis
multi-ice源代码(来自别的网站)
上传时间: 2015-06-13
上传用户:wanqunsheng
在Linux下和multi-ice连接,用来调试Linux操作系统的源代码
上传时间: 2013-12-21
上传用户:cjl42111
This applet illustrates the prediction capabilities of the multi-layer perceptrons. It allows to define an input signal on which prediction will be performed. The user can choose the number of input units, hidden units and output units, as well as the delay between the input series and the predicted output series. Then it is possible to observe interesting prediction properties.
标签: capabilities illustrates multi-layer perceptrons
上传时间: 2015-06-17
上传用户:lnnn30
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.
标签: connection pool applications program
上传时间: 2013-12-25
上传用户:playboys0