搜索资源列表
AbstractDataAccess
- 抽象工厂的典型实现,可以使用抽象的数据访问部件访问数据库,不管底层如何实现以及数据Schema如何变化,程序不必变更。如果利用.NET的反射实现具体工厂的实例化过程的数据驱动,数据访问的通用性迎刃而解。davidqql@gmail.com-abstract realization of a typical factory can use abstract data access components database, No matter how the bottom and data sche
PMIS3
- PMIS--------主程序代码 表示层,负责应用程序的表现形式、用户体验等。 -------DALFactory-----抽象工厂 抽象工厂,用于创建各种数据对象的方法,这里有配置文件和反射的运用。 -------IDAL--------数据接口层(控制是选择什么类型的数据库) 数据操作接口,数据访问层实现其接口并重写它(体现了面向接口的编程思想)。 -------BLL------ 处理应用程序的业务逻辑,被表示层调用。 ------
DB.Operate
- C#对MySql数据库的编程,采用反射,动态生成SQL语句。 该程序需要安装C#的MySql驱动,请另行下载。-C# on the MySql database programming with reflection, dynamically generated SQL statements. The program will need to install C#, MySql driver, please separate download.
metalp2D
- FDTD电磁模拟,时域有限差分法在linux 下进行电磁模拟,可以求出一些光学性质,比如反射-FDTD electromagnetic simulation, finite-difference time-domain electromagnetic simulations under linux, you can find some of the optical properties, such as reflection, etc.
