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

搜索资源列表

  1. Visitor

    0下载:
  2. 设计模式——访问者模式 Visitor模式允许我们在不改动原有结构的基础之上不断增加新的功能。 ICumulation接口定义了方法Cumulate(),旨在计算1+2+……+n,有两种不同的实现方法,一个是一般的叠加算法GeneralArithmetic,一个是高斯算法GaoSiArithmetic。 因为某种原因,系统需要添加求平均值的功能,还有计算1到n的平方和。 按照一般的思路,我们需要在ICumulation中定义两个方法分别计算平均值和平方和,并在实现类中同
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:87871
    • 提供者:linhuibaby
  1. GISDESIGN

    0下载:
  2. 详细研究煤矿安全地理信息系统的结构、功能设计,并具体实现系统功能。-Mine Safety detailed study of geographic information system structure, functional design, and realization of specific system functions.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:136693
    • 提供者:jacky
  1. rjgcqbxt

    0下载:
  2. 第十章 1、 说明对象、类、类结构、消息的基本概念? 答:对象:是客观实体在问题域中的抽象。 类:具有相似或相同性质的对象的抽象就是类。 类结构:类的结构通常有一般----具体(分类结构)整体---抽象(组装结构) 消息:对象之间通信的构造。 2、 面向对象的特征和要素? 答:特征:一致性、多态性、分类性、继承性。要素:共享、封装、抽象。 -a Chapter 10, Note objects, classes, class structure, the basi
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:10141
    • 提供者:gogl
  1. bookfordesignmode

    0下载:
  2. 设计模式迷你手册,对于程序开发、软件设计,需求计划书的设计具有特殊帮助,分类为创建型、结构型、行为型等,CHM,software engineering -Design Mode mini manual for developers, software design, the plan needs special help design, Categories for the creation, structure type, behavior-based, CHM, software engi
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1736524
    • 提供者:tianlin
  1. prasannaldpc

    0下载:
  2. 一些奇偶校验矩阵的构造-matlab 消除四环-some parity matrix structure-eliminating the Fourth Ring Matlab etc.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:155833
    • 提供者:史留成
  1. desk

    0下载:
  2. 一篇文章,关于硬盘结构及其分区简介,供初学者学习使用-an article on the hard drive and its branch structure briefings for beginners learning to use
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:33405
    • 提供者:陈建林
  1. WiMAXstructureandperformance

    0下载:
  2. wimax的体系结构分析、协议帧说明、格式、构架等-wimax analysis of the architecture, protocol frame that format, structure, etc.
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:222144
    • 提供者:张洪欣
  1. JAVA2and

    0下载:
  2. JAVA 2平台安全技术-结构,API设计和实现-Java 2 Platform security technology-structure, API Design and Implementation
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:4559042
    • 提供者:wpj
  1. cashflow

    0下载:
  2. 在估计利率期限结构时,对债券现金流的分解程序,当然是在先倒入文件的基础上进行-the estimated interest rate term structure, cash flow for bonds the decomposition process, Certainly earlier into the document is based on
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:814
    • 提供者:毛毛
  1. 2004~2005javalianxi

    0下载:
  2. 2004《Java程序设计》 上机练习题 (共包括四部分、16个练习、共96个练习题,请使用“视图”中的“文档结构图”查看) -2004 "Java Programming" on the plane exercises (including four of a total of 16 exercises, A total of 96 exercises, please use the "View" of the "Document
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:58152
    • 提供者:lcy
  1. 清华大学数据结构讲义

    0下载:
  2. 清华大学数据结构讲义,内容详细,系统,不想看书的比较适合-s data structure, detailed, systematic, and do not want to read the more suitable
  3. 所属分类:文档资料

    • 发布日期:2010-07-10
    • 文件大小:143654
    • 提供者:dean
  1. huajdj

    0下载:
  2. 哈夫曼树中,树的带权路径长度的含义是各个字符的码长与其出现的此时的乘积和, 也就是电文的代码总长,所以采用哈夫曼树构造的编码是一种能使电文代码总长最短的 不等长编码。-Huffman tree. tree with the right path length is the meaning of the various characters code length of time with the product and, is the message code chief Therefo
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2961
    • 提供者:sonfj
  1. Refactoring123

    0下载:
  2. 程序员对代码所做的为了满足短期利益代码改动,或再没有完全清楚增个架构下的改动,都很容易是代码失去它的清晰结构,偏离需求或设计。而这些改动的积累很容易使代码偏离它原先设计的初衷而变得不可立即和无法维护。 Refactoring则帮助重新组织代码,重新清晰的体现结构和进一步改进设计。 -programmers to code done in order to meet short-term interest code changes or not entirely clear by a fr
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:106990
    • 提供者:杨明
  1. hwb12pdf

    0下载:
  2. 硬盘以及分区结构简介。 硬盘分区表和文件分配表 硬盘只有经过物理格式化,分区,逻辑格式化后才能使用,在进行分区时,FDISK 会在硬盘的0柱面0磁头1扇区建一个64字节的分区表,在分表的前面是主引导记录 (MRB),后面是两个字节的有效标志55H,AAH,(H表示16进制)。此扇区被称为主 引导扇区,也是病毒最爱侵袭的地方,它由主引导记录+分区表+有效标志组成。 分区表对于系统自举十分重要,它规定着系统有几个分区;每个分区的起始及终止 扇区,大小以及是否为活动分区等重要信息。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:757120
    • 提供者:zgb
  1. OgreGameFrame

    0下载:
  2. 一个基于OGRE图形引擎的高度面向对象的游戏结构-an OGRE graphics engine based on the height of the object-oriented structure of the game
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:58643
    • 提供者:杨宏刚
  1. shujujiegouflashyanshi

    0下载:
  2. 想学好数据结构吗?从这里开始吧,FLASH演示,将使问题更明白.-want to learn from the data structure? It here, FLASH demonstration, the issue will understand it better.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:958816
    • 提供者:xuwmzi
  1. 200672681935

    0下载:
  2. 主要介绍U-BOOT的结构,流程,以及交叉编译环境的建立-introduced U-BOOT structure, processes, and cross compiler built environment
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1026572
    • 提供者:liu
  1. DesignofTrainCommunicationAdapterBasedonSOPC

    1下载:
  2. 介绍了MVB总线帧结构,并完成了用于网络连接的MVB总线访问IP核的设计。-introduced the MVB bus frame structure, and completed the network connection for the MVB bus visit IP core design.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:149609
    • 提供者:阿康
  1. 0918_mydown_3

    0下载:
  2. 有用的一些c++代码 关于数据结构的和好的代码-c some useful code on the data structure and good code
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1201245
    • 提供者:flyer1064
  1. IEC60044_8

    0下载:
  2. 依据电子式电流互感器标准 IEC60044- 8,对电子式互感器的数字输出接口进行了研究,对规约中规定的电子式互感器的结构、数字输出的物理层、链路层以及应用层进行了详细地分析,并提出了具体的解决方案。-based Electronic Current Transformer standard IEC60044-8, Electronic Transformer right to a digital output interface for the study of the Statute pro
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:88490
    • 提供者:fengna
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com