代码搜索:intersect

找到约 481 项符合「intersect」的源代码

代码结果 481
www.eeworm.com/read/262783/4309436

java intersect.java

/* * $RCSfile: Intersect.java,v $ * * Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are pe
www.eeworm.com/read/269555/11093913

html intersect.html

www.eeworm.com/read/110826/15524240

c intersect.c

#include #include //进程号和处理器数目 int my_rank,group_size; //第一个多边形的端点 double pointx1[20],pointy1[20]; //第二个多边形的端点 double pointx2[20],pointy2[20]; //多边行的边数 int n_poly,m_poly; //判断的结果 int
www.eeworm.com/read/433114/8545375

m approx_intersect.m

function [ca,ia,ib,ic]=approx_intersect(a,b,tol) % Find the values of numeric vector "a" that are closest to values of % numeric vector "b". % Analog to Matlab function "intersect" for numeric data;
www.eeworm.com/read/433114/8545542

m nearest_intersect.m

function [nearest_b,idx,err]=nearest_intersect(a,b,maxerr) % Analog to Matlab function "intersect" for numeric data; does not require % identity but only "nearness". % % OBSOLETE: Replace by "approx_
www.eeworm.com/read/427909/8913204

m polygon_intersect.m

function [is,S] = isintpl(x1,y1,x2,y2) % ISINTPL Check for intersection of polygons. % [IS,S] = ISINTPL(X1,Y1,X2,Y2) Accepts coordinates % X1,Y1 and X2, Y2 of two polygons. Returns scalar % IS equ
www.eeworm.com/read/373250/9467383

m polygon_intersect.m

function [is,S] = isintpl(x1,y1,x2,y2) % ISINTPL Check for intersection of polygons. % [IS,S] = ISINTPL(X1,Y1,X2,Y2) Accepts coordinates % X1,Y1 and X2, Y2 of two polygons. Returns scalar % IS equ
www.eeworm.com/read/365862/9842924

m covariance_intersect.m

function [x,P,a] = covariance_intersect(x1,P1, x2,P2, a) %function [x,P,a] = covariance_intersect(x1,P1, x2,P2, a) % % For the time being I implement only a simple form of CI. % There is no transf
www.eeworm.com/read/351998/10588921

m covariance_intersect.m

function [x,P,a] = covariance_intersect(x1,P1, x2,P2, a) %function [x,P,a] = covariance_intersect(x1,P1, x2,P2, a) % % For the time being I implement only a simple form of CI. % There is no transf
www.eeworm.com/read/349646/10808543

m polygon_intersect.m

function [is,S] = isintpl(x1,y1,x2,y2) % ISINTPL Check for intersection of polygons. % [IS,S] = ISINTPL(X1,Y1,X2,Y2) Accepts coordinates % X1,Y1 and X2, Y2 of two polygons. Returns scalar % IS equ