代码搜索:Sign

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

代码结果 10,000
www.eeworm.com/read/164520/5489392

bas t分布m.bas

Attribute VB_Name = "modMethod" 't分布 Option Explicit '计算GAMMA函数 'x:自变量 'z:GAMMA函数值 Public Sub GAMMA(x As Double, z As Double) Dim H As Double, y As Double, y1 As Double H = 1: y = x L
www.eeworm.com/read/162614/5518321

c longbranch2.c

// PR target/11689 // Originator: thor@math.tu-berlin.de // { dg-do compile } // { dg-options "-O3 -funroll-loops -mtune=k6 -fomit-frame-pointer" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } /
www.eeworm.com/read/158865/5592844

c wref.c

#include "f2c.h" #include "fio.h" #ifndef VAX #include #endif #ifndef KR_headers #undef abs #undef min #undef max #include #include #endif #include "fmt.h" #include "
www.eeworm.com/read/154133/5640302

bas t分布m.bas

Attribute VB_Name = "modMethod" 't分布 Option Explicit '计算GAMMA函数 'x:自变量 'z:GAMMA函数值 Public Sub GAMMA(x As Double, z As Double) Dim H As Double, y As Double, y1 As Double H = 1: y = x L
www.eeworm.com/read/475897/6768458

m chap5_6f.m

function [kx,BsJ]=pid_fm_gaf(kx,BsJ) global rin yout timef F a=50;b=400; ts=0.001; sys=tf(b,[1,a,0]); dsys=c2d(sys,ts,'z'); [num,den]=tfdata(dsys,'v'); u_1=0;u_2=0; y_1=0;y_2=0; e_1=0;
www.eeworm.com/read/476058/6773119

m rect.m

% rect.m % 实现一个单相不控的全桥整流器 function[sys,xo]=rect(t,x,u,flag,R1,C,R) % 由于不是离散系统,输出参数没有包括ts % 此外需要用户输入3个新的参数 % 交流母线电阻R1,直流滤波电容C,负载电阻R % 根据不控全桥整流电路的原理,列写微分方程 a1=-(1/R1+1/R)/C; a2=-1/R/C; b1=1
www.eeworm.com/read/475788/6778394

m chap5_4f.m

function [kx,BsJ]=pid_fm_gaf(kx,BsJ) global rin yout timef F a=50;b=400; ts=0.001; sys=tf(b,[1,a,0]); dsys=c2d(sys,ts,'z'); [num,den]=tfdata(dsys,'v'); u_1=0;u_2=0; y_1=0;y_2=0; e_1=0;
www.eeworm.com/read/474948/6798272

m chap5_4f.m

function [kx,BsJ]=pid_fm_gaf(kx,BsJ) global rin yout timef F a=50;b=400; ts=0.001; sys=tf(b,[1,a,0]); dsys=c2d(sys,ts,'z'); [num,den]=tfdata(dsys,'v'); u_1=0;u_2=0; y_1=0;y_2=0; e_1=0;
www.eeworm.com/read/472548/6869894

m pwammap3.m

function fx=PWAMmap3(x,rParam) %rParam=2.1...3 for chaos (see rParam=3) %x0=0.4 %parameters B=rParam; D=1; if abs(x)
www.eeworm.com/read/471081/6895256

cpp test.cpp

#include "iostream" #include "Graphlnk.h" #include using namespace std; struct GLvector//向量 { int sign; float fX; float fY; float fZ; }; static const float a2fVert