首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

ns模拟3

# Define options set val(chan)           Channel/WirelessChannel    ;# channel type set val(prop)           Propagation/TwoRayGround   ;# radio-propagation model set val(netif)          Phy/WirelessPhy            ;# network interface type set val(mac)            Mac/802_11                 ;# MAC type set val(ifq)            Queue/DropTail/PriQueue    ;# interface queue type set val(ll)             LL                         ;# link layer type set val(ant)            Antenna/OmniAntenna        ;# antenna model set val(ifqlen)         50                         ;# max packet in ifq set val(nn)             8                          ;# number of mobilenodes set val(rp)             AODV                       ;# routing protocol set val(x)              1200                              ;# X dimension of topography set val(y)              1200                              ;# Y dimension of topography   set val(stop)            2                           ;# time of simulation end set ns                  [new Simulator] set tracefd       [open simple.tr w] set namtrace      [open simwrls.nam w]    $ns trace-all $tracefd $ns namtrace-all-wireless $namtrace $val(x) $val(y) #set different colors for data flows $ns color 0 Blue $ns color 1 Red # set up topography object set topo       [new Topography] $topo load_flatgrid $val(x) $val(y) set chan_1 [new $val(chan)] create-god $val(nn) # #  Create nn mobilenodes [$val(nn)] and attach them to the channel. # # configure the nodes         $ns node-config -adhocRouting $val(rp) \                          -llType $val(ll) \                          -macType $val(mac) \                          -ifqType $val(ifq) \                          -ifqLen $val(ifqlen) \                          -antType $val(ant) \                          -propType $val(prop) \                          -phyType $val(netif) \                          -channel $chan_1 \                          -topoInstance $topo \                          -agentTrace ON \                          -routerTrace ON \

02
  • 您找到你想要的搜索结果了吗?
    是的
    没有找到

    Google Earth Engine(GEE)——全球2015年的耕地范围数据GFSAD全球耕地范围产品(GCEP)

    GFSAD全球耕地范围产品(GCEP) NASA的 "研究环境中使用的地球系统数据记录"(MEaSUREs)全球粮食安全支持分析数据(GFSAD)数据产品以30米的分辨率提供了全球2015年的耕地范围数据。对全球耕地范围的监测对政策制定至关重要,并提供了重要的基线数据,用于许多与水的可持续性和粮食安全有关的农业耕地研究。GCEP数据产品使用基于像素的监督分类器--随机森林(RF),从Landsat 8 Operational Land Imager(OLI)、Landsat 7 Enhanced Thematic Mapper Plus(ETM+)和来自Shuttle Radar Topography Mission(SRTM)第3版数据产品的高程组合中检索出耕地范围。前言 – 床长人工智能教程

    01

    Google Earth Engine——NASA NEX-DCP30数据集(降水和气温)由美国本土的降尺度气候情景组成1km分辨率

    The NASA NEX-DCP30 dataset is comprised of downscaled climate scenarios for the conterminous United States that are derived from the General Circulation Model (GCM) runs conducted under the Coupled Model Intercomparison Project Phase 5 (CMIP5, see Taylor et al. 2012) and across the four greenhouse gas emissions scenarios known as Representative Concentration Pathways (RCPs, see Meinshausen et al. 2011) developed for the Fifth Assessment Report of the Intergovernmental Panel on Climate Change (IPCC AR5). The purpose of these datasets is to provide a set of high resolution, bias-corrected climate change projections that can be used to evaluate climate change impacts on processes that are sensitive to finer-scale climate gradients and the effects of local topography on climate conditions.

    01

    Google Earth Engine——美国1950-2099年降水、气温含预测数据集(1km)分辨率

    The NASA NEX-DCP30 dataset is comprised of downscaled climate scenarios for the conterminous United States that are derived from the General Circulation Model (GCM) runs conducted under the Coupled Model Intercomparison Project Phase 5 (CMIP5, see Taylor et al. 2012) and across the four greenhouse gas emissions scenarios known as Representative Concentration Pathways (RCPs, see Meinshausen et al. 2011) developed for the Fifth Assessment Report of the Intergovernmental Panel on Climate Change (IPCC AR5). The purpose of these datasets is to provide a set of high resolution, bias-corrected climate change projections that can be used to evaluate climate change impacts on processes that are sensitive to finer-scale climate gradients and the effects of local topography on climate conditions.

    01
    领券