CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 软件体系结构

搜索资源列表

  1. UML

    1下载:
  2. 软件体系结构课程设计的仓库管理系统需求分析,以及用uml建模。-Software architecture curriculum design of the warehouse management system requirements analysis and modeling with uml.
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1051275
    • 提供者:irving
  1. Software-Architecture

    0下载:
  2. 软件体系结构的一篇很好的论文,软件体系结构常见风格举例-Software architecture of a good paper, common software architecture style example
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:291596
    • 提供者:zz
  1. engnier

    0下载:
  2. 《软件体系结构》大作业要求下面题目将作为实习题贯穿需求分析和软件体系结构设计部分,以1人为一组,任选其中一个问题。采用适当的需求分析方法获取初步需求,题目选择如下:-patient registration system design reports, needs analysis, architecture analysis, network options analysis, functional analysis
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:47074
    • 提供者:david
  1. The-software-architecture-style

    0下载:
  2. 软件体系结构风格,解释不同风格的软件体系结构-Software architecture style, explain the different style software architecture
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:31198
    • 提供者:henry
  1. Beautiful-Architecture

    0下载:
  2. 介绍软件体系结构的一本不错的书,介绍了不同类型应用的软件体系结构。-introduce the software archictecture.
  3. 所属分类:software engineering

    • 发布日期:2017-05-14
    • 文件大小:3525878
    • 提供者:WKX
  1. 4P1view-architecture

    0下载:
  2. 软件体系结构,“4 +1”视图,软件体系结构模型-Software Architecture,Architectural Blueprints—The “4+1” View Model of Software Architecture
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:101732
    • 提供者:caiwx
  1. ruanjiantixi

    0下载:
  2. 有关软件体系结构的FTP文件传输的的JAVA编程,有6个,可以随意选一个-For software architecture, FTP file transfer of Java programming, there are six, are free to choose a
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:16145
    • 提供者:yaojing
  1. Singleton

    1下载:
  2. 基于java写的孤子模式,适用于软件体系结构学习使用-Soliton model, written in java for learning in the software architecture
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:1612
    • 提供者:王欢
  1. FactoryMethod

    0下载:
  2. 基于java写的工厂模式factoryMMethod,适合软件体系结构使用-Written in java-based factory pattern factoryMMethod for software architecture
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:2372
    • 提供者:王欢
  1. Adaptor01

    0下载:
  2. 基于java写的适配器Adaptor模式,适合软件体系结构学习使用-Written in Java-based adapter Adaptor model for software architecture is learning to use
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:1863
    • 提供者:王欢
  1. OpenGL

    0下载:
  2. 基于OPenGL的三维建模软件体系结构分析-Three-dimensional modeling software architecture based OPenGL analysis
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:66640
    • 提供者:lifei
  1. WeatherForecast

    0下载:
  2. 在软件构建过程中,我们需要为某些对象建立一种“通知依赖关系” -- 一个对象(目标对象)的状态发生改变,所有的依赖对象(观察者对象)都将得到通知。如果这样的依赖关系过于紧密,将使软件不能很好地抵御变化。 使用面向对象技术,可以将这种依赖关系弱化,并形成一种稳定的依赖关系。从而实现软件体系结构的松耦合。-In the software build process, we need to be established for certain object a " notification
  3. 所属分类:Console

    • 发布日期:2017-12-09
    • 文件大小:8877307
    • 提供者:wangwenhua
  1. IntroductiontSoftwareArchitecture

    0下载:
  2. 卡耐基梅隆大学在软件体系结构领域做了很多研究,尤其是《An Introduction to Software Architecture》一文的两位作者David Garlan and Mary Shaw,在该文中详细得介绍了软件体系结构这一学科领域。-Carnegie Mellon University has done a lot of research in the field of software architecture, in particular, " An Introdu
  3. 所属分类:software engineering

    • 发布日期:2017-11-22
    • 文件大小:129474
    • 提供者:顾焱
  1. KWIC

    0下载:
  2. KWI:Ckeyword in context是软件体系结构教学最常用的例子,主要功能是过滤非关键字字符,过滤非法关键字等,本程序采用主程序子程序风格、管道过滤器、BlackBoard风格来实现,采用txt输入输出-KWI: Ckeyword in context is the most common example of software architecture teaching, the main function is to filter non-keyword character fi
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-10
    • 文件大小:30929
    • 提供者:日照西桥
  1. KWIC

    2下载:
  2. 软件体系结构经典问题KWIC的五种风格实现,java源码,主程序/子路径风格、抽象数据结构风格、隐式调用风格、管道/过滤器风格、黑板风格。-Five style of software architecture classic problem KWIC realize java source code, the main program/sub-path style, the style of abstract data structures, implicit invocation style
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-01-18
    • 文件大小:35796
    • 提供者:幸吴炜
  1. ATM-System

    0下载:
  2. 软件体系结构的实验,一个ATM机的设计源码-The experimental software architecture, the design of an ATM machine source code
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-11-12
    • 文件大小:283014
    • 提供者:Eric
  1. kwic

    0下载:
  2. 软件体系结构,The Key Word In Context (KWIC) 的各个4个任务以及实现。-Software architecture, The Key Word In Context (KWIC) task jobs.
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:1265676
    • 提供者:ocean
  1. SAC2

    0下载:
  2. 软件体系结构中C2结构的演示程序,用C#编写,源码由VS2008编写,重要提示: 使用了win7的消息队列,必须开启该windows功能,才可成功运行。-Software architecture in the C2 demo program was written in C# source code written by VS2008 Important: win7 message queue, you must open the windows function in order to ru
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-17
    • 文件大小:53590
    • 提供者:wangrenze
  1. Kwic

    0下载:
  2. 哈尔滨工业大学软件体系结构(刘旭东)第一次作业KWIC代码-KWIC code
  3. 所属分类:Java Develop

    • 发布日期:2017-11-11
    • 文件大小:63685
    • 提供者:muyunlong
  1. Eclipse_Framework

    0下载:
  2. :基于Eclipse平台对通用加速器应用软件进行标准化开发,是国际上加速器应用软件的一个前沿课题。本文分析了SNS实验室开发的xAI。加速器软件体系结构,在此基础上,提出一种基于Eclipse插件的加速器软件开发框架,并对XAL的一些工具软件进行了改造,将其以插件的形式移植到Eclipse平台一tz,从而增强了该软件的通用性和易用性。-: Universal accelerator based on the Eclipse platform to standardize application
  3. 所属分类:software engineering

    • 发布日期:2017-11-28
    • 文件大小:275882
    • 提供者:kachleen
« 1 2 3 4 56 7 8 9 10 ... 13 »
搜珍网 www.dssz.com