说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 栅格型分布式水文模型
1)  grid-based distrubted hydrological model
栅格型分布式水文模型
2)  distributed hydrologic model
分布式水文模型
1.
Discussion of theory and methods for building a distributed hydrologic model;
分布式水文模型构建理论与方法述评
2.
One arithmetic of the grids conflux order in the distributed hydrologic model based on Muskingum method
基于马斯京根法的分布式水文模型求解栅格汇流次序
3.
Studying the needed catchment information of model based on study of distributed hydrologic model,in order to obtain the needed parameter information for designing the procedure to extract the catchment information,giving a serial number for each drainage system according to the water chain and obtaining the subcatchement based on water chain,some programms were developed.
为得到分布式水文模型所需要的参数,开发了程序进行流域信息提取,对得到的水系按水链进行编号,进而得到以水链为基础的子流域坡面。
3)  distributed hydrology model
分布式水文模型
1.
However,after dividing vertical layers and horizontal grids to the watershed,a distributed hydrology model established based on the physical foundation and runoff producing theory could analyse the mutual effect and coupling simulation about surface water and ground water with considering hydraulic connection of different runoff components.
而分布式水文模型基于其精确的物理基础和产流机制,充分考虑到不同径流成分的水力联系,在对流域进行土壤垂直分层和水平网格划分后可进行地表水、地下水的交互作用分析与耦合模拟。
4)  distributed hydrological model
分布式水文模型
1.
Studies on mountain flood warning system based on distributed hydrological model and its application;
基于分布式水文模型的山洪灾害预警预报系统研究及应用
2.
An application study of distributed hydrological model based on the effect of grid aspect;
基于网格坡向要素影响的分布式水文模型研究应用
3.
An application study on distributed hydrological model based on aspect estimation;
基于坡向判断的分布式水文模型研究应用
5)  Distributed hydrological models
分布式水文模型
1.
Based on the researches about distributed hydrological models in the past two decades, this paper reviews the progress in the following five aspects: 1) the common structure of distributed hydrological models; 2) the relation between distributed hydrological models and GIS and RS.
分布式水文模型是当前水文建模领域最为活跃的研究方向,是解决流域水文、生态和环境问题的有效的途径。
2.
With the development of Information Technology and Remote Sensing Technology, Distributed Hydrological Models are becoming the trend of Hydrological Models due to their abilities to incarnate the spatial variation of hydrological factors and parameters.
随着信息、遥感等技术的发展,分布式水文模型以其充分考虑水文要素和各种参数空间变化的特点正成为水文模型的发展趋势。
3.
River network and related watershed information directly derived from DEM, is the basis of development and application of distributed hydrological models.
从数字高程模型(Digital Elevation Models)直接提取河网及相关流域信息,是分布式水文模型开发与应用的基础。
6)  a grid distributed hydrologic model with incompact structure
网格型松散结构的分布式流域水文模型
补充资料:分布式异构型计算机系统


分布式异构型计算机系统
distributed heterogeneous computer system

  fenbushi yigOUxing iisuQnji Xjtong分布式异构型计算机系统(dis杭加tedhe-妞m罗neousco.甲utersysteln)由多个不同种类的计算平台或应用子系统通过网络连接而成的计算机系统。计算平台(简称早合)是指计算机的硬件系统和操作系统的组合。应用子系统是指在平台之上支持某一特定应用的软件,例如数据库。 下面通过几个例子来说明异构性。例如,某一分布式系统由3台微型计算机通过以太网连接而成。所有微型计算机都采用奔腾P拍处理器芯片和与IBM徽型计算机兼容的硬件体系结构,但用了3种不同的操作系统:1台用Windows95,1台用Win-dows NT,1台用Li~。这就是一个异构系统,因为有3种不同的平台。再例如,某一分布式系统在它的所有计算机中都采用同一操作系统windowsNT,但计算机采用了不同的处理器:奔腾和P~rFC,这也是一个异构系统,因为用了两种不同的平台。一个分布式系统的所有平台即使都相同,但如果采用了不同的数据库(例如压acle和匆场肥),该系统也是异构的。 绝大多数分布式计算机系统都是异构的。主要原因有3个:首先,用户对计算机系统的需求是异构的。比如用户需要有高性能的计算能力、高输人输出吞吐量的文件服务器和快速的三维图形终端,以及强有力的应用软件。满足这些需求只能采用不同的平台。第二,异构性可以提高系统的性能价格比。例如某一系统可由1台昂贵而性能高的服务器和10台便宜的微型计算机组成。微型计算机用户可以通过网络共享服务器的资源。这个异构系统比由n台服务器组成的同构系统价格低廉得多。第三,用户经常依靠连接多个子系统的办法来扩大自身的系统,这样也常常导致异构系统。 异构系统所要解决的最关键的问题是互操作性,即允许在多种平台间的数据通信和程序执行。互操作性可用3种技术来实现:第一是采用标准的接口,例如因特网上的几百万台计算机都可以用TCP/冲协议通信。第二是用中间件,即用来支持平台间相互作用的软件,它支持平台间的数据通信和程序执行。第三是用与平台无关的编程工具,它开发出来的程序可以在不同平台上执行。这样的编程工具包括Java语言。Java的字符数据类型采用16位的国际标准码,包括世界上很多语言。而C语言采用8位的ASCll码,只适用于西文,不足以表述有5万多个字符的中文。Java语言不允许直接调用操作系统的过程,必须通过所规定的接口,这样保证了与平台的无关性。(徐志伟)
  
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条