代码搜索:Sign

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

代码结果 10,000
www.eeworm.com/read/259465/11788634

h quanju.h

int motordirection_sign =1; int clearwobble_sign1=0; int clearwobble_sign0=0; int Motorstatus=0; int phase=0; int keydown_up; int countdown=0; int countup=0; int cou
www.eeworm.com/read/135274/13943114

cpp main.cpp

#include #include"LL1_judge.h" using namespace std; void main() { cout
www.eeworm.com/read/353001/10484354

m fget_next.m

function [find_sign,X,point_measurement]=fget_next(Z,X,X_jL,j,point_layer,point_measurement) % find_sign找到合适的量测标识 [m0,m]=size(Z); n=point_measurement(j)+1; find_sign=0;%寻找成功标志 falsechoose_sign=
www.eeworm.com/read/353001/10484451

m fget_next.m

function [find_sign,X,point_measurement]=fget_next(Z,X,X_jL,j,point_layer,point_measurement) % find_sign找到合适的量测标识 [m0,m]=size(Z); n=point_measurement(j)+1; find_sign=0;%寻找成功标志 falsechoose_sign=
www.eeworm.com/read/320009/13436089

new upload.new

#!/bin/sh # Will be invoked by boot. # Do not edit or run upload directly! # check number of parameters: if [ $# -ne 6 ] then echo "" echo " usage: boot "
www.eeworm.com/read/320009/13436098

upload

#!/bin/sh # Will be invoked by boot. # Do not edit or run upload directly! # check number of parameters: if [ $# -ne 6 ] then echo "" echo " usage: boot "
www.eeworm.com/read/192305/8388540

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/192236/8396795

cpp fft.cpp

#include "stdafx.h" #include "FFT.h" int FFT(double *fr,double *fi,int n,int flag) { int mp,arg,q,cntr,p1,p2; int i,j,a,b,k,m; double sign,pr,pi,harm,x,y,t; d
www.eeworm.com/read/192219/8398257

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/390840/8438282

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