搜索资源列表
AbstractFactory-Duck
- 这是有关设计模式中,对抽象工厂模式的简单应用.用C#写的.-This is the design model, the abstract factory pattern to a simple application. C# writes.
DataAccessljp
- 一个设计良好,非常好用的数据访问类. 使用了接口,重载等C#的常用特性,运用了工厂模式设计,支持Oracle、SqlServer、OleDb不同数据库的灵活转换。-a well-designed, very user-friendly access to data types. The use of the interface, such as C# Heavy common characteristics, use of the factory model design, support
zzworkroommanager
- 逐迹工作室?.NET(C#)内容管理系统 系统简介 Zj CMS 1.1 不只是一个论坛,它也不只是一个文章系统、下载系统,而是一个由文章模块、下载模块、图片模块、音乐模块、影视模块、链接模块、留言模块、聊天模块、公司库模块、产品模块、商机模块等模块组成的信息管理与会员互动系统。 逐迹工作室?.NET(C#)内容管理系统 V1.1 功能特点 界面采用Div+Css+Xhtml技术,结构更清晰,扩展更加方便 采用多层结构显示与逻辑分离,方便修改页面显示效果 内容采用
books_c
- 工厂模式基础,使用C#编写!是很好的入门资料。
C#简单工厂方法模式
- C#简单工厂方法模式例子,方便学习
ThreeLayer
- C# winform工厂模式三层结构的实例,想开发多层系统的朋友,可以下下来学习一下。经典呀。-C# Winform factory pattern example of three-tier architecture, I would like to develop multi-layered system of friends, you can learn about the next down. Classic Yes.
Softo
- C#写的抽象工厂模式,初学者可以过来下去好好学习哈子-C# to write the abstract factory pattern, beginners can go from sub-study hard ha
Justin20090531
- 在VS2005.NET C#框架下,使用抽象工厂模式开发一个基于三层结构的数据库应用程序的登录部分,麻雀虽小,五脏俱全: 1程序运行后的主窗口有两个文本框和一个按钮,文本框分别用来输入用户名和密码,其中密码显示为*。按钮的文本是“登录”,功能是通过查询数据库判断当前用户名和密码是否正确,如果正确弹出“登录成功”对话框;如果失败弹出“登录失败”对话框。 2使用OOP的三层结构来实现。 3应用抽象工厂模式,使得该程序可以访问SQL数据库也可以访问ACCESS数据库,访问不同的数据库通过修
SimpleFactor
- 这个代码是关于一个C++编程的,是应用简单工厂模式,对于大家学习工厂模式可能会有所帮助-This code is about a C++ programming is the application of a simple factory pattern, factory pattern for them to learn it might be helpful
daima
- Maticsoft 自动化智能软件系列 Codematic 是一款为C#数据库程序员设计的自动代码生成器,Codematic 生成的代码基于基于面向对象的思想和三层架构设计,结合了Petshop中经典的思想和设计模式,融入了工厂模式,反射机制等等一些思想。采用 Model + DAL + BLL + Web 的设计,主要实现在 C# 中对应数据库中表的基类代码的自动生成,包括生成属性、添加、修改、删除、查询、存在性、 Model 类构造等基础代码片断,使程序员可以节省大量机械录入的时间和重复
designpatternsbigsource
- C#所有设计模式配套源码下载,如工厂模式,-Design Patterns C# support all-source downloading, such as the factory model,
Csharp
- C#设计模式,讲解C#工厂设计模式,适配器设计模式-C# Design Patterns, C# on the factory design pattern, adapter design pattern
design_pattern
- C++的模式设计,用C++编写了工厂模式、观察者模式、装饰者模式等实例-design pattern for c++
Factory
- 工厂模式,是C++设计模式中最有代表性的,本代码是工厂模式的代码,方便大家学习编程的思想。-Factory pattern is the C++ design patterns in the most representative of this code is the code factory pattern to facilitate them to learn programming ideas.
abc
- c#版本的三层工厂模式示例源码,适合初学c#者下载学习。-c# version of the three-story factory pattern example source code, suitable for beginners to learn c# to download.
C-Sharp-simple-Explorer
- 使用C#编写的简单仿windows资源管理器,基本实现windows资源管理器的所有功能,同时进行了一部分拓展,使用了接口设计以及工厂模式。-C# prepared using a simple imitation Windows Explorer, the basic realization of all the functions of the windows explorer, while a part of the expansion, the use of interface desi
Calculator
- 采用简单工厂模式或工厂模式,完成计算机器的业务逻辑,应用VC++环境完成界面逻辑,仿照Windows计算器实现一个可视化的计算器,工程采用基于对话框的应用程序实现。 本实验的任务是实现一个Windows科学计算器。(A simple factory pattern or factory model, complete business logic computing machine, using VC++ to complete the interface logic, modeled on t
简单工厂模式
- C#学习过程中写出的小代码,简单工厂模式的练习,里面包括一些简单工厂模式用到的代码(Code in the c# learning process)
工厂模式
- 我们则可以创建一个Factory C工厂类,该类专心负责生产Product C类产品。由于Factory A、Factory B和Factory C之间没有关系,当加入Factory C加入时,对Factory A和Factory B的工作没有产生任何影响,那么对代码进行测试时,只需要单独对Factory C和Product C进行单元测试,而Factory A和Factory B则不用进行测试,则可省去大量无趣无味的测试工作。(this C++ text is for student .)
抽象工厂模式c#
- 屏幕拾色器,获取当前屏幕所采用的颜色,获取格式为255,255,255(Screen Colour Picker. Get the color of the current screen in 255, 255, 255 formats)