搜索资源列表
get_shortest_paths
- 通过定义邻接矩阵,计算节点之间的最短路径长度-By defining the adjacency matrix to calculate the shortest path between node length
My_NRflow
- 各个子文件介绍!! 1.powerflow(主程序) 2.y(节点导纳矩阵) 3. run_NR (利用NR法计算潮流) 4. openfile (打开文件) 5. printY (显示Y矩阵) 6. newnode (节点重新编号) 7. Renode (还原节点) 8. form_jac (求取j矩阵) 9. dPQ (求取有功无功不平衡量) 10. PowerResult(计算节点电压相角) 11. PowerLosses(计算支路性息)
topC
- 最小生成树kruskal原程序——根据数据结构最小生成树的邻接矩阵- Minimum Spanning Tree kruskal of the original program- the data structure of the adjacency matrix of the minimum spanning tree