代码搜索:Sign

找到约 10,000 项符合「Sign」的源代码

代码结果 10,000
www.eeworm.com/read/459244/7278228

m chap8_1eq.m

function dx=PlantModel(t,x,flag,para) dx=zeros(2,1); at=3*sin(t); z0=1.0; L=10; dx(1)=z0+at; dx(2)=z0+L*sign(x(1)-x(2));
www.eeworm.com/read/458905/7285557

~pas unit4.~pas

unit Unit4; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TSearchUserForm = class(TForm) Checkname: TCheckBox
www.eeworm.com/read/458905/7285608

pas unit4.pas

unit Unit4; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TSearchUserForm = class(TForm) Checkname: TCheckBox
www.eeworm.com/read/458905/7285770

pas unit7.pas

unit Unit7; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons, ComCtrls; type TForm7 = class(TForm) Label1: TL
www.eeworm.com/read/458905/7285785

pas unit6.pas

unit Unit6; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ComCtrls; type Tform6 = class(TForm) Searchstuff: TButto
www.eeworm.com/read/458905/7285799

~pas unit7.~pas

unit Unit7; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons, ComCtrls; type TForm7 = class(TForm) Label1: TL
www.eeworm.com/read/458905/7285804

~pas unit6.~pas

unit Unit6; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ComCtrls; type Tform6 = class(TForm) Searchstuff: TButto
www.eeworm.com/read/458493/7295663

m bisect.m

function r = bisect(fun,xb,xtol,ftol,verbose) % bisect Use bisection to find a root of the scalar equation f(x) = 0 % % Synopsis: r = bisect(fun,xb) % r = bisect(fun,xb,xtol) %
www.eeworm.com/read/458493/7295718

m jfreservoir.m

function [J,f] = JfReservoir(x,z,c) % JFreservoir Jacobian and f vector for three reservoir system % % Synopsis: [J,f] = JFreservoir(x,z,c) % % Input: x = current guess at solution vector %
www.eeworm.com/read/458488/7296088

m bisect.m

function r = bisect(fun,xb,xtol,ftol,verbose) % bisect Use bisection to find a root of the scalar equation f(x) = 0 % % Synopsis: r = bisect(fun,xb) % r = bisect(fun,xb,xtol) %