搜索资源列表
ComputeHurst
- 该代码为原创,用vc实现。代码实现的功能为计算网络流量的自相似指数hurst。里面包括了一个试验数据文件packetnumber1.dat,有需要的可以验证代码的正确性。-the original code using vc achieve. Code the function to calculate the flow of network self-similarity index hurst. Includes a pilot packetnumber1.dat data files, n
caoliu
- PQ分解法潮流计算程序。既可以用于高压输电网的潮流解算,又可以用于低压配电网的潮流解算,还可以同时解算输电网 加配电网的混合潮流问题。-PQ decomposition process flow calculation. Both high-voltage transmission networks can be used to calculate the trend, but also can be used in the trend of low voltage distribution
mesh
- 叶轮机械多级叶轮网格生成程序介绍 侯 乐 毅 非定常流课题组 本文开发的叶轮机械多级叶轮网格生成程序,采用的网格类型为H型,并在叶片前面/后面延伸区域设置平直网格数ID1和IDN。主程序MESH_BLADE_STAGES,分成三个部分,原始叶型及控制参数从输入程序INPUT输入,求解程序为GRID(ZERO),输出程序为OUTPUT。-Multi-stage turbomachinery impeller mesh generation procedures introduce Hou
flow
- 上下界的最大最小流合成模板 高效率算法 网络流-Bounds of the maximum and minimum flow of synthetic template efficient network flow algorithm
wangluoliuguihuafa
- 用于计算发电竞价的第四种算法:发电竞价算法_四_网络流规划法-Bidding for the calculation of the fourth generation algorithm: generation bidding algorithm _ 4 _ network flow programming
qthdsf
- 电力系统配网潮流计算算法,主要用C++进行开发,可以用来进行进行电网的潮流计算,可以应用到计算线损、变压器经济运行等。-Power system distribution network flow calculation algorithm, mainly used C++ for development, can be used for the power flow calculation, can be applied to the calculation of line losses, t
Assignment
- 计算水力学河网计算,用VC++编写的程序,可以用来计算简单的树状河网的水位和流量-calculation of River network for Hydraulic calculation。With vc++ program is writen by VC++,which can be used to simply calculate of water level and flow in dendriform river network
power-flow-calculation
- 电力系统潮流计算,运用牛顿拉夫逊法对小网络进行精确地潮流计算,并进行网络损耗计算-Power flow calculation using Newton Raphson accurate flow calculation on a small network, and network loss calculation
connectivity
- 使用C++实现的一个计算图的连通度的程序 该算法使用Edmonds-Karp算法,基于网络流的计算而成。-this program is implemented by c++ and it is for the calculation of Graph Connectivity Degree,it uses Edmonds-Karp algorithm,which is famous for calculating network flow.
Treelike-Open-Network-Power-Flow
- 电力系统的树形开式网络的潮流计算程序。 应用牛顿法实现多元非线性方程组的求解。 利用C++和matlab混合编程实现。-Power System, Open Network in tree form, Newton Algorithm, Nonlinear multivariable equations, C++ and matlab.
power-flow-for-linear-network
- 直线型开式网络的潮流计算, 利用前推回推法求解。 C-linear-type network, power flow,Forward and backward extrapolation, C++
zui-da-liu
- 计算最大流程序,根据顶点,节点的出入度,随机生成网络并计算最大流。-Calculate the maximum flow procedures, randomly generated according to the degree of vertex and node access network and computing the maximum flow.
NRPowerFlow
- 电力系统牛顿拉夫逊法计算潮流.可用于小电力系统计算.已经测试通过.-The program is a Newton-Raphson power flow method. It can be used for a small power network.
powerflow
- 前推回代法计算配电网的潮流计算程序,有多节点数据可以计算-Forward and backward substitution method to calculate the distribution network load flow calculation program
matpower4.0
- 潮流计算 进行配电网的潮流计算,计算各节点的电压值,使用了前推回代方法-Flow calculation of distribution network load flow calculation, calculate the voltage value of each node, the use of forward and backward substitution method
flow
- 开式网络已知首端电压时的潮流计算程序,输出节点信息,支路信息,全网信息,迭代信息-Flow calculation procedures in the open network known when the first terminal voltage, the output node information, slip information, the information of the whole network, iterative information
niudunlafuxun
- 牛顿拉夫逊法的电力系统潮流计算。 由excel输入电力系统网络与节点数据。 输出节点电压、节点有功、节点无功、支路功率损耗、支路功率流向和网络总损耗。-Newton Raphson power flow calculation. By the the excel input power system network and node data. Output node voltage node active node reactive branch power loss, the bra
flow
- 计算复杂网络的任意节点对间的最大流,基于python的复杂网络工具包-Complex network of maximum flow between any pair of nodes, based on complex network toolkit python
max-flow
- 最大网络流模板 EK算法 uva Internet Bandwidth 解答-The maximum network flow algorithm uva Internet Bandwidth template EK answers
network-graph-CPP-cometrue
- 最大流增广路算法的实现,本代码使用C++实现了最大流增广路算法-max-flow augmenting path algorithm cometure using C++.