CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - Design Pattern

搜索资源列表

  1. cvs trade sale

    0下载:
  2. this is a trade sale system realized by java. It can run some easy functions and has a good design pattern CVS. A good project to learn CVS.
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:65561
    • 提供者:hua
  1. FStore_xml

    0下载:
  2. FlashStore是Kyoji独立开发的RIA实验性项目。综合运用了ASP.NET、Flash Remoting和Action scr ipt 2.0等技术,并且结合了MVC设计模式-FlashStore inhibits independent development of the RIA pilot projects. The integrated use of ASP.NET, Flash Remoting and Action scr ipt 2.0, in line with the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1078409
    • 提供者:范鲁明
  1. FlyWeight

    0下载:
  2. 使用C#实现的GOF的flyweight设计模式,希望对学习设计模式的朋友有帮助-use C# GOF the Flyweight design pattern. want to learn the design patterns to help friends
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:22588
    • 提供者:邵长青
  1. INIOperator

    0下载:
  2. 对INI文件的操作的报装,使用了singleton设计模式,比较方便-right INI file reports of the operation of equipment, use of the singleton design pattern, more convenient
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1676
    • 提供者:kk
  1. PDA无线餐饮管理系统解决方案

    2下载:
  2. 本系统采用,成熟稳定的数据库设计模式:客户机/服务器(Client/Server)模式。客户机端支持目前流行的win2000/XP/2003等操作系统,服务器端采用win2000 Server的操作系统,使操作简单易学。 后台数据库的设计采用大型数据库的设计理念,这样的设计可以支持多点操作、支持存储更大的数据量。而数据库管理系统的选择,采用操作简单、性能/价格比比较合理的Microsoft SQL Server 2000,使更多的用户能够接受,并且经过简单的培训更快的上手。 PC端应用程
  3. 所属分类:企业管理(财务/ERP/EIP等)

    • 发布日期:2008-10-13
    • 文件大小:735413
    • 提供者:阿程
  1. MyBuilder

    0下载:
  2. 同样是设计模式中的迷宫问题,这次是用Builder这个创建型模式来做的,比较简单-is the same design pattern of the maze of problems, this is the Builder to create a type, and make relatively simple
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:14110
    • 提供者:涛涛
  1. MyFactoryMethod

    0下载:
  2. 同样是设计模式中的迷宫问题,这个是利用factoryMethod来实现的,也较简单-is the same design pattern of the maze, the use of factoryMethod to achieve, than simple
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:18101
    • 提供者:涛涛
  1. MyLiabary

    0下载:
  2. 这是一个图书管理系统源代码,它应用了许多良好的设计模式,单态模式,工厂模式,享元模式,comand模式,observer模式,mvc体系结构,是学习设计模式的不错选择-This is a library management system source code, which is used by the many excellent design pattern, single-state mode the factory model, enjoy yuan model comand mode
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:432467
    • 提供者:邓英妥
  1. TestValidators_src

    0下载:
  2. Flyweight设计模式,讲解了处理大量类似对象的方法策略-Boxing design pattern, on a similar deal with a large number of targeted strategies
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:14074
    • 提供者:杜渔
  1. DataGridpro

    0下载:
  2. 此控件是一个DataGrid的加强版的控件,可以实现很多需要写很多代码才能完成的功能,实现这些功能你只要简单的设置几个属性,就可以达到预期的效果!可以实现自动的分页、自动的排序、自动产生全选列、自动产生由于页面限制产生滚动条、可以透明显示DataGrid、也可以导出丰富多样的文件,其中包括HTML、Text、XML、EXCEL、以及用属性表示数据的XML。同时还提供对数据源的打印功能(针对HTML打印)。 我第一次使用DataGrid那些代码真是让我头痛,且不说设计模式(那是时候还不知道这
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:137817
    • 提供者:王鸿博
  1. headfirstdesignpatternsinjava

    0下载:
  2. 深入浅出设计模式,采用java语言表述的源代码-simple design pattern, using the language of java source code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:203551
    • 提供者:王孝石
  1. SubjectObserver_source

    0下载:
  2. Using C++ Templates to overcome some of the original Subject/Observer design pattern problems -Using C Templates to overcome some of the or iginal Subject / Observer design pattern probl ems
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1048
    • 提供者:caoguanghuineu
  1. cSharpPatten

    1下载:
  2. 本书主要介绍如何用最常见的设计模式编写C#程序.全书分为四个部分,首先介绍了C#语言和面向对象程序设计的一般原则,可作为C#程序设计的快速入门教程 然后分别讲述了创建型模式,结构型模式和行为型模式.每一类设计模式又包括若干种具体模式,共有23种.在介绍每种模式时,给出了一个或多个应用该模式的示例,以便于理解,且这些示例都是能完全运行的程序,包含在随书附带的光盘中.此外,每一章还提供了UML图,用以说明类之间的关系. 本书适用于计算机及相关专业的本科生和研究生,对于软件开发人员也是一本很好的参考书
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1358365
    • 提供者:demon
  1. Observerwangdxh

    0下载:
  2. 这是国外牛人写的一个关于设计模式的观察者的图像化代码,我曾经在设计模式课堂上向老师和同学们演示,获得了很好的评介,值得一看-foreign cattle wrote on the design of a model of the image of the observer code I worked in the design pattern to the classroom teachers and the students demonstration was a good Review, a
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:36778
    • 提供者:wangdxh
  1. JForum-2.1.6-src

    0下载:
  2. JForum 是一个功能强大 ,易于管理的论坛。它的设计完全遵从MVC设计模式,能够在任何Servlet容器与EJB服务器上运行。而且可以轻松的定制与扩展JForum论坛。-JForum is a powerful, easy-to-manage the Forum. It's designed to fully comply with the MVC design pattern, in any Servlet containers and EJB servers. But can e
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:17723101
    • 提供者:林总
  1. design-patterns-cPP

    0下载:
  2. 设计模式,C++描述,设计模式pdf附带的示例-design pattern,C++ descr ipt
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:75418
    • 提供者:Tnikle
  1. Design-Pattern-Of-CPP

    0下载:
  2. 用C++语言实现了所有的设计模式,源代码带有详细的注释。-C++ language with all the design patterns, source code with detailed notes.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1114465
    • 提供者:刘晓庆
  1. mbkriing-pattern

    0下载:
  2. 有助于设计模式学习的CodeProjects-Help design pattern learning CodeProjects
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-05
    • 文件大小:403046
    • 提供者:Marcus
  1. Exception Not Found DesignPatterns-master

    0下载:
  2. Design Pattern in C#
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:98304
    • 提供者:Pmurphy
  1. Project Pattern

    0下载:
  2. imege recognestion of tne face
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:18432
    • 提供者:ghazawi
« 1 2 34 5 6 7 8 9 10 ... 39 »
搜珍网 www.dssz.com