登录
首页 » 其他项目 » 正弦交流电路计算机

正弦交流电路计算机

于 2022-03-09 发布 文件大小:4.10 kB
0 300
下载积分: 2 下载次数: 1

代码说明:

计算机辅助正弦交流电路分析的理论及实现过程。分析方法采用节点分析法。采用了把一个二端元件定义一支路的概念,这种处理方法在网络分析中具有简单、易于掌握的特点。而在解线性方程时采用大家所熟悉的高斯―约当消去法。在建立方程的过程中采用的是形成Gn,Jn的直接填写法。为使读者理解编写通用程序的思路和方法,使用了大量的流程图。程序能处理含有导纳支路、电流源支路、电压源支路、四种受控源支路及含有互感支路的正弦稳态电路。-sinusoidal AC circuit computer-aided analysis of the theory and implementation process. Analysis using nodal analysis method. Used to bring a two-path components of a definition of the concept of this approach in network analysis is simple, easy-to-understand characteristics. The solution of linear equations used are all familiar with the Gauss-Jordan elimination method. The establishment of the equation used in the process of forming Gn, Jn fill in the direct method. In order to enable readers to understand the procedures for the preparation of general ideas and methods, the use of a large number of flow chart. Procedures can handle containing admittance slip current source slip voltage source slip four controlled source service road and the slip road with mutual inductance sinusoid

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

发表评论

0 个回复

  • nandflash的电子硬盘详细设计资料,方便你将disk-on-chip嵌入到你自己的应用系统中-nandflash electronic disk detailed design information, You will facilitate disk-on-chip embedded into your own application system
    2022-01-21 19:16:53下载
    积分:1
  • 不需要IIS就可以运行html和ASP等源代码,各位网友千万别错过哦...
    不需要IIS就可以运行html和ASP等源代码,各位网友千万别错过哦-not be running IIS and ASP html source code, you should not miss the chance to netizen Oh
    2023-01-21 14:10:05下载
    积分:1
  • 图书馆信息管理系统
    (1)用户登录图书馆管理系统后,进入图书馆主界面,在此界面中,可看到图书借阅排行榜,通过排行榜可以看出借阅图书的名称、图书类型、借阅次数等相关信息。(2)单击“系统设置”/“图书馆信息”命令,对图书馆信息进行设置操作。 (3)单击“系统设置”/“管理员设置”命令,对管理员信息进行添加、权限设置、查询及删除操作。 (4)单击“系统设置”/“书架设置”命令,对书架信息进行添加、修改及删除操作。 (5)单击“读者管理”/“读者类型管理”命令,对读者类型信息进行添加、修改及删除操作。 (6)单击“读者管理”/“读者档案管理”命令,对读者信息进行添加、修改及删除操作。 (7)单击“图书管理”/“图书类型管理”命令,对图书类型信息进行添加、修改及删除操作。 (8)单击“图书管理”/“图书档案管理”命令,对图书信息进行添加、修改及删除操作。 (9)单击“图书借还”/“图书借阅”命令,对图书借阅信息添加操作。 (10)单击“图书借还”/“图书续借”命令,对图书续借信息进行添加操作。 (11)单击“图书借还”/“图书归还”命令,对图书归还信息进行添加操作。 (12)单击“系统
    2022-02-05 16:57:15下载
    积分:1
  • 这个程序是模仿Windows中的扫雷小游戏制作的,该程序只是实现了扫雷游戏的主体部分,诸如计分、升级部分都没有做。这个程序可以作为初学者学习C语言绘图和游戏的实...
    这个程序是模仿Windows中的扫雷小游戏制作的,该程序只是实现了扫雷游戏的主体部分,诸如计分、升级部分都没有做。这个程序可以作为初学者学习C语言绘图和游戏的实例。 该程序在Turbo C2.0 下编译通过 由于扫雷游戏是用鼠标操作的,而Turbo C中提供的鼠标驱动程序在Windows xp下不可用,所以我随源程序提供了一个鼠标驱动的头文件,须将将该头文件复制到Turbo C2.0 的安装目录下的“include”文件夹中方可编译或运行,也可自行修改原文件使之包含该投文件。 注:该鼠标驱动程序是我在网上找到的,其出处我已无法考证,如果侵犯了作者的权利还请作者与我联系。 由于在我的电脑上Turbo C图形环境下显示数字会有问题(估计是系统问题),所以程序中雷周围的数字1-8我用a-h代替,看不顺眼的可以自己修改原程序。
    2022-06-27 09:50:16下载
    积分:1
  • 数据结构。表用于创建线性和线性规模的圣..
    数据结构第一次实验。用来创建线性表和求取线性表的第i个元素。-data structure first experiment. Table used to create linear and linear scale struck the first i elements.
    2022-07-27 21:37:37下载
    积分:1
  • 在VB.NET的环境下,可以实现函数的调用。
    在VB.NET的环境下,可以实现函数的调用。-In the VB.NET environment, can achieve the function call.
    2022-08-20 16:49:51下载
    积分:1
  • I have written a show with the j2me flower software, j2me is still quite good ju...
    我自己用j2me编写的一款显示花的软件,刚学j2me还是挺好玩的-I have written a show with the j2me flower software, j2me is still quite good just learning to play
    2022-05-20 03:38:09下载
    积分:1
  • 通用二叉搜索树,包含的算法有:输出广度优先遍历、前序、中序、后序遍历结果,按树的形状打印树,统计总节点数,统计叶子节点数,统计右节点数,计算树的高度,删除所有叶...
    通用二叉搜索树,包含的算法有:输出广度优先遍历、前序、中序、后序遍历结果,按树的形状打印树,统计总节点数,统计叶子节点数,统计右节点数,计算树的高度,删除所有叶子节点,插入节点,查找节点,删除节点,由前序遍历结果和中序遍历结果生成树,由后序遍历结果和中序遍历结果生成树,检查该树是否平衡和完全平衡。-generic binary search tree contains the algorithm are : output breadth- first traversal, the former sequence, sequence, after the preorder, the shape of the tree by tree print, the total number of nodes statistics, statistics leaf nodes, the nodes to the right statistics to calculate tree height, remove all leaf nodes, insert nodes, the nodes you delete nodes from the former preorder results and the results of Spanning Tree preorder, After the preorder from the results and the results preorder spanning tree, check whether the tree balanced and complete balance.
    2022-06-28 10:58:58下载
    积分:1
  • …所有汉字点
    所有汉字字形点阵...显示字库一般为16×16点阵字库,每个汉字的字形码占用32个字节的存储空间,打印字库一般为24×24点阵,每个汉字的字形-... All Chinese character dot-matrix display font is generally 16 × 16 dot matrix font, the font code for each Chinese characters occupy 32 bytes of storage space, printing font is generally 24 × 24 dot matrix, each Chinese character the chevron
    2022-03-31 05:19:26下载
    积分:1
  • 小小的游戏,在桌面上很有意思的。但是是单机的不能联网。...
    小小的游戏,在桌面上很有意思的。但是是单机的不能联网。-small game on the table very interesting. But there was not a single cluster.
    2022-03-18 13:40:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载