搜索资源列表
DistributionFlow
- 采用前推回代法计算配电网潮流的程序,同时给出了IEEE33节点的算例-Using forward and backward substitution method to calculate distribution power flow program, and gives examples of nodes IEEE33
runge
- 数值逼近对于Runge函数f(x)= ,在[-1,1]上作等距节点插值,分别取n=4,n=8,n=12,插值的图像-Numerical approximation for the Runge function f (x) =, in [-1,1] on equidistant nodes for interpolation, respectively n = 4, n = 8, n = 12, the image interpolation
8-nodes
- 8节点潮流计算程序,matlab配电网。电力系统的分析和计算中,需要不同网络结构和参数。在应 用这些参数之前,收集和整理工作会花费大量的时间和精力。-8-node flow calculation program, matlab distribution network. Power system analysis and calculation, require different network structures and parameters. Before applying t
distributed
- matlab 仿真程序可用于kalman滤波应用。- INTRODUCTION This example simulates distributed control of a DC-servo. The example contains four computer nodes, each represented by a TrueTime kernel block. A time-driven sensor node samples the process periodical
wireless
- Example: Distributed Wireless Control System,可用于无线传感器网络中-This example shows distributed control of a DC-servo using communication over a wireless network. The example also shows how to simulate power consumption and how to use the battery block.
Graph
- 复杂网络的一些节点面对攻击的代码,包括模型的产生。-Some of the complexity of the network nodes of the face of attack code, including the selection of models.
wsn
- 研究了LEACH协议下关于无线传感器网络的路由节点优化问题的研究-LEACH under study on the wireless sensor network nodes to optimize the routing study
lagrange
- 1.n个节点分段Lagrange插值多项式; 2.使用格式y=lagrange(x0,y0,x,k); 3.输入项x0为n维插值节点向量,y0为n维被插函数值向量; 4.x为m维插值点向量,k为分段插值多项式次数,不超过3,缺省为k=1; 5.输出y为插值点x处的函数值;- 1.n a sub-node Lagrange interpolation polynomial 2. The use of the format y = lagrange (x0, y0,
pegasis
- 无线传感器网,PEGASIS算法组网程序。在1*1范围内的以node_number个节点,以PEGASIS算法成网。-Wireless sensor networks, PEGASIS algorithm networking program. 1* 1 to node_number within the nodes in order to PEGASIS algorithms into a network.
wsn
- estimation of error performance of location of nodes with one anchor and three anchor nodes
Datafitting
- 它包含了数据拟合、interp1 - 一元函数插值、 spline - 样条插值、polyfit - 多项式插值或拟合、curvefit - 曲线拟合、caspe - 各种边界条件的样条插值、casps - 样条拟合(没有)、interp2 - 二元函数插值、griddata - 不规则数据的二元函数插值、interp - 不单调节点插值和lagrange - 拉格朗日插值法的代码.-It contains code of data fitting, interp1- unary functio
d009_dyn
- 标准9节点psat动态模型,包含模型描述以及simulink下搭建的模型-9 nodes psat standard dynamic model, including model descr iptions and model structures under simulink
bidejob-2007919224796713
- 14节点潮流程序设计基于matlab能很好收敛,扩展性强-Current program design is based on 14 nodes can be very good convergence matlab, expandability
Salama
- 改进的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
MATLAB-script-node---Lorenz-Diff-Eq
- 讲述labview中的MATLAB节点的VI-About labview VI nodes in the MATLAB
IEEE33-node-Matlab-trend-program
- IEEE33节点的潮流算法程序,一个比较实用的程序-The IEEE33 nodes trend algorithm, a more practical program
newnodes
- construct new nodes matlab-construct new nodes matlab
matlab-daima
- 包括:6机组系统的分布式梯度算法代码;基于GA的21节点无功优化;基于GA的二次型优化;matlab高级指令;依据matpower进行潮流计算中JJ矩阵的求解。-Comprising: a distributed gradient algorithm code 6 Unit System optimization based on GA 21 nodes reactive power quadratic optimization based on GA matlab advanced in
鲁棒性
- 用matlab可以都以不同的系统,进行网络鲁棒性控制(The robustness of the network is associated with the vulnerability of me in removing nodes)
26755455dijkstra
- Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法是很有代表性的最短路径算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。注意该算法要求图中不存在负权边。 问题描述:在无向图 G=(V,E) 中,假设每条边 E[i] 的长度为 w[i],找到由顶点 V0 到其余各点的最短路径。(单源最短路径)(Dijkstra (Dijkstra)