文件名称:xieshucunchu

  • 所属分类:
  • 其他小程序
  • 资源属性:
  • 上传时间:
  • 2014-12-14
  • 文件大小:
  • 207kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • da***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

给定电路图的矩阵表现形式,含有各个支路的连接点及支路导纳。

程序中需要注意电压基准点的处理。当选定基准点后,如果其不是最后一个节点,则节点导纳阵中其后的节点对应的位置值在查找时应该减1。

主程序主要是存储元素,然后显示存储结果,其次选择要查找的元素,输入非法则重新查找,否则正确查找并输出,最后选择是否继续查找,需要则进行前一步,否则程序结束。

存储对角元素就是将含某个行号的值累加赋给相应的DJ数组对角元即可。

存储非对角元素,从第一行开始存储,先遍历电路的矩阵表示形式,对含有节点1的支路导纳负值进行存储,相应行的非零元个数加1,另一个较大的作为列号,存储过的行在电路矩阵中清零,而后进行第二行的存储,依次类推,直至存储完所有的行即可。

查找元素,判断是否为对角元,是则从DJ数组中输出;不是则计算其前面所有行的非零元的个数,从此之后的FD数组中,遍历其后的此行非零元的个数个数,从中查找是否有要找的值,有则输出,没有则说明对应元素的值应该是0。-Given pattern matrix forms, containing various branches of the connection point and branch admittance. The program needs to pay attention to handling the voltage reference point. When you have selected the reference point, if it is not the last node, the node admittance matrix in the subsequent position value corresponding node should be cut when looking for a. Main program storage element, and then store the result is displayed, followed by the elements you want to find, then re-enter the illegal search, find and otherwise correct output, the final choice of whether to continue the search, you need to make before you step in. Otherwise, the program ends. Storage diagonal element is the line number containing a cumulative value assigned to the corresponding diagonal element of the array to DJ. Stored off-diagonal elements, the first line storage, first traverse the circuit matrix representation of the branch guide contains negative node 1 is satisfied for storage, the corresponding li
(系统自动生成,下载前可以参看下载内容)

下载文件列表





第三次作业稀疏存储.docx

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org