搜索资源列表
-
0下载:
PMIS--------主程序代码
表示层,负责应用程序的表现形式、用户体验等。
-------DALFactory-----抽象工厂
抽象工厂,用于创建各种数据对象的方法,这里有配置文件和反射的运用。
-------IDAL--------数据接口层(控制是选择什么类型的数据库)
数据操作接口,数据访问层实现其接口并重写它(体现了面向接口的编程思想)。
-------BLL------
处理应用程序的业务逻辑,被表示层调用。
------
-
-
0下载:
以链式存储结构实现一个线性表的抽象数据类型,并实现线性表的初始化、查找、插入、删除和就地逆置等操作,要求具有较好的人机交互处理过程。-In order to achieve a linear chain store structure table abstract data types, and to achieve a linear table is initialized, search, insert, delete, and set in place the inverse operat
-
-
0下载:
数据结构中常用抽象数据类型(栈,队列,表等等)的自定义实现-The custom implementation of some common Abstract Data Type(ADT),such as stack,queue,list and so on in data structure
-