代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/308422/13701681
m myfft2.m
function B=myfft2(A,per)
B=fft2(A);
n=length(A);
C=reshape(abs(B),1,n*n);
vector=sort(C);
mx=C(1,n);
mi=C(1,1);
num=per*n*n;
a=vector(1,num);
sign=0;
for i=1:n
for j=1:n
if ab
www.eeworm.com/read/305450/13769569
m torr_rct2p.m
% By Philip Torr 2002
% copyright Microsoft Corp.
function [P1, P2] = torr_RCT2P(C,R,t)
%next establish the four possible camera matrix pairs as points out in Maybank, Hartley & zisserman etc
www.eeworm.com/read/304501/13792064
m randsn.m
function s=randsn(M)
r1=rand(1,M);
r2=rand(1,M);
s=sign(r1-r2);
%for i=1:M
% if r1(i)-r2(i)==0
% s(i)=1;
%end
%end
www.eeworm.com/read/147682/5728083
m asptdrlms.m
% [w,y,e]= asptdrlms(x,w,d,mu,alg,k)
%
% Performs filtering and coefficient update using the
% Data Reusing Least Mean Squares (DRLMS) algorithm.
% DRLMS updates the filter coefficients k t
www.eeworm.com/read/147682/5728160
m asptblms.m
% [w,x,y,e]=asptblms(x,xn,dn,w,mu,alg)
%
% Performs filtering and coefficient update using the
% Block Least Mean Squares (BLMS) algorithm.
% BLMS updates the N filter coefficients once
www.eeworm.com/read/142911/5761660
c doprntx.c
/************************************************************************
*
* doprntx.c
*
* Print formatting functions
*
* ####################################################################
www.eeworm.com/read/133772/5900219
c vprintf.c
//==========================================================================
//
// vprintf.c
//
// Stripped down (no floating point) for debugging printf in ROMable BSP.
//
//=========
www.eeworm.com/read/131315/5930800
s muld.s
/*
* Copyright (c) 1986, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Computer Consoles Inc.
*
*
www.eeworm.com/read/131315/5937639
c zmath.c
/*
* Copyright (c) 1994 David I. Bell
* Permission is granted to use, distribute, or modify this source,
* provided that this copyright notice remains intact.
*
* Extended precision integral arit