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

搜索资源列表

  1. Three_Tier

    0下载:
  2. 解释你如何组织你的ASP.NET代码来推荐的三层架构(应用程序、业务和数据层)。三层架构的代码可重用性增加。-Explain how you organize your ASP.NET code to the recommended three-tier (application, business and data layers). Three-tier architecture to increase the reusability of code.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-11-07
    • 文件大小:108350
    • 提供者:水墨风格
  1. MFC-clock

    0下载:
  2. MFC时钟 一个可重用的C++类,可以通过该类实现一个简单的模拟时钟-MFC clock a reusable C++ class, the class can implement a simple analog clock
  3. 所属分类:Project Design

    • 发布日期:2017-11-11
    • 文件大小:385967
    • 提供者:闫浩飞
  1. hmm

    0下载:
  2. 隐马尔可夫过程是一个双重随机过程:一重用于描述非平稳信号的短时平稳段的统计特 征(信号的瞬态特征,可直接观测到);另一重随机过程描述了每个短时平稳段是如何转变 到下一个短时平稳段,即短时统计特征的动态特性(隐含在观察序列中)-Hidden Markov process is a doubly stochastic process: a weight used to describe the non-stationary signal short plateau statistical S
  3. 所属分类:Other systems

    • 发布日期:2017-11-07
    • 文件大小:10774
    • 提供者:act
  1. Contacts

    0下载:
  2. 这个项目包括数据访问层、业务层和用户接口示例“联系人管理系统”。这个项目的目的是引导用户做模块化编码和知道如何重用通用数据访问代码使用业务层。步骤————————————————————————————————————————————————————————1。创建数据库和表结构通过运行脚本中提供“\ \数据库创建脚本查询”文件夹。打开联系人。sql文件在“查询分析器”和按F5 2。从TableData_tbl_mst_Contacts运行查询。 txt文件从“\查询”文件夹中使用“查询分析器”
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-18
    • 文件大小:31394
    • 提供者:麻辣豆腐
  1. LatLng

    0下载:
  2. 、单位的组织机构、产品的类别等,整个结构就像目录树一...本文介绍了在VC++ 6.0下如何实现自动创建树形结构,提高了代码的可重用性和可-, The unit of the organization, product category, etc., the entire structure is like a tree ... This article describes how to implement the VC++ 6.0 automatically creates a tree st
  3. 所属分类:CAD

    • 发布日期:2017-04-03
    • 文件大小:1220
    • 提供者:tortoise
  1. wntjDao

    0下载:
  2. 万能dao,增删改查,可以有效的减少项目中的代码重用,非常方便。-Universal dao, CRUD
  3. 所属分类:File Formats

    • 发布日期:2017-04-13
    • 文件大小:1771
    • 提供者:李政酉
  1. ImprovedDL

    1下载:
  2. 这是一篇SCI文章《改善字典学习:多字典更新和系数重用》里的Matlab代码,包含了OMP、Batch-OMP、CoROMP等匹配跟踪算法代码以及改进的K-SVD字典学习算法代码,是图像稀疏表示研究方向重要的源代码,有助于大家学习和改进。-This file folder reproduces the Figures for paper:"Improving Dictionary Learning: Multiple Dictionary Updates and Coefficient Reus
  3. 所属分类:Special Effects

    • 发布日期:2014-12-09
    • 文件大小:3080192
    • 提供者:汪玉珍
  1. EaglePHP

    0下载:
  2. EaglePHP是一款开源、高效、面向对象的PHP MVC开发框架,完全基于PHP5可用于开发WEB程序和服务,借鉴国内外优秀框架的设计思路,分层的设计思想使独立开发成为可能,建立模型推动代码的重用。-EaglePHP is an open source, efficient, object-oriented PHP MVC development framework, based entirely on PHP5 for development WEB applications and ser
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-21
    • 文件大小:6375329
    • 提供者:hujianfeng
  1. clockTest1

    0下载:
  2. vs2012环境 MFC框架 gdi+实现,可重用的贴图时钟控件-vs2012 environment MFC framework gdi+ achieve reusability textures clock control
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-07
    • 文件大小:301310
    • 提供者:ll
  1. pst_src

    0下载:
  2. 该示例实现基于pst的Planar Point Location的slab算法。在slab算法的基础上,将每个slab上的搜索树对应于一个version, 而相邻两个slab之间的搜索树的差异较少,可以尽可能多的重用已有结构达到节约空间使用的目的。 -The sample-based pst of Planar Point Location of slab algorithms. Algorithm based on the slab, the slab on each search tr
  3. 所属分类:.net

    • 发布日期:2017-04-08
    • 文件大小:140948
    • 提供者:小猪
  1. Cpp.template-meta-based-program2010

    0下载:
  2. cpp上的模版元编程,泛型编程,代码重用的,常见工业生产方式。-template meta based program
  3. 所属分类:software engineering

    • 发布日期:2017-06-16
    • 文件大小:25190400
    • 提供者:jinfeng
  1. cPPcoding-standard-preparation

    0下载:
  2. c-c++编码规范 编写本标准的目的是为了统一软件编程风格,提高软件源程序的可读性、可靠性和可重用性,提高软件源程序的质量和可维护性,减少软件维护成本,最终提高软件产品生产力。-c-c++ coding standard preparation of this standard is intended to unify software programming style and improve software source code readability, reliability and
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:89810
    • 提供者:WUBIN
  1. ColorFuse

    0下载:
  2. 一个使用OpenGL实现的颜色融合的例子,方法可以重用-An OpenGL implementation using the example of color fusion, methods can be reused
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:1080
    • 提供者:rterof
  1. Library-management-system

    0下载:
  2. 面向对象是软件开发的一种方法,产生的目标是增强应用程序代码的可重用性和可靠性,同时减少应用程序的维护工作。一个对象可以由其它的对象来创建,以此构造更复杂的对象。当这样的对象工作的很好时,设计者就不必再关心对象的内部结构。因此面向对象的软件设计方法效率很高-Object-oriented software development is a method of generating the aim is to enhance the application code reusability and
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-01
    • 文件大小:679538
    • 提供者:lile
  1. a-merchandise-management-system

    0下载:
  2. 该程序为代码重用的实例,为一个商品管理系统。实现的功能为:增加商品,删除商品,查找商品,列出所有商品,统计商品。-The program for code reuse examples for a merchandise management system. For the functions: add merchandise, delete item, find products, list all commodities, statistics merchandise.
  3. 所属分类:Shop supermarket software system

    • 发布日期:2017-04-05
    • 文件大小:4482
    • 提供者:
  1. VigenereCypher

    0下载:
  2. Vigenère解密实现,区分明文大小写,密钥重用-Vigenre password achieve, is case sensitive, key reuse
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:4342
    • 提供者:wen
  1. softArchitecture

    0下载:
  2. 《架构实战:软件架构设计的过程》从基本原理入手,介绍软件架构设计过程中涉及的一些概念、流程、方法、用到的工作产品及可重用的资源,从第6章开始,通过介绍一个具体的案例来阐述如何定义需求、创建逻辑架构、创建物理架构。在第10章“进阶”中,作者补充说明了架构师和软件开发项目其他方面的关系,后面又说明了各种软件开发项目可能存在的困难及相应的处理方法。-Architecture of actual combat the full version of software architecture desig
  3. 所属分类:software engineering

    • 发布日期:2017-06-14
    • 文件大小:22509105
    • 提供者:zjiacong
  1. PHPtuangouwang

    0下载:
  2. php实现的团购网源代码 便于初学者对代码进行提高性学习,提高可重用性-php source code to achieve buy Network。 Easy for beginners to the code to improve learning, improve reusability
  3. 所属分类:Web Server

    • 发布日期:2017-05-16
    • 文件大小:4586038
    • 提供者:贾壮
  1. onLineLearningCode

    0下载:
  2. 本系统在界面设计上都采用了模块化处理思想,把很多页面共有部分集成一个模块,例如页面的头,尾和导航条,这样在开发时遇到这些相似的页面部分,就不需要重新编写,而只要以一句:< @include file="/netteaching/inc/head.inc" >重用这部分即可,大大提高了开发效率。-The system interface design in the modular processing of ideas, pages of many common parts integ
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-19
    • 文件大小:5202936
    • 提供者:郭倩
  1. ADOCode

    0下载:
  2. 本文首先对Delphi的ADO控件进行了简单介绍,并对Delphi的ADO控件进行再次封装,从而实现了软件代码的重用,提高了软件开发效率。-This article first of Delphi ADO controls a brief introduction, and again the Delphi ADO controls package, enabling the reuse of software code to improve the efficiency of software
  3. 所属分类:Button control

    • 发布日期:2017-04-25
    • 文件大小:352128
    • 提供者:黄进
« 1 2 ... 16 17 18 19 20 2122 23 24 25 »
搜珍网 www.dssz.com