代码搜索:zero

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

代码结果 10,000
www.eeworm.com/read/469138/6978140

txt 凸包(graham).txt

// CONVEX HULL I // modified by rr 不能去掉点集中重合的点 #include #define eps 1e-8 #define zero(x) (((x)>0?(x):-(x))
www.eeworm.com/read/469181/6978756

m autocorr.m

function r=autocorr(y,N,wtype,opt); % Usage: r=autocorr(y,N,wtype,opt); % Sample autocorrelation lags calculation % r=R(0:N-1) % y: a vector % N: # of autocorrelation lags % wtype: types of window us
www.eeworm.com/read/469201/6979082

asm net.asm

;****************************************************************************** ;* TMS320C6x C/C++ Codegen PC Version 4.32 * ;* Date/Time created: Tue Apr 14 17:53
www.eeworm.com/read/468329/6996505

cpp exceed.cpp

// exceed.cpp -- exceeding some integer limits #include #define ZERO 0 // makes ZERO symbol for 0 value #include // defines INT_MAX as largest int value int main() {
www.eeworm.com/read/460712/7105664

m cproot.m

function h = cproot(zta,wn,w,flag) % CPROOT Frequency response of complex root. (Utility Function) % CPROOT computes the magnitude response of a complex pole or % zero. % Author: C
www.eeworm.com/read/460712/7105695

m rlroot.m

function lo = rlroot(rt,w,flag) % RLROOT Frequency response of a real root. (Utility Function) % RLROOT computes the magnitude and phase response of a real root. % Author: Craig Borghesani
www.eeworm.com/read/274556/7127151

m fsolvtion2.m

function B=fsolvtion2(A) % A为系数矩阵 [m n]=size(A); if m==n&det(A)~=0 disp('only zero solvtion') end format rat %指定有理式格式输出 B=null(A,'r'); %求解空间的有理基
www.eeworm.com/read/274556/7127168

m fsolvtion.m

function B=fsolvtion(A) % A为系数矩阵 [m n]=size(A); if m==n&det(A)~=0 disp('only zero solvtion') end rref(A)
www.eeworm.com/read/463991/7171087

java longestpiece.java

public class LongestPiece{ public static void main(String[] args){ if(args.length == 0){ System.out.println("put the right number again!"); return; } Long num = Long.parseLong(args[
www.eeworm.com/read/352846/7216993

pic12ce519

; step22.ASM ; Version: 0 Date: 02. April 1999 ; Copyright (C) 1999 Georg Ziegler ; NMRA-DCC decoder for stepper motor with 2 coil based on PIC12CE519 ; 14/28/126 speed step mode and two inte