CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - software development process

搜索资源列表

  1. db_access

    0下载:
  2. 众所周知,软件开发离不开对数据的访问。数据访问在整个软件开发的三层构架中属于数据层,是其它两层的基础。没有了它,存储的数据变的毫无意义。与此同时,数据访问的效率将直接影响到软件的质量。一个数据访问缓慢的系统是客户无法容忍的。一个好的系统必然有一个高效的数据访问方法。由此可见,数据访问在软件开发过程中是非常重要的。如果能统一对数据的访问方法,那么一切有关数据访问方面的问题都可以得到解决。我的系统将可以面向所有的数据源,甚至是未来将会出现的数据源。 预期结果 实现对SQLServer,ODBC,OL
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:303934
    • 提供者:li
  1. PDIUSBD12中文技术资料

    0下载:
  2. USB作为一种新型的接口技术以其简单易用速度快等特点而备受青睐本文简单介绍USB 接口的特点和PHILIPS 公司的USB 接口芯片PDIUSBD12 并详细说明USB 软硬件开发过程中 应注意的问题-USB as a new type of interface technology with a simple user-friendly features such as fast and simple on this very popular USB interface charact
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:43001
    • 提供者:howare
  1. DSPsoftdevelop

    0下载:
  2. motorola首席技术官的关于硬件系统的软件开发全过程的文档-on the hardware system software development process documentation
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:975921
    • 提供者:江寒
  1. MyProjectCTB

    0下载:
  2. 暑假实习做的项目,人口管理系统,包含所有项目文档,需求分析,概要设计等等,适合学习软件开发流程-summer internship doing projects, population management system, contains all project documents, needs analysis, the outline design and so forth, suitable for learning software development process
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1784591
    • 提供者:陈拓彬
  1. SoftwareDevelopmentatMicrosoft

    0下载:
  2. 微软软件开发过程说明 微软软件开发过程说明-Microsoft software development process shows Microsoft software development process shows the Microsoft Software Development process shows Microsoft software development process shows
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:501860
    • 提供者:素还真
  1. What-is-Software-Testing

    0下载:
  2. Software testing is arguably the least understood part of the development process. Through a four-phase approach, the author shows why eliminating bugs is tricky and why testing is a constant trade-off.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:98841
    • 提供者:幽云
  1. 4102327

    0下载:
  2. Java语言是一个简单的、面向对象的、分布的、解释(执行)的、健壮的、安全的、独立于平台的、可移植的、可扩展的、高性能的、多线程的以及动态的程序设计语言。Java是由C++发展而来的,它是一种彻底的纯面向对象的程序设计语言。面向对象的语言四大特点:1.封装 2.继承 3.多态 4.动态。面向对象技术较好地适应了当今软件开发过程中新出现的种种传统面向过程语言所不能处理的问题。面向对象技术的核心是以更接近于人类思维的方式建立计算机逻辑模型,它利用类和对象的机制将数据与其上的操作封装在一起,并通过统
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:9910
    • 提供者:张书
  1. csharpOperateDBDnymic

    0下载:
  2. 详细描述了c#中动态操作数据库方法,增强了软件开发过程的灵活性,值得学习。-A detailed descr iption of the dynamic operation of the database in c# method to enhance the flexibility of the software development process, it is worth learning.
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:143389
    • 提供者:魏权宝
  1. UndoRedo

    0下载:
  2. 本程序主要实现了对用户操作步骤的撤销与重做,在很多软件开发过程中都有用到,非常实用。-This procedure of the main user of the revocation and redo steps, in many software development process are used, very useful.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:58455
    • 提供者:Bob Green
  1. usb_data

    0下载:
  2. 以自行开发的基于USB接口的数据采集系统为例,介绍了USB接口的硬件和软件开发过程。 -To self-developed USB-based data acquisition system as an example, the USB interface hardware and software development process.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-16
    • 文件大小:52572
    • 提供者:lin
  1. C++

    0下载:
  2. 适合于初学者,便于快速的掌握c++语言,并应用于实际的软件开发过程中。-Suitable for beginners, easy to quickly grasp c++ Language, and applied to the actual software development process.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-25
    • 文件大小:7880842
    • 提供者:郇政永
  1. mannage

    0下载:
  2. 本课程设计是用C++编写的一个简单的图书管理系统,在够遵循软件开发过程的基本规范,运用结构化程序设计的方法,按照课程设计的题目要求,完成设计、编写、调试和测试应用程序及编写文档的任务。其目标在于培养综合运用理论知识来分析和解决实际问题的能力、严谨的科学态度和良好的程序设计习惯,最终实现由知识向智能的初步转化。-This course is designed with C++, prepared by a simple library management system, the software
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2475
    • 提供者:易欣
  1. share-of-software-process

    0下载:
  2. 开发手记:这是我开发共享软件注册程序的一些经验,供初学者学习-Development Notes: This is my share of software development experience of the registration process, for beginners to learn
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:7842
    • 提供者:stgwh
  1. Control_Mixer_Process

    0下载:
  2. 过程控制的仿真软件,用labview开发平台编写。适合学化工控制并且需要用到labview的同学参考使用。-Process control simulation software development platform with the preparation of labview. Chemical control for school and students need to use labview use and reference.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-29
    • 文件大小:143045
    • 提供者:luo
  1. HelloOffice

    0下载:
  2. COM是组件对象模型的简写,在大型的软件开发过程中,为了更好地提高内聚和降低耦合,常常会使用到COM组件。HelloOffice是一个使用COM技术开发Office插件:读者将学会使用COM技术来编写Office Word软件的插件。-COM Component Object Model is the abbreviated form of the large-scale software development process, in order to better improve the c
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-04
    • 文件大小:14973
    • 提供者:醉花痴
  1. FrameWorkSrc20090219

    0下载:
  2. ASP.NET权限管理系统(FrameWork) 1.0.7 Release 说明文档 1.起源 在我们开发软件过程中,经常会需要开发一个后台管理程序.用于管理我们开发的前台软件. 当你开发的软件越来越多的时候,你的管理后台也会越来越多.这时如果有一个统一的管理后台.来进来管理.有统一台帐号,统一的授权来进行多个后台的管理就好了. FrameWork就是在这样的需求下产生了. -ASP.NET Rights Management System (FrameWork) 1.0.7
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2675041
    • 提供者:qcj
  1. MemoryPool_src

    0下载:
  2. 内存池的使用,里面很详细的介绍了在软件开发过程中关于内存分配,new/del的情况。-The use of the memory pool, which is described in detail in the software development process on the memory allocation, new/del case.
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:3514
    • 提供者:想大李
  1. SqlHelper

    0下载:
  2. 软件开发过程中常用的类,这些类可以拷贝直接使用-Software development process commonly used in classes, these classes can be copied directly
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:12805
    • 提供者:李 云
  1. Software_development_process_design_Coding_Guide.r

    0下载:
  2. 软件开发程序编码的设计教程Software development process design Coding Guide-Software development process design Coding Guide Software development process design Coding Guide
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:13187
    • 提供者:ni
  1. Introduction-to-Software-Engineering

    0下载:
  2. 软件工程导论,深入理解软件开发流程,以及软件开发思想,pdf电子档-Introduction to Software Engineering, in-depth understanding of software development process, and software development thinking, pdf electronic file
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1067903
    • 提供者:dmf
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com