代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/476533/6755634
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/410188/11299331
cpp mipt024.cpp
/*
Alfonso2 Peterssen
18 - 7 - 2008
MIPT #024 "Arithmetica 1.0"
*/
#include
#include
using namespace std;
int pos;
string expr;
bool sign( char ch ) {
retur
www.eeworm.com/read/409714/11315340
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/263805/11341641
m nndrwlin.m
function h = nndrwlin(x,y,w,c)
%NNDRWLIN Neural Network Design utility function.
% NNDRWLIN(X,Y,W,C)
% X - Vector of horizontal coordinates.
% Y - Vector of vertical coordinates.
% W - Wi
www.eeworm.com/read/407580/11414596
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/407164/11427065
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, DB, DBTables, Grids, DBGrids, ComCtrls;
type
TForm1
www.eeworm.com/read/407164/11427074
pas 复件 unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, DB, DBTables, Grids, DBGrids, ComCtrls;
type
TForm1
www.eeworm.com/read/406681/11437356
c jcb.c
/*************************************************
********
********
********
********初稿:2005/1/4
********
********修改:2005-10-31
**************************************************/
#include