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

搜索资源列表

  1. microelectronics

    0下载:
  2. 微电子技术的发展规律及趋势。介绍了微电子技术随特征尺寸缩小而存在的几个关键发展层次,包括微细加工、互连技术、新器件结构及材料技术等。-The laws of the development of microelectronics technology and trends. Introduced with the feature size of microelectronic technology exists to narrow the development of several key l
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2601581
    • 提供者:尹雪梅
  1. Newtree

    0下载:
  2. 以二叉链表为存储结构,建立二叉树、先序遍历二叉树、求二叉树节点总数、叶子数、树高度的算法。队列抽象数据类型的顺序、链式表示与实现,并可对上面建立的二叉树按层次遍历。-List in Binary for the storage structure, the establishment of binary tree, the first tree traversal, and the total number of tree nodes, the number of leaves, tree he
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:24798
    • 提供者:韩非
  1. FrameWork03-31

    0下载:
  2. 用Asp.Net实现了一个实习管理系统,该系统的开发结构很好,层次很分明,修改维护很有用-Using Asp.Net implemented a practice management system, the development of properly structured, the level is very clear, change to maintain useful
  3. 所属分类:Other systems

    • 发布日期:2017-06-08
    • 文件大小:15588661
    • 提供者:yjf
  1. means1

    0下载:
  2. 假定车可以分为货车和客车,客车又可以分为轿车、面包车和公共汽车。请设计相应的类层次结构。-Assume that vehicles can be divided into lorries and buses, passenger cars can also be divided into cars, vans and buses. Please design the appropriate class hierarchy.
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:922
    • 提供者:zengming
  1. ProjectParser

    0下载:
  2. 自动检测vc工程的.cpp和.h文件,产生类的结构层次关系.-Automatically check files with cpp and h postfix in vc project in order to produce the architecture of class.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:95061
    • 提供者:bill
  1. shape

    0下载:
  2. Shape成为一个包含接口(供层次结构中的类使用)的抽象基类。从类Shape派生出二维形状类TwoDimensionalShape和三维形状类ThreeDimensionalShape,它们也都是抽象类,然后用虚函数print输出每个类的类型和维数。为了计算类层次结构中每个具体类的对象,这两个类中还要包括虚函数area和volume。最后再编写一个程序测试类Shape的层次结构-Shape into a contained interface (for the class hierarchy t
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:245910
    • 提供者:大为
  1. duotai

    0下载:
  2. 试写出所能想到的所有形状(包括二维的和三维的),并生成一个形状层次结构。生成的层次结构要以Shape作为基类,并由此派生出类TwoDimensionalShapeThreeDimensionalShape。开发出层次结构后,定义其中的每一个类。-Write down all the shapes can think of (including the two-dimensional and three-dimensional), and generates a shape hierarchy.
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:1013
    • 提供者:大为
  1. nodelayer

    2下载:
  2. 在简单的支路始末端节点数据输入的基础上确定配电网拓扑结构表,经过遍历深度优先搜索形成层次结构和节点队列以决定潮流计算的节点顺序。-Whole story in a simple slip end nodes determined on the basis of data input distribution network topology table, after traversing depth-first search form hierarchy and node queue to de
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1134
    • 提供者:海燕
  1. bainlishubaogao

    0下载:
  2. 这是我们数据结构的实验,内容报告:分别采用递归和非递归算法建立二叉树;采用先序、中序和后序三种方式遍历该二叉树;按层次遍历该二叉树。 -This is the data structure of the experiment, the contents of the report: were used to establish the recursive and non recursive algorithm binary tree using the first order, the o
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:6092
    • 提供者:天天向上
  1. computer_systems_a_programmers

    0下载:
  2. 深入理解计算机操作系统 英文 2th 本书从程序员的视角详细阐述计算机系统的本质概念,并展示这些概念如何实实在在地影响应用程序的正确性、性能和实用性。全书共12章,主要内容包括信息的表示和处理、程序的机器级表示、处理器体系结构、优化程序性能、存储器层次结构、链接、异常控制流、虚拟存储器、系统级I/O、网络编程、并发编程等。书中提供大量的例子和练习,并给出部分答案,有助于读者加深对正文所述概念和知识的理解。   本书的最大优点是为程序员描述计算机系统的实现细节,帮助其在大脑中构造一个层次型
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:4360023
    • 提供者:阿联
  1. agnes

    0下载:
  2. 此源程序为层次聚类中AGNES聚类法算法部分,测试数据须自己输入,测试前最好先看下源码 测试数据只有2个属性,可根据自己需求修改数据结构体属性个数,与对象间欧式距离计算函数 本源码若算法复杂度有可改进的地方或有BUG请高手指出,计算500条以上的数据时须耐心等待结果 -The source code for the hierarchical clustering algorithm in part AGNES clustering method, the test data requ
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:2072
    • 提供者:odile zhu
  1. Binary-sort-tree

    0下载:
  2. 撰写一个程序,能够构建字符串型的二叉排序树并在二叉排序树中查找节点。 所谓二叉排序树,简而言之,是一个每个节点可指向 0、1 或 2 个节点的递归的数据结构。最上层的一个节点称为树根。二叉排序树服从凡是比当前节点小的值都在其左下方,比当前节点大的值都在其右下方的规律。该规律不仅适用于树的局部,也适用于整棵二叉排序树。建树后,请根据给定的字符串,查找树中是否有该节点。若有,返回其节点在所在的层次数(根节点Kiwi的层次定义为0);若无,返回“Not Found”。 输入:
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:951
    • 提供者:冰汐靥
  1. jquery-columnnav-1.0

    0下载:
  2. 列导航提供了一个Mac OS X / NeXTStep风格为无序的HTML列表的导航。(有序列表将支持1.1版本) 它被设计来逐步提高列表信息通过重构到列的数据。每一列表示的子程序选中的项。 这是特别有用的格式长层次结构。 菜单的一个例子在行动在这里可以看到。 -Column Navigation provides a Mac OS X/NeXTStep style navigation for unordered HTML lists. (Ordered lists will
  3. 所属分类:Other systems

    • 发布日期:2017-11-02
    • 文件大小:3433
    • 提供者:sdamao
  1. C_to_CPP

    0下载:
  2. 将脚本目录下的.C文件转为.CPP文件,该脚本会自动递归该脚本所在的目录层次结构。-The scr ipts directory .C files into .CPP file, the scr ipt will automatically recursively the directory where the scr ipt hierarchy.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:627
    • 提供者:文章
  1. cnmb

    0下载:
  2. 在本实验中,程序的输入是一个表示树结构的广义表。假设树的根为 root ,其子树森林 F = ( T1 , T2 , ... , Tn ),设与该树对应的广义表为 L ,则 L =(原子,子表 1 ,子表 2 , ... ,子表 n ),其中原子对应 root ,子表 i ( 1<i< n )对应 Ti 。例如:广义表 (a,(b,(c),(d)),(f,(g),(h ),(i))) 表示的树如图所示: 程序的输出为树的层次结构、树的度以及各种度的结点个数。
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:754
    • 提供者:王浩东
  1. sss_体系结构层次结构

    0下载:
  2. 实现软件体系结构中的层次结构,使用Eclipse开发工具(Implement the hierarchy in the software architecture using the Eclipse development tool)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:9216
    • 提供者:lyy-624
  1. matlab_层次分析法通用程序

    0下载:
  2. %本程序是完全层次结构(没有缺失数据)的模型计算程序。(This is the MATLAB of analytic hierarchy process General program .)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:2048
    • 提供者:jjshz
  1. Linux那些事儿之我是Sysfs

    0下载:
  2. Sysfs文件系统是一个类似于proc文件系统的特殊文件系统,用于将系统中的设备组织成层次结构,并向用户模式程序提供详细的内核数据结构信息。(Understanding device models and sysfs file systems)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:607232
    • 提供者:zhaogd
  1. json

    0下载:
  2. json解析,JSON(Javascr ipt Object Notation, JS 对象标记) 是一种轻量级的数据交换格式。它基于 ECMAscr ipt (w3c制定的js规范)的一个子集,采用完全独立于编程语言的文本格式来存储和表示数据。简洁和清晰的层次结构使得 JSON 成为理想的数据交换语言。 易于人阅读和编写,同时也易于机器解析和生成,并有效地提升网络传输效率。(JSON parsing, JSON (Javascr ipt, Object, Notation, JS object
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:5120
    • 提供者:zerolly
  1. MIPI DSI Specification_v01-01-00

    1下载:
  2. MIPI DSI协议规范,描述了DSI协议的层次结构,像素到包的打包格式,Lane分配与合并,长包和短包的不同数据类型及其含义等等。(MIPI DSI protocol specification, describes the DSI protocol hierarchy, pixel to package format, Lane allocation and merge, different data types of long and short packages and their me
  3. 所属分类:其他

    • 发布日期:2020-05-24
    • 文件大小:825344
    • 提供者:yifei520
« 12 »
搜珍网 www.dssz.com