您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Command Patter Driver Source

  2. Command Patter Driver Source
  3. 所属分类:其它

    • 发布日期:2009-05-08
    • 文件大小:4096
    • 提供者:techq
  1. 设计模式(重新上传的)

  2. 上次上传的那份很郁闷,7z格式的好像弄上去以后再弄下来就是0字节大小的,这份是重新打包的. 文件名:Pattern.tar.gz 下载下来后如果解压还是0字节请留言给我,我找一个rar来打包好了
  3. 所属分类:其它

    • 发布日期:2009-05-08
    • 文件大小:878592
    • 提供者:XMY20051643
  1. Design Pattern for Dummies

  2. Design Pattern Adapter Patter Factory & Stratege Pattern
  3. 所属分类:其它

    • 发布日期:2009-07-22
    • 文件大小:4194304
    • 提供者:aimyxmu
  1. Refactor your Patter

  2. Refactor your Patter Replace Multiple Constructors with creation method
  3. 所属分类:其它

    • 发布日期:2009-07-22
    • 文件大小:325632
    • 提供者:aimyxmu
  1. CRC Press Pattern Recognition in Speech and Language Processing

  2. Over the last 20 years, approaches to designing speech and language processing algorithms have moved from methods based on linguistics and speech science to data-driven pattern recognition techniques. These techniques have been the focus of intense,
  3. 所属分类:Web开发

    • 发布日期:2009-11-26
    • 文件大小:5242880
    • 提供者:ziyuang
  1. j2ee design pattern

  2. Crawford and Kaplan's J2EE Design Patterns approaches the subject in a unique, highly practical and pragmatic way. Rather than simply present another catalog of design patterns, the authors broaden the scope by discussing ways to choose design patte
  3. 所属分类:Java

    • 发布日期:2010-01-15
    • 文件大小:1048576
    • 提供者:twntwn3838
  1. Factory Method Pattern.rar【GoF的工厂方法模式(C#源码)】

  2. 在工厂方法模式中,父类负责定义创建对象的公共接口,而子类则负责生成具体的对象,这样做的目的是将类的实例化操作延迟到子类中完成,即由子类来决定究竟应该实例化(创建)哪一个类。 理解: 我们知道兵工厂可以生产出战斗机器,但世界上没有一家工厂能够生产出所有的战斗机、坦克、战舰。它们都是由不同的厂家生产的,这就是工厂方法模式(FactoryMethod)与前面所说的简单工厂模式(SimpleFactory)的差别。 实例: 多文档系统。我已经用C#的源码编程了:请下载Factory Method Pa
  3. 所属分类:C#

    • 发布日期:2011-03-14
    • 文件大小:24576
    • 提供者:libear218
  1. design patter 迷你手册

  2. 设计模式迷你手册,迷你,安全,管用,方便,实用!
  3. 所属分类:C++

    • 发布日期:2011-04-20
    • 文件大小:191488
    • 提供者:wah241
  1. 常见的23个设计模式详解

  2. 详细解释了常见的23个设计模式的内容,语言风趣幽默。。
  3. 所属分类:Java

    • 发布日期:2011-04-30
    • 文件大小:1048576
    • 提供者:zhd070341401
  1. core j2ee pattern

  2. core j2ee pattern核心j2ee模式
  3. 所属分类:Java

    • 发布日期:2011-11-22
    • 文件大小:3145728
    • 提供者:bdkd2
  1. ip1180_1880_2580 清零软件 试过可用

  2. 维修模式方法: 1.关闭打印机电源。并把电源线从电源插座拔开。 2.按紧打印机的电源键同时插上电源线。(此时机器电源灯亮) 3.不松开电源键。按2下进纸键。电源灯显示:第一下黄--第二下绿,然后松开电源键,就可以打印了. 废墨清零软件的使用: 以下是从网上找的方法---弄了好几次都不成,我补充一点,在清零后 要给IP1880进行废墨清零,就要使用IP1880废墨清零软件,在百度上搜一下就能找到。下好清零软件后,就可以开始对IP1880进行清零工作。 1、让打印机进入维修状态 首先将打印机电源线
  3. 所属分类:外包

    • 发布日期:2012-02-29
    • 文件大小:9437184
    • 提供者:onvire
  1. 佳能IP1980清零软件

  2. 一、实施了1之后,就可以打开清零软件,双击“GeneralTool.exe”图标就可以打开软件bbs.inknet.cn6ZM)|iJ4yB$n 二、选择端口,这里要特别提示,如果你的电脑连接有两台以上打印机,建议你在实施废墨清零前拔掉别的打印机数据线,这样软件会自动连接上唯一的一个端口,而你也不必为选择端口犯难中国喷墨论坛-喷墨技术应用-数码影像-数码印刷-数码印花IJ2L'\U)L 三、选择需要清零的选项。软件界面中“Cleaning”是废墨清零选项、“EEPROM Clear”是打印页数
  3. 所属分类:其它

    • 发布日期:2012-05-22
    • 文件大小:4194304
    • 提供者:a249732504
  1. designpattern

  2. design patter for java,C#,C++ and other computer languages.
  3. 所属分类:Java

    • 发布日期:2013-09-09
    • 文件大小:1048576
    • 提供者:kelvinzdh
  1. 设计模式代码——c#

  2. C#设计模式(23种设计模式) 1. 单件模式(Singleton Pattern) 2. 抽象工厂(Abstract Factory) 3. 建造者模式(Builder) 4. 工厂方法模式(Factory Method) 5. 原型模式(Prototype) 结构型: 6. 适配器模式(Adapter Pattern) 7. 桥接模式(Bridge Pattern) 8. 装饰模式(Decorator Pattern) 9. 组合模式(Composite Pattern) 10. 外观模式
  3. 所属分类:C#

    • 发布日期:2014-04-07
    • 文件大小:946176
    • 提供者:dadoucao
  1. pattern classification --2rd

  2. a good text book about pattern recognition
  3. 所属分类:互联网

    • 发布日期:2014-10-28
    • 文件大小:8388608
    • 提供者:lyg1112
  1. 正则表达式

  2. 正则表达式也叫做匹配模式(Patter n),由一组具有特定含义的字符串组成,用于匹 配和替换文本
  3. 所属分类:Java

    • 发布日期:2015-08-21
    • 文件大小:348160
    • 提供者:slot345
  1. AngularJS in Action

  2. Summary AngularJS in Action covers everything you need to know to get started with the AngularJS framework. As you read, you'll explore all the individual components of the framework and learn how to customize and extend them. You'll discover the em
  3. 所属分类:Web开发

    • 发布日期:2016-03-22
    • 文件大小:5242880
    • 提供者:fantasy666666
  1. Data.Mining.for.the.Social.Sciences.An.Introduction

  2. We live in a world of big data: the amount of information collected on human behavior each day is staggering, and exponentially greater than at any time in the past. Additionally, powerful algorithms are capable of churning through seas of data to u
  3. 所属分类:互联网

    • 发布日期:2016-08-26
    • 文件大小:29360128
    • 提供者:ramissue
  1. Go-patter:输出的gotest-v作为TAP

  2. patter: 输出的go test -v作为TAP
  3. 所属分类:其它

    • 发布日期:2019-08-14
    • 文件大小:5120
    • 提供者:weixin_39841882
  1. Projeto-Patter-CSharp:Projeto Copiado做Bootcamp da DIO,usando Disigner Patter em C#com Visual Studio 2019-源码

  2. Projeto-Patter-CSharp Projeto copiado做讲师Victo Fructuoso para o Bootcamp da Digital Innovation One,使用Visual C#com和Visual Studio 2019进行设计。 O qual instalei alguns pacotes e atualizei outros: AutoMapper.Extensions.Microsoft.DependencyInjection; Cover
  3. 所属分类:其它

    • 发布日期:2021-02-14
    • 文件大小:32768
    • 提供者:weixin_42127937
« 12 3 »