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

搜索资源列表

  1. tree

    1下载:
  2. 使用c++实现了如何随机生成N个节点的森林!-Achieved using c++ how to randomly generate N nodes forest!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1.24kb
    • 提供者:海诺
  1. NS2

    0下载:
  2. 随机生成位置的节点再网络中运动,用nam动画显示,最后给出吞吐量的gif-The location of the node again randomly generated network of sports
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1.59mb
    • 提供者:susana
  1. AdHocSimulate

    0下载:
  2. 该代码用来实现一个基本移动自组网的仿真,各个节点随机移动,通过相互交换数据观察最后运行结果,代码简洁,避免了一些大型仿真软件的复杂使用过程。-The code used to achieve a basic mobile ad hoc network simulation, each node random movement, through mutual exchange of data to observe the final results, the code is simple and
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:32.44kb
    • 提供者:
  1. DFS

    0下载:
  2. 标准的深度优先搜索算法,可实现节点遍历、产生随机路由、检测图中是否有回路等功能,-Standard depth-first search algorithm, the node traversal can be achieved, resulting in a random routing, testing whether there is any loop diagram functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1.68kb
    • 提供者:quzhijian
  1. fusion

    1下载:
  2. 配电网规划必须满足辐射性和连通性,配电网扩展规划问题随机产生的初始群体中往往存在大量不可行解,采用根节点融合法可确保方案的可行性。-Distribution network planning must meet radiation and connectivity, distribution network expansion planning problem with randomly generated initial population there is often a large nu
  3. 所属分类:Other systems

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

    1下载:
  2. 改进的Salama网络拓扑随机生成算法通用Matlab程序,在随机抛撒节点的时候使用了K均值聚类,网络节点分布均匀且疏密得当,边的分布也比较均衡。-Improved algorithm for randomly generated network topology Salama General Matlab program, when the nodes in the random throw using K means clustering, the network node density
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:5.2kb
    • 提供者:成龙
  1. active-learning-code

    0下载:
  2. Learning_random.m : 随机选择样例,从(90)pool里随机选择样本,删除版本空间树的数量 activeLearning.m:根据最大熵原则,从pool里选择样本,删除版本空间树的数量 getlabel.m:根据树和测试样例,得到根据该树得到的类标 getTrees.m:从提供的大量树结构(随机生成的)中,随机挑选一定数量的树(如果该树的叶子节点无类标随机添加) RandomCreateTree_d_unbalance:根据样本点割点中的非平衡割点建造树,
  3. 所属分类:Other systems

    • 发布日期:2017-11-05
    • 文件大小:84.15kb
    • 提供者:李佳佳
  1. pinghengerchashu

    0下载:
  2. 随机生成用户要求个数的整数,生成二叉树(无重复), 可以进行生成、遍历、查找二叉树,而且进行动态的查找, 如果没有找到节点就把这个值接到树上 能够显示节点的产生顺序、平衡因子(失败),节点值-Randomly generated integer number of user requirements, generate a binary tree (no duplicates), can be generated, traverse Find a binary tree, a
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:2.4kb
    • 提供者:李峰
  1. RandNetwork

    0下载:
  2. 随机网络生成 节点数为100-5000 节点间以随机概率生成边-Random network nodes is generated 100-5000 between nodes in a random probability generating side
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:934byte
    • 提供者:欣悦
  1. leach01

    0下载:
  2. 实现无线传感器网络leach协议,参考太阳能算法,由基站开始选择簇头,普通节点传递数据给簇头,簇头传递给基站。簇头分布随机。-Wireless sensor networks leach agreement, the reference solar algorithm, the base station began to select the cluster head, ordinary nodes transmit data to the cluster head, cluster head
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1.21mb
    • 提供者:cyr
  1. leachrand

    0下载:
  2. 实现无线传感器网络leach协议。簇头随机分布在网络中,节点产生随机数,并判断是否大于阈值,如果大于阈值则作为簇头。每隔一定时间簇头选择一次。-Wireless sensor networks leach agreement. Cluster head randomly distributed in the network, the node generates a random number, and to determine whether greater than the threshol
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1.3mb
    • 提供者:cyr
  1. banana

    0下载:
  2. 生成环状链表,之后随机插入节点s-A cyclic list, then randomly insert node sdsds
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2.76kb
    • 提供者:贺晓龙
  1. haixia_main

    0下载:
  2. matlab 随机生成无向图,position 此矩阵用来存储节点坐标 第一个列存储节点编号 第二列存储节点x坐标 第三列存数节点y坐标 association 关联矩阵,具体存储的是距离-matlab create undirected graph position matrix denote point coordinate association denote association matrix
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1.11kb
    • 提供者:dikewenhan
  1. CPP-multi-tree

    0下载:
  2. 模拟随机的多叉树的实现,可以实现增加节点、组合节点、打印节点、节点数目查询等功能。-Stochastic simulation of multi-tree, you can add nodes to achieve a combination node, print nodes, number of nodes query.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4.04mb
    • 提供者:周泽安
  1. power-flow

    6下载:
  2. 电网内的多个风电场风速往往因为其地理位置的远近而有着不同程度的相关性,采用Nataf 逆变换技术即可建立不同风电场之间具有相关性的风速分布样本空间,进而得到具有相关性的风 电场出力。在仿真过程中考虑风速的不确定性,将每个风电场出力视为一个负的满足威布尔随机 分布的负荷,根据历史数据,用方差—协方差矩阵描述不同风电场相关系数,建立最优潮流模型。 最后,在风电接入改进IEEE 30及IEEE 118节点系统中应用蒙特卡洛仿真计算,定量研究随着风 电场之间相关性的增强,最优潮流结果
  3. 所属分类:Other systems

    • 发布日期:2016-02-16
    • 文件大小:499kb
    • 提供者:mzx
  1. route

    0下载:
  2. 模拟无线网络的多跳路由-----基于地理位置路由。100*100区域内随机产生一定数量传感器节点,任意输入两个节点找出通信路径。有详细报告和运行示意图-Analog wireless network based on multi-hop routing----- geographic routing. Randomly generated within a certain number of sensor nodes 100* 100 area, any two nodes to identif
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1.44mb
    • 提供者:安陌
  1. network-connectivity

    1下载:
  2. 在1x1的单位矩形中随机部署传感器节点,而且假设每个节点的通信半径一样,要求利用蒙特卡洛算法进行1000次试验分别模拟出连通率随节点数增加以及通信半径增加的变化趋势。-Random units deployed in 1x1 rectangular sensor nodes, and assumed that the communication radius of each node, requires the use of Monte Carlo algorithm to simulate
  3. 所属分类:Other systems

    • 发布日期:2015-11-04
    • 文件大小:2kb
    • 提供者:乐英高
  1. dijkstra

    0下载:
  2. 利用dijkstra搜索算法实现对随机生成节点地图的最短路径的搜索。-you can use this matlab code to achieve the searching function of Dijkstra algorithm for randmon map.
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:20.54kb
    • 提供者:许曼
  1. chuanganqi

    0下载:
  2. 传感器网络教学实验,随机生成网络节点,判断网络的连通性,并画出岁半径变化的曲线-Sensor network teaching experiment, randomly generated network node to determine the network connectivity, and draw the radius of the curve of years
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1.19kb
    • 提供者:吕宁
  1. Matlab-RandomLinearNetworkCoding-master

    3下载:
  2. 用Matlab仿真RLNC,网络运行RLNC.m。网络的源节点发送一个windows.png采用随机线性网络编码和信宿节点创建一个图像(资料图片)接收的数据。 如果windows.png和data.jpg是相同的则RLNC运行成功(Thesis of network simulation with Matlab using RLNC,the source node of network send a windows.png using Random Linear Network Coding
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:3.52mb
    • 提供者:心苑
« 12 »
搜珍网 www.dssz.com