搜索资源列表

  1. ProCustSClient

    0下载:
  2. 工厂--消费者模式,客户端代码.可用于发送请求,并接收服务端的响应-factory -- the consumer model, the client code. Can be used to send requests and receive the server's response
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:961
    • 提供者:李朝阳
  1. gongchangmoshi

    0下载:
  2. 这是一个工厂模式的摸版程序,虽然简单,但表现了其思想-This is a factory model version of the confused procedures, although simple, but that the performance of its thinking
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1280
    • 提供者:chenyao
  1. headfirst.java

    0下载:
  2. 关于常用的几个设计模式的java实现原代码(包括工厂模式,命令模式,观察者模式,策略模式,个体模式等)-on several commonly used design patterns to achieve the java source code (including factory pattern, order patterns, observer mode, strategy model, individual mode)
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:287451
    • 提供者:付联榕
  1. Factory_pattenDesign

    0下载:
  2. 用java写的关于工厂方法设计模式的程序,它比较简短,并且比较好理解。-with java wrote on the factory model designed procedures, it is relatively short and relatively easy to understand.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4288
    • 提供者:flying
  1. CodematicDemo

    0下载:
  2. 该项目是一个基于接口的工厂模式的三层架构示例解决方案.Net 1.0版本。-,其他,C#编程/CSharp-The project is an interface based on the factory model of the three-tier solution examples. Net version 1.0. - Other, C# Programming / CSharp
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:2430385
    • 提供者:lyf
  1. AbstractDataAccess

    0下载:
  2. 抽象工厂的典型实现,可以使用抽象的数据访问部件访问数据库,不管底层如何实现以及数据Schema如何变化,程序不必变更。如果利用.NET的反射实现具体工厂的实例化过程的数据驱动,数据访问的通用性迎刃而解。davidqql@gmail.com-abstract realization of a typical factory can use abstract data access components database, No matte
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:19332
    • 提供者:漆巧林
  1. guanlusheji

    0下载:
  2. 摘 要:CADDS5是美国PIC公司在UNIX操作系统支持下的计算机辅助设计与绘图系统软件。文章主要介绍了如何应用CADDS5二次开发手段进行管道路综合布置辅助设计,是工厂产品三维设计又一新的突破点,为工厂的三维设计增加新的亮点。 -Abstract : CADDS5 PIC of the United States in support of the UNIX operating system of computer-aided
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:238457
    • 提供者:嵇辉辉
  1. C-AbstractFactory

    0下载:
  2. 俺学习C#时,自己搞的抽象工厂摸式,里面有各种相关内容前面……绝对针对初学者-I learn C#, to develop its own abstract factory mode, which has all sorts of content in front ... against absolute beginners
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:11560
    • 提供者:jinfu
  1. cstr

    0下载:
  2. iKodeko String Tools is a set of small c++ programs that will help you solve some word problems like text twist, word factory and hangman. Included in the package is a generic 2.5 MB dictionary, source codes and the exec
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:822373
    • 提供者:郭春阳
  1. companykeep2007-1-9

    0下载:
  2. 通常公司里的物品多而杂,价格从高到低不等,比如笔记本电脑,书籍,鼠标,U盘,或是其它办公设备,公司生产或购物的产品,管理起来常常比较麻烦,很容易出现不知去向的情况,如果采用文员记帐的方式,在一定程度上可以解决这个问题,但时间久了查询将出现困难。 针对这种情况,本公司将从前为香港一工厂制作的小型应用程序,零件管理系统作了部分改动,成为公司管理财物的有效工具,在本公司内部运行良好。 -usually the company's
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3256857
    • 提供者:QiaQia
  1. RunFactoryMethodPattern

    0下载:
  2. 工厂方法模式是类的创建模式,又叫做虚拟构造子模式或多态性工厂模式。它的用意是定义一个创建产品对象的工厂接口,将实际创建工作推迟到子类中。-factory method model is the creation of Class model, also called virtual-tectonic model or polymorphism factory model. Its definition is intended to cr
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1774
    • 提供者:shangxj
  1. shujukufengzhuang

    0下载:
  2. 数据库封装原代码 1. 该代码可以免费使用, 该代码的名字暂时定为\\\"哲别\\\" 2. 如果你需要使用该代码, 请注明该代码的原来作者: Jacky Zhou 3. 如果你发现该代码有bug,可以自己修改或者请给我发email: zyx040404@163.com 4. 该数据库封装代码功能可以对数据库的表,视图和存储过程进行封装,易于系统移植,扩展,使用了interface,factory,xml等方法 5. 核心代码是在\
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:818386
    • 提供者:哈哈
  1. boilertestsystem

    0下载:
  2. This is a boiler test system,has been use in factory-This is a test boiler system, has been use in factory
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:820337
    • 提供者:鲁齐
  1. peaches

    0下载:
  2. 一段语音,分别在白噪声、粉色噪声、工厂噪声、冲击噪声和信噪比变化很大的语音,用于检验语音端点、语音增强的方法的对与错。-a voice, in white noise, pink noise, factory noise, the impact of noise and signal-to-noise ratio of the great changes of voice, used to test the voice endpoint
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:546272
    • 提供者:李金宝
  1. tp4346

    0下载:
  2. 0x ISP LPC210x的ISP软件 Ucosii 2.52 for lpc2100 uC/OS-II移植程序及相关中间件 LPC2114 component library LPC2114芯片SCH、PCB库 program file 开发板出厂时的编程文件 other ARM development board-0x ISP LPC210x ISP software Ucosii 2.52 fo
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:228281
    • 提供者:sunxm
  1. YWG_RFIDController

    0下载:
  2. 这个是我们为烟草行业出厂管理编写的RFID读写软件-this is our factory for the tobacco industry prepared by the management of RFID reading and writing software
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:180726
    • 提供者:郑志伟
  1. factory-jxc

    0下载:
  2. 一个经详细测试、用VB6编写的工业企业进销存软件-a detailed tests, with VB6 prepared by the industrial enterprises Invoicing Software
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:223399
    • 提供者:吴国坚
  1. chanliangxianshipai

    0下载:
  2. 产量显示牌,能对工厂的产品自动计数,有时钟、每小时产量和每日累计产量显示,通过遥控器来调整时间和显示方式。-yield signs can be the product of the factory automatic counting, a clock, Yield per hour and daily cumulative production, through remote control to adjust the timing
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5222
    • 提供者:lanmef
  1. WebApplication4

    0下载:
  2. 一个工厂流程图显示的系统。他可以显示工厂各个车间的流程图,可以方便管理员即时察看、监测设备-a flow chart shown in the factory system. He could show the factory's workshops flowchart, to facilitate administrator immediately inspect the monitoring equipment
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:193818
    • 提供者:yewa
  1. Factory_rar

    0下载:
  2. 用java编写的工厂模式源代码,其中有简单工厂模式,工厂模式和抽象工厂模式-with java prepared by the factory model source code, a simple model factories, factory model and abstract factory pattern
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3113
    • 提供者:suyulan
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org