代码搜索:GY 开发教程
找到约 10,000 项符合「GY 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/285756/8819123
dfm gy_unit.dfm
object GY_Form: TGY_Form
Left = 202
Top = 163
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #20379#24212#21830#22522#30784#20449#24687
ClientHeight = 496
ClientWid
www.eeworm.com/read/285756/8819135
~dfm gy_unit.~dfm
object GY_Form: TGY_Form
Left = 202
Top = 163
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #20379#24212#21830#22522#30784#20449#24687
ClientHeight = 496
ClientWid
www.eeworm.com/read/285756/8819595
dcu gy_unit.dcu
www.eeworm.com/read/285756/8819611
pas gy_unit.pas
unit GY_Unit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ImgList, ComCtrls, ToolWin, ExtCtrls, Grids, DBGridEh, StdCtrls,
DBCtrls
www.eeworm.com/read/285756/8819615
~ddp gy_unit.~ddp
www.eeworm.com/read/285756/8819908
~pas gy_unit.~pas
unit GY_Unit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ImgList, ComCtrls, ToolWin, ExtCtrls, Grids, DBGridEh, StdCtrls,
DBCtrls
www.eeworm.com/read/285756/8820159
ddp gy_unit.ddp
www.eeworm.com/read/384940/8832248
m build_gy.m
function Gy = build_gy(a)
global Bus DAE
Gy = 1e-6*speye(DAE.m,DAE.m);
nb = Bus.n;
if ~a.n, return, end
n1 = Bus.a;
U = exp(i*DAE.y(n1));
V = DAE.y(Bus.v).*U;
I = a.Y*V;
diagVc = sparse(n1,n1,V,n
www.eeworm.com/read/378228/9240483