CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 节点

搜索资源列表

  1. 5pro

    0下载:
  2. 复杂网络计算相关,有c、vc两种环境的5个程序:1.筛选一列不重复记录2.集聚系数的计算(c语言,附有示例数据)3.含有节点信息的编号程序(vc,附有示例数据)4.独立性计算程序(附相关文献)5.网页过滤批处理程序(可处理无限文件)-Related to the complexity of network computing, there is c, vc two of the five procedures for the environment: 1. Screening of duplic
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-18
    • 文件大小:4997964
    • 提供者:石建军
  1. DVHOP

    1下载:
  2. 实现DV-Hop定位算法的仿真,自动生成一定节点数的随即分布图,给出仿真结果的各点定位误差,用曲线图形显示,并可以计算平均误差。-DV-Hop simulation. Produce a randomly distributed nodes and then simulate and give the location error of each node, showing it in figure, and calculate the average error.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1728
    • 提供者:sophia
  1. DV-Hop

    0下载:
  2. 无线传感器网络DV-Hop节点定位算法,基于Matlab的源程序。-Wireless sensor network node, DV-Hop localization algorithm, based on the Matlab source code.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1545
    • 提供者:gongyuevic
  1. TreeCtrl

    1下载:
  2. VC++编写的树视控件的动态添加、编辑、删除节点的实现。源代码完全开放,和适合于初学者深入学习树视控件!-VC++ written in the tree depending on the dynamics of the control to add, edit, delete the node implementation. Completely open source, and suitable for beginners to learn in depth the tree as the
  3. 所属分类:TreeView

    • 发布日期:2017-02-06
    • 文件大小:34662
    • 提供者:李乐
  1. IEEE14

    2下载:
  2. ieee14节点系统,使用matlab做潮流计算,使用遗传算法进行电容器投切控制。-ieee14 node system, using matlab to do flow calculation, using the genetic algorithm control of capacitor switching.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:87470
    • 提供者:
  1. IEEEPowerFlwTestCases

    2下载:
  2. ieee各种节点图形,仅供参考。电力系统的分析和计算中,需要不同网络结构和参数。在应 用这些参数之前,收集和整理工作会花费大量的时间和精力。-ieee various node graph, for reference only. Power system analysis and calculation, require different network structures and parameters. Before applying these parameters, the c
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-10
    • 文件大小:1135673
    • 提供者:liulei
  1. 8-nodes

    3下载:
  2. 8节点潮流计算程序,matlab配电网。电力系统的分析和计算中,需要不同网络结构和参数。在应 用这些参数之前,收集和整理工作会花费大量的时间和精力。-8-node flow calculation program, matlab distribution network. Power system analysis and calculation, require different network structures and parameters. Before applying t
  3. 所属分类:其他小程序

    • 发布日期:2013-08-01
    • 文件大小:961
    • 提供者:liulei
  1. PQ-decomposition-

    0下载:
  2. 用matlab编程实现电力系统P-Q分解法的节点编号最优化-Power system with matlab programming PQ decomposition node number optimization
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:3520
    • 提供者:实在
  1. Matlab_Sim_Code_MLE

    2下载:
  2. 无线传感器节点定位算法,对高斯分布和对数模型采用CRBs和MLEs估计器对TOA和RSSI算法进行仿真。-Wireless sensor node localization algorithms, on the Gaussian distribution and logarithmic model CRBs and MLEs estimator for TOA and RSSI algorithm simulation.
  3. 所属分类:Other systems

    • 发布日期:2016-07-23
    • 文件大小:124243
    • 提供者:张朋
  1. SGA40

    0下载:
  2. 用标准遗传算法解决电力系统最优化问题,粒子使用的是40个节点的大规模计算问题-Using standard genetic algorithm to solve power system optimization problems, particle using 40 nodes of a large-scale computing problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-16
    • 文件大小:2803
    • 提供者:Mei Juan
  1. tree

    0下载:
  2. 可以有多层目录的树控件,连接数据库,自由的添加删除节点!-Can have multi-directory tree controls, connect database, free to add delete the node!
  3. 所属分类:Database system

    • 发布日期:2017-03-31
    • 文件大小:265198
    • 提供者:张亚丽
  1. ansim302.tar

    0下载:
  2. 无线传感器网络节点定位仿真,具体在ansim平台上使用-Wireless sensor network node localization simulation, the specific platform in ansim
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1117059
    • 提供者:元丰
  1. Dijkstra

    5下载:
  2. 最短路径的Dijkstra算法程序。Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。   Dijkstra算法是很有代表性的最短路算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。 -The Dijkstra shortest path algorithm for the proce
  3. 所属分类:matlab例程

    • 发布日期:2013-12-26
    • 文件大小:1178
    • 提供者:haiyan
  1. Pyramidtree.tar

    0下载:
  2. 金字塔树,具有添加,删除,查询节点功能,是搜索算法中的一种,常用于GIS软件中。-Pyramid tree, with add, delete, query node function, is a search algorithm, commonly used in the GIS software.
  3. 所属分类:GIS program

    • 发布日期:2017-03-30
    • 文件大小:62496
    • 提供者:name
  1. luyousuanfa

    0下载:
  2. 1、发现它的邻居节点,并知道其网络地址。 2、测量到各邻居节点的延时或开销。 3、构造一个分组,分组中包含所有它刚刚知道的信息。 4、将这个分组发送给所有其他的路由器。 5、计算出到每个其他路由器的最短距离。 -1, found in its neighbor nodes, and to know its network address. 2, measured to the neighbor node latency or overhead. 3, constructs a
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-01
    • 文件大小:1458
    • 提供者:dingdangmao
  1. zigbeetemperatureexample

    0下载:
  2. CC2430.该演示程序实现温度的采集与显示功能,内部温度传感器定时采样,并将采集到的温度信息广播发送出去,另外的节点接收到温度信息后通过串口向计算机上报,串口通信波特率为576-CC2430.zigbee communications,temperature get.
  3. 所属分类:SCM

    • 发布日期:2017-04-28
    • 文件大小:438997
    • 提供者:陆永前
  1. examples

    0下载:
  2. 几个无线网络模拟源文件。里面简单实现了无线节点的路由选择过程。-A number of wireless network simulation source file. Inside a simple realization of the wireless routing node selection process.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6154
    • 提供者:mak
  1. 4

    1下载:
  2. 任意输入--形成节点导纳矩阵--输出矩阵-Arbitrary input- the formation of the node admittance matrix- output matrix
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:58995
    • 提供者:张寒
  1. ppjc

    0下载:
  2. 认知无线电中的频谱感知技术 包含单节点的检测和多点的写作检测-Spectrum-aware Detection of single-node Collaborative detection
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-09
    • 文件大小:1349950
    • 提供者:姜丽媛
  1. EUCLIDEAN_Algorithm

    1下载:
  2. Euclidean节点定位是由美国路特葛斯大学利用距离矢量路由和GPS定位原理提供出一种分布式自主定位算法-Node localization Euclidean path by the Rutgers Universitys use of distance vector routing and GPS positioning to provide a principle of self-positioning algorithm for distributed
  3. 所属分类:matlab

    • 发布日期:2015-11-04
    • 文件大小:1060377
    • 提供者:qinhua
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com