代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/215983/15031362
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/215914/15034124
m p_y.m
function pc3inte=P_y(interval,len);
% 该函数对区间进行裁减即Py投影,返回裁剪后的区间信号
if sign(interval(1))==sign(interval(len))
interval=interval.*(sign(interval)==sign(interval(1)));
inte=interp1([1,len],[i
www.eeworm.com/read/214957/15081961
m p_y.m
function pc3inte=P_y(interval,len);
% 该函数对区间进行裁减即Py投影,返回裁剪后的区间信号
if sign(interval(1))==sign(interval(len))
interval=interval.*(sign(interval)==sign(interval(1)));
inte=interp1([1,len],[i
www.eeworm.com/read/214957/15081972
m p_y.m
function pc3inte=P_y(interval,len);
% 该函数对区间进行裁减即Py投影,返回裁剪后的区间信号
if sign(interval(1))==sign(interval(len))
interval=interval.*(sign(interval)==sign(interval(1)));
inte=interp1([1,len],[i
www.eeworm.com/read/214909/15083957
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/114033/15117662
cpp complex1.cpp
#include
#include
#include"Complex.h"
Complex::Complex(double r1,double im)
{
real=r1;
imag=im;
}
/*int Complex::init(double r1,double im)
{
real=r1;
imag=im;
retu
www.eeworm.com/read/212828/15148512
c 2-12.c
#include
#include
void main(void)
{
int c,sign,result;
printf("input a string [digits]:\n");
for(c=getchar();isspace(c);c=getchar());
sign=(c=='-')?-1:1;
if(c=='+'||c=
www.eeworm.com/read/212794/15149142
m vtb1_5.m
function VTB1_5(m,k,dtype,dcoef,dt,tott,x0,v0)
%VTB1_5 Damping Simulations.
% VTB1_5(m,k,dtype,dcoef,dt,tott,x0,v0) plots the free decay of
% single degree of freedom systems with different types of
www.eeworm.com/read/212791/15149598
vtb2_6
function VTB2_6(m,k,dtype,dcoef,dt,tott,x0,v0)
%VTB2_6 Damping Simulations.
% VTB2_6(m,k,dtype,dcoef,dt,tott,x0,v0) plots the free decay of
% single degree of freedom systems with different types of
www.eeworm.com/read/212047/15166586
c print.c
/* ieee-utils/print.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General