代码搜索:intersect

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

代码结果 481
www.eeworm.com/read/282485/9090493

h movement.h

//----------------------------------------------------------------------------------------------------------- // File : Movement.h //-----------------------------------------------------------------
www.eeworm.com/read/371212/9561470

cpp 1688 dolphin pool.cpp

#include #include #include #include #include #include using namespace std; #define NEG 1e-7 //浮点数比较中的允许误差 struct intersect{ //两
www.eeworm.com/read/356862/10220227

cpp 1688 dolphin pool.cpp

#include #include #include #include #include #include using namespace std; #define NEG 1e-7 //浮点数比较中的允许误差 struct intersect{ //两
www.eeworm.com/read/271029/11011770

q_egtest

#! /bin/sh set -v rbox d D3 | qhull s Gnrv Tc Tv >eg.t01.spheres.3 rbox d D2 | qhull s Gnv Tc Tv >eg.t02.spheres.2 rbox d D3 | qhull s Gnrp Tc Tv >eg.t03.points.3 rbox d D2 | qhull s Gnp Tc Tv >
www.eeworm.com/read/295750/6964859

pl test-range.pl

#!/usr/bin/perl # # (c) John Berthels 2005 . See COPYING for license. # use strict; use warnings; use Test::More tests => 115; BEGIN { use_ok qw(Range); } my $r = Range->new(0,
www.eeworm.com/read/461196/7232081

cpp soj2434计算几何线段相交问题.cpp

#include #define min(a,b) (ab?a:b) int direction(int a,int b,int c,int d,int e,int f) { int p1x = e-a; int p1y = f-b; int p2x = c-a;
www.eeworm.com/read/459105/7282607

q_egtest

#! /bin/sh # writes examples to eg/ set -v rbox d D3 | qconvex s Gnrv Tc Tv >eg/eg.t01.spheres.3 rbox d D2 | qconvex s Gnv Tc Tv >eg/eg.t02.spheres.2 rbox d D3 | qconvex s Gnrp Tc Tv >eg/eg.t0
www.eeworm.com/read/329077/12983324

php search_result.php

www.eeworm.com/read/490598/6449392

php search_result.php

www.eeworm.com/read/347853/11631751

pro ch10ex04.pro

/* Turbo Prolog 2.0 Chapter 10, Example Program 4 Copyright (c) 1986, 88 by Borland International, Inc */ domains list = integer* predicates member(integer, list)