代码搜索:Sign

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

代码结果 10,000
www.eeworm.com/read/135068/13965299

cpp a4_interval.cpp

#include #include #include using namespace std; #define MAXN 50002 struct interval{ int a,b,c; }list[MAXN]; int s[MAXN],len[MAXN]; vector from[MAXN]; int mai
www.eeworm.com/read/134896/13971236

m camcalt.m

%CAMCALT Camera calibration using Tsai's two-stage method. % % This method works when the calibration target comprises coplanar points. % % [Tcam, f, k1]] = CAMCALT(D, PAR) % % Compute a 3x4 camera ca
www.eeworm.com/read/134147/14003814

c 03.c

#include #include #include struct coordinate { int x; int y; int sign; }; struct stack { int x; int y; }; /*定义堆栈*/ struct coordinate XY[17][
www.eeworm.com/read/235187/14082419

m plu.m

function [P,L,U,pivcol,sign] = plu(A) %PLU Pivoting, rectangular, LU factorization. % [P,L,U] = PLU(A), for a rectangular matrix A, uses Gaussian elimination % to compute a permutation matrix P, a
www.eeworm.com/read/132413/14089931

c tqli.c

#include #define SIGN(a,b) ((b)
www.eeworm.com/read/203482/15357916

m camcalt.m

%CAMCALT Camera calibration using Tsai's two-stage method. % % This method works when the calibration target comprises coplanar points. % % [Tcam, f, k1]] = CAMCALT(D, PAR) % % Compute a 3x4 camera ca
www.eeworm.com/read/202824/15372002

m camcalt.m

%CAMCALT Camera calibration using Tsai's two-stage method. % % This method works when the calibration target comprises coplanar points. % % [Tcam, f, k1]] = CAMCALT(D, PAR) % % Compute a 3x4 camera ca
www.eeworm.com/read/108219/15590775

c tqli.c

#include #define SIGN(a,b) ((b)
www.eeworm.com/read/106940/15616840

c tqli.c

#include #define SIGN(a,b) ((b)
www.eeworm.com/read/429805/8787691

v carrier_nco.v

// -*- Mode: Verilog -*- // Filename : carrier_nco.v // Description : Generates the 8 stage carrier local oscilator. // Author : Peter Mumford, UN