CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - factory

搜索资源列表

  1. alcor6[1].15.00

    0下载:
  2. 安国U盘量产工具,用于重新从底层格式化U盘,可以恢复U盘出厂容量-Yasukuni U disk volume production tool for the re-formatted from the bottom U disk, U disk to restore factory capacity
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2.82mb
    • 提供者:李立山
  1. fc

    0下载:
  2. 房产交易平台 服务器端建议代码。工厂模型。-Real estate transaction platform server-side code recommendations. Factory model.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:312.96kb
    • 提供者:Haiming Zhang
  1. delphi000ERP

    0下载:
  2. 为某绣花厂做的管理系统源码,不知道有没有价值,希望对朋友们有用-For an embroidery factory management system source code, I do not know there is no value, in the hope that friends useful
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:275.32kb
    • 提供者:betrox
  1. pdf

    0下载:
  2. pdf factory,can create to pdf files-pdf factory, can create to pdf files
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2.02mb
    • 提供者:jjyy
  1. Bar

    0下载:
  2. 一个鞋厂的条码打印小程序,包括条码扫描和打印-Barcode printing a small shoe factory procedures, including barcode scanning and printing
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:860.56kb
    • 提供者:wwwjk
  1. PID

    0下载:
  2. PID 实用小程序--在工厂使用过的,大家可试用看看,对解决小问题还是不错的/-PID utility applet- used in the factory, we can try it out, to solve a small problem or bad /
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1.17kb
    • 提供者:KIRK
  1. men

    1下载:
  2. 白月门窗厂订单管理系统。 订单的常规管理和客户查询系统-White on doors and windows factory order management system. Of conventional management and customer order inquiry system
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:219.44kb
    • 提供者:白月
  1. 003AbstractFactory

    0下载:
  2. Abstract Factory 设计模式 抽象工厂 源码-Abstract Factory Abstract Factory design pattern source
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:16.6kb
    • 提供者:弘扬
  1. factory

    0下载:
  2. VB设计模式之工厂模式案例,非常具有学习价值-VB6 CODE for desigen partten, factory
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:151.68kb
    • 提供者:周伟
  1. factory

    0下载:
  2. VC++实现Factory模式,是个不错的学习设计模式的源码-VC++ Factory mode, is a good source of learning design patterns
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:601.14kb
    • 提供者:徐盼盼
  1. Factory-Method

    0下载:
  2. GOF--工厂模式的实例,java代码.在工厂方法模式中,工厂父类负责定义创建产品对象的公共接口,而工厂子类则负责生成具体的产品对象,这样做的目的是将产品类的实例化操作延迟到工厂子类中完成,即通过工厂子类来确定究竟应该实例化哪一个具体产品类。 -GOF--Factory Method Example,java code. Factory Method Pattern: Define an interface for creating an object, but let subclass
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:8kb
    • 提供者:753951
  1. factory-production

    0下载:
  2. 用c进行工厂生产模拟程序,包括原料的采购,产品的生产,产品销售,利润等。-Factory production simulation procedures, including raw materials procurement, production, sales, profits, etc. c.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:219.85kb
    • 提供者:李兰平
  1. Abstract-Factory-for-Salary

    0下载:
  2. Abstract Factory Design-Pattern for Calculate Salary for VC6project
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:872.5kb
    • 提供者:shuren88
  1. Factory-Method-for-Salary

    0下载:
  2. Factory Method Design-Pattern for Calculate Salary for VC6project
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:884.51kb
    • 提供者:shuren88
  1. Simple-Factory-for-Salary

    0下载:
  2. Simple Factory Design-Pattern for Calculate Salary for VC6project
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:868.31kb
    • 提供者:shuren88
  1. Factory

    0下载:
  2. Factory 模式的两个最重要的功能: 1)定义创建对象的接口,封装了对象的建; 2)使得具体化类的工作延迟到了子类中。 -Factory mode two most important functions: 1) the definition of an object to create an interface that encapsulates the construction objects 2) makes specific class work delaye
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1.65mb
    • 提供者:赵威
  1. calculator-of-Simple-Factory-Pattern

    0下载:
  2. 本代码利用简单工厂模式来编写一个简单的计算器程序。重点在意设计模式。程序扩展性强。-Simple factory design.The design is most important.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:13.75kb
    • 提供者:文豪
  1. AbstractFactory

    0下载:
  2. 抽象工厂模式的C++实现,根据设计模式也一书(According to the design patterns , the implementation of the abstract factory pattern with the C++)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:25kb
    • 提供者:sty0223
  1. Thread Factory 4(中文帮助文档)

    9下载:
  2. VB多线程各种例子Thread Factory 4(中文帮助文档)(VB, multithreaded, various examples, Thread Factory 4 (Chinese help file).)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:3.5mb
    • 提供者:啊童木哥哥
  1. vendor2factory_z2_plus

    1下载:
  2. Android vendor to factory
  3. 所属分类:其他

    • 发布日期:2019-09-19
    • 文件大小:808kb
    • 提供者:Skl97
« 12 3 4 5 6 »
搜珍网 www.dssz.com