代码搜索:intersection

找到约 1,060 项符合「intersection」的源代码

代码结果 1,060
www.eeworm.com/read/458661/7291905

m circint.m

% circint.m - circle intersection on Gamma-plane % % Usage: Gamma = circint(c1,r1,c2,r2) % % c1,r1 = center and radius of circle 1 % c2,r2 = center and radius of circle 2 % % Gamma = point of i
www.eeworm.com/read/457804/7317582

txt 三角形.txt

#include struct point{double x,y;}; struct line{point a,b;}; double distance(point p1,point p2){ return sqrt((p1.x-p2.x)*(p1.x-p2.x)+(p1.y-p2.y)*(p1.y-p2.y)); } point intersection(
www.eeworm.com/read/448176/7538763

c gui_fillpolygon.c

/* ********************************************************************************************************* * uC/GUI * Univers
www.eeworm.com/read/197077/8031967

txt 三角形.txt

#include struct point{double x,y;}; struct line{point a,b;}; double distance(point p1,point p2){ return sqrt((p1.x-p2.x)*(p1.x-p2.x)+(p1.y-p2.y)*(p1.y-p2.y)); } point intersection(
www.eeworm.com/read/297024/8062427

c gui_fillpolygon.c

/* ********************************************************************************************************* * uC/GUI * Univers
www.eeworm.com/read/246190/12751038

c gui_fillpolygon.c

/* ********************************************************************************************************* * uC/GUI * Univers
www.eeworm.com/read/244728/12847409

html maincogpolartest.html

COG 2.1: Intersection with disc Intersection with a disc In this variant, instead of the 3D cube, the intersection of the
www.eeworm.com/read/239982/13242056

c gui_fillpolygon.c

/* ********************************************************************************************************* * uC/GUI * Univers
www.eeworm.com/read/315751/13536865

m circint.m

% circint.m - circle intersection on Gamma-plane % % Usage: Gamma = circint(c1,r1,c2,r2) % % c1,r1 = center and radius of circle 1 % c2,r2 = center and radius of circle 2 % % Gamma = point of i
www.eeworm.com/read/303512/13813930

m circint.m

% circint.m - circle intersection on Gamma-plane % % Usage: Gamma = circint(c1,r1,c2,r2) % % c1,r1 = center and radius of circle 1 % c2,r2 = center and radius of circle 2 % % Gamma = point of i