搜索资源列表
Java2 类库
- 本书由Java技术的创建者编写,对Java 2平台标准版,V1.2中新增加的包及类进行了描述。本书主要由包概述和类描述构成。包概述对每个包及其所有类进行了简要描述,另外还画出了包中的类的继承层次结构示意图。每个类描述都独自构成一个小节,包含了类层次结构示意图、类描述、类示例、成员概述以及那些在版本1.2中作了修改或新增的类成员的描述。还详细说明了Java软件开发包(JDK)1.1到从版本1.2对类及方法所作的修改。需要指出的是:本书是补充版本,有些材料需要参阅《The Java Class Li
网络数据管理软件
- 1) 从网络采集实时数据:在软件运行过程中,可以实时地从网络上根据自定义的通信协议采集数据,并且按照层次结构显示在主界面中。 2) 自动生成数据表:在服务器程序初次运行时,创建数据库,并且随着程序的进行在数据库中根据收到的数据生成数据表。 3) 历史数据存储功能:从网络上采集的数据值只要发生变化,就会存储到历史数据表中。 -a) real-time data acquisition networks : the software process, in real time from
perf
- 应用编程与体系结构的关系 高性能计算机体系结构概述 CPU内的并行结构(指令级并行) 存储器的层次结构 多体交叉的并行存储系统 分布存储系统中的通信优化 -application programming architecture and the relationship between high-performance computer architecture outlined CPU parallel structure (ILP) memory structure
层次非递归遍历
- 数据结构中的常见算法,树的层次非递归遍历序算法,简单易懂-data structure of the common algorithm, the level of tree traversal sequence non - recursive algorithm, simple
各种二叉树的数据结构
- 按先序扩展序列建立二叉树,先序、中序、后序遍历的递归算法,二叉树遍历的非递归算法,层次的非递归算法,求二叉树的深度。-sequence extended by the first sequence established binary tree, first sequence, sequence, after the preorder the recursive algorithm, the binary tree traversal non - recursive algorithm, the
层次遍例
- 数据结构里的好象是作业之层次遍历~字数够了-data structure, as if the level of operations, to traverse enough wordage
数据结构实验程序
- 包括插入法查找树生成程序、树的队列法层次遍历、用链式栈对树中序遍历、制作二插查找树的镜像副本-including the insertion procedure generation search tree, the tree traversal level cohort method, using chain stack of tree traversal, interpolation search produced two mirror copies of the tree.
Java2类库
- JAVA 说明文档中文版 很详细 本书由Java技术的创建者编写,对Java 2平台标准版,V1.2中新增加的包及类进行了描述。本书主要由包概述和类描述构成。包概述对每个包及其所有类进行了简要描述,另外还画出了包中的类的继承层次结构示意图。每个类描述都独自构成一个小节,包含了类层次结构示意图、类描述、类示例、成员概述.-JAVA documented in great detail the Chinese version of the book by Java technology of t
roam
- 用Opengl编写的程序源代码,用来实现细节层次结构算法-Opengl prepared with the program's source code used to achieve structural level of detail algorithm
Visitor
- 设计模式——访问者模式 Visitor模式允许我们在不改动原有结构的基础之上不断增加新的功能。 ICumulation接口定义了方法Cumulate(),旨在计算1+2+……+n,有两种不同的实现方法,一个是一般的叠加算法GeneralArithmetic,一个是高斯算法GaoSiArithmetic。 因为某种原因,系统需要添加求平均值的功能,还有计算1到n的平方和。 按照一般的思路,我们需要在ICumulation中定义两个方法分别计算平均值和平方和,并在实现类中同
TurboTree
- 很多人都使用“父—子结构+递归算法”来显示树型的层次结构,这里给介绍一种简单方便的数据结构和算法,快速显示树型的层次结构-many people use a "parent-child structure + recursive algorithm" to show the level of tree structure, here introduced to a simple data structure and algorithm, shows the hierarchi
nice.freeBSD.tar
- 这是P2P流媒体方案-NICE的实现源码,作者是Suman Banerjee,主页是http://www.cs.wisc.edu/~suman/,这是一种基于层次结构的P2P流媒体方案-P2P flow media programs - NICE realize the source, Suman Banerjee is the author, home is http : / / suman www.cs.wisc.edu/ ~ /. This is a hierarchical struct
base-on-J2EE
- 本文首先分析了J2EE平台的基础、体系结构以及层次结构,介绍了J2EE应用中的核心技术,包括JDBC、JSP、JavaBean、Servlet、XML等内容。J2EE是一种利用Java 2平台来简化企业解决方案的开发、部署和管理相关的复杂问题的体系结构。J2EE体系结构提供中间层集成框架来满足企业应用开发的需求。本文对基于Web的多层体系结构,以及J2EE的实现技术进行了重点论述。-This paper analyzes the J2EE infrastructure, architecture
2006124936624
- 一、综述 3 1.1. 建设背景 3 1.2. 系统建设的必要性 6 1.3. 系统建设目标 9 二、需求及技术可行性分析 11 2.1. 用户需求分析 11 2.2. 技术可行性分析 13 2.2.1. Internet信息服务 13 2.2.2. 地理信息系统(GIS) 15 2.2.3. 基于WEB的地理信息系统 18 2.2.4. 推荐的技术、应用和营运策略 19 三、系统总体设计 21 3.1. 系统目标和设计原则 21 3.1.1
treelist10
- 树型控件用来显示具有一定层次结构的数据项时方便、直观,被广泛地应用在各种软件中,如资源管理器中的磁盘目录就用的是树型 控件,我们在编程中也会经常用到,但 MFC 中提供的 CTreeCtrl 类并不直接支持拖动节点等高级特性,这使我们程序员编程时有很大限 制,又给软件用户带来了一些不便。下面就让我们自己动手来解决这个问题,实现树型控件中节点的拖动。 -tree control is used to indicate a certain level of the data struct
rapla-source-1.3
- Rapla是一个灵活的多用户资源管理系统。它提供的一些功能有:日历GUI,周期,冲突管理,层次结构,完全可配置的资源和保留类型。 -Rapla is a flexible multi-user resource management system. It provides a number of functions : calendar GUI, cycle, conflict management, hierarchy, fully configurable resources and the
test_troi
- 判断两个模型是否碰撞,并具体模拟演示碰撞过程和汇报碰撞的结果,以验证本文提出的OBB层次结构和算法的可行性。此模型实例描述的是两个对象的碰撞,一个静止,而另外一个处于运动状态,他们发生碰撞的时候,就进行相应的处理。-judge whether the two model collisions, and specific demonstration of the collision process simulation and reporting the results of the collis
lcd_driver-framebuffer
- 本文研究论述了基于S3C2410 LCD控制器的Linux驱动程序设计与实现,介绍了S3C2410的LCD控制器的数据和控制管脚,并给出了LCD的控制流程和LCD的控制器设置规则,参照TFT-LCD LQ092Y3DG01的逻辑要求和时序要求设计了其驱动电路,设置了主要LCD寄存器;论述了在嵌入式Linux中基于FrameBuffer机制的LCD驱动程序的实现方法。主要研究了Linux帧缓冲设备驱动程序框架,详细分析了帧缓冲设备驱动程序层次结构、核心功能模块和数据结构,设计了FrameBuffe
sss_体系结构层次结构
- 实现软件体系结构中的层次结构,使用Eclipse开发工具(Implement the hierarchy in the software architecture using the Eclipse development tool)
matlab_层次分析法通用程序
- %本程序是完全层次结构(没有缺失数据)的模型计算程序。(This is the MATLAB of analytic hierarchy process General program .)