代码搜索:intersection

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

代码结果 1,060
www.eeworm.com/read/384270/8883968

c polyintr.c

#include "GraphicsGems.h" #undef ON /* Comparison macros */ #define LEFT -1 /* value to left of (less than) another */ #define ON 0 /* two values equal */ #define RIGHT 1 /
www.eeworm.com/read/371255/9559225

m circleintersect.m

% CIRCLEINTERSECT - Finds intersection of two circles. % % Function to return the intersection points between two circles % given their centres and radi. % % Usage: [i1, i2] = circleintersect(c1, r1,
www.eeworm.com/read/169988/9826038

h noding.h

/********************************************************************** * $Id: noding.h,v 1.5 2004/11/04 19:08:07 strk Exp $ * * GEOS - Geometry Engine Open Source * http://geos.refractions.net *
www.eeworm.com/read/169988/9826312

cpp segmentintersector.cpp

/********************************************************************** * $Id: SegmentIntersector.cpp,v 1.7.2.1 2005/05/23 17:10:08 strk Exp $ * * GEOS - Geometry Engine Open Source * http://geos.
www.eeworm.com/read/169987/9826372

h noding.h

/********************************************************************** * $Id: noding.h,v 1.5 2004/11/04 19:08:07 strk Exp $ * * GEOS - Geometry Engine Open Source * http://geos.refractions.net *
www.eeworm.com/read/162188/10327720

src intrsect.src

/* ** intrsect.src ** (C) Copyright 1988-1998 by Aptech Systems, Inc. ** All Rights Reserved. ** ** This Software Product is PROPRIETARY SOURCE CODE OF APTECH ** SYSTEMS, INC. This File Heade
www.eeworm.com/read/103516/7130823

txt aaread1.txt

freeware xhunga@tiscali.fr Calculus (Derivative:Normal). a) You can see the result into Gnuplot. * Draw the normal. * Animate the no
www.eeworm.com/read/103516/7130836

txt aaprogr.txt

(You can compile the *.c files directly without create a project) c03b1A.c : Draw the normal. c03b1B.c : Animate the normal. c03b1C.c : Find the intersection points of the normal wi
www.eeworm.com/read/457017/7335190

txt 2003-march.txt

From eayukmjb@nottingham.ac.uk Mon Mar 3 11:51:15 2003 From: eayukmjb@nottingham.ac.uk (Kristofer Bourne) Date: Mon, 03 Mar 2003 11:51:15 +0000 Subject: [Acis-alliance] MFC Message-ID:
www.eeworm.com/read/455115/7377725

m circleintersect.m

% CIRCLEINTERSECT - Finds intersection of two circles. % % Function to return the intersection points between two circles % given their centres and radi. % % Usage: [i1, i2] = circleintersect(c1, r1,