登录
首页 » Visual C++ » IEEE4-5-14-30-57-118-300

IEEE4-5-14-30-57-118-300

于 2012-09-26 发布 文件大小:721KB
0 251
下载积分: 1 下载次数: 103

代码说明:

  潮流计算,IEEE30节点的潮流计算,和牛顿法的程序报告 (power flow)

文件列表:

潮流计算C%2B%2B语言牛顿法 IEEE4、5、14、30、57、118、300节点系统
............................................................\30.txt,4522,2009-07-25
............................................................\zypowerflow
............................................................\...........\118.txt,16327,2009-07-25
............................................................\...........\14.txt,2088,2009-07-25
............................................................\...........\30.txt,4521,2011-07-24
............................................................\...........\300.txt,65338,2009-07-27
............................................................\...........\4.txt,206,2009-07-25
............................................................\...........\5.txt,221,2010-08-13
............................................................\...........\57.txt,7708,2009-07-26
............................................................\...........\5r.txt,1486,2010-08-13
............................................................\...........\datastruct.h,1706,2010-07-20
............................................................\...........\Debug
............................................................\...........\.....\118.txt,16327,2009-07-25
............................................................\...........\.....\14.txt,2088,2009-07-25
............................................................\...........\.....\30.txt,4522,2009-07-25
............................................................\...........\.....\300.txt,65338,2009-07-27
............................................................\...........\.....\4.txt,206,2009-07-25
............................................................\...........\.....\5.txt,221,2009-07-22
............................................................\...........\.....\57.txt,7708,2009-07-26
............................................................\...........\.....\vc60.idb,99328,2011-07-26
............................................................\...........\.....\vc60.pdb,69632,2011-07-24
............................................................\...........\.....\zymain.obj,22322,2011-07-26
............................................................\...........\.....\zypowerflow.exe,295030,2011-07-26
............................................................\...........\.....\zypowerflow.ilk,332464,2011-07-26
............................................................\...........\.....\zypowerflow.obj,70233,2011-07-24
............................................................\...........\.....\zypowerflow.pch,350492,2011-07-24
............................................................\...........\.....\zypowerflow.pdb,664576,2011-07-24
............................................................\...........\result118.txt,25176,2010-07-26
............................................................\...........\result14.txt,3369,2011-07-24
............................................................\...........\result30.txt,6373,2011-07-24
............................................................\...........\result300.txt,57726,2011-07-26
............................................................\...........\result5.txt,1486,2010-08-23
............................................................\...........\result57.txt,11650,2010-08-24
............................................................\...........\zymain.cpp,2276,2010-08-13
............................................................\...........\zypowerflow.cpp,23098,2010-09-12
............................................................\...........\zypowerflow.dsp,3524,2011-07-24
............................................................\...........\zypowerflow.dsw,530,2011-05-30
............................................................\...........\zypowerflow.h,977,2009-07-29
............................................................\...........\zypowerflow.ncb,107520,2011-07-26
............................................................\...........\zypowerflow.opt,49664,2011-07-26
............................................................\...........\zypowerflow.plg,793,2011-07-26
............................................................\牛顿法潮流程序报告.doc,352256,2011-07-27

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • zipf-random
    随机数生成程序,该随机数呈zipf分布,就是大家常说对于内容的访问遵循80/20原则,也就是20 的内容,会占有80 的访问量。(Random number generator, the zipf was distributed random numbers, that is, we often say that the access to the content to follow the 80/20 principle, which is 20 of the content will occupy 80 of visits.)
    2013-06-27 17:56:45下载
    积分:1
  • KMEANS
    This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KMEANS.CPP <enter> (This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector]- vector N (real) To compile: ICC KMEANS.CPP <enter> )
    2013-01-05 23:11:23下载
    积分:1
  • Optimization
    混合储能,风机,光伏,柴油机之间的优化配置的仿真分析程序(Optimize the allocation of mixed storage, wind, solar, diesel between Simulation Software)
    2016-08-04 10:55:15下载
    积分:1
  • CFD-SIMULATION-OF-BOILING-FLOWS
    计算机流体理论方面的文献,动网格的划分和计算(Literature, of the theory of computational fluid dynamic division and calculation of the grid)
    2012-06-06 10:07:31下载
    积分:1
  • FFT
    说明:  该文件是用C语言实现快速傅里叶变换的源代码,需要的朋友快下载(The document is used C language to achieve fast Fourier transform of the source code, need friends fast download)
    2009-08-08 16:08:03下载
    积分:1
  • static_jiecheng
    几种计算阶乘、阶乘之和的算法,由于计算机存储问题,一般阶乘不可能算得太大,只是一种方法。(Several computing factorial, factorial, and the algorithm, due to computer storage problems, the general factorial can not be considered too great, is only a way.)
    2008-04-23 12:18:40下载
    积分:1
  • zjbhydm
    正交变换源程序,带vc工程。 学习正交变换算法的有力工具。(Orthogonal transformation source code, with vc works. Orthogonal transformation algorithm to learn a powerful tool.)
    2008-04-01 22:53:07下载
    积分:1
  • SerieAritmetica
    Una serie aritmetica en visual basic!!
    2011-09-09 06:49:44下载
    积分:1
  • Factorial
    C++的求阶乘的程序,对本科C++课程可能有些帮助(Factorial in C++ program, it maybe helpful for some C++ course)
    2011-12-22 17:46:43下载
    积分:1
  • SUANFAPPT
    常用的算法设计策略(包括分治策略、动态规划、贪心策略、回溯法、随机算法等) 算法复杂度分析方法(计算迭代次数、使用递归方程、频度分析等) (Commonly used algorithm design strategies (including the strategy of divide and conquer, dynamic programming, greedy strategy, backtracking method, random algorithm) algorithm complexity analysis (number of iterations, using a recursive equation, frequency analysis, etc.))
    2013-04-23 12:28:26下载
    积分:1
  • 696518资源总数
  • 106259会员总数
  • 28今日下载