代码搜索:intersect
找到约 481 项符合「intersect」的源代码
代码结果 481
www.eeworm.com/read/251837/12317088
m intersection.m
function intersect = intersection(a,b)
%INTERSECTION (interval) computes (if possible) intersection of two intervals.
%
%b4m - datatype interval Version 1.02 (c) 26.2.1998 Jens Zemke
%
%
www.eeworm.com/read/213175/15141410
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/213175/15141502
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/270032/11050240
h bezier.h
#ifndef _BEZIER_INCLUDED_
#include "vector.h"
class Bezier {
public:
point *p0, *p1, *p2, *p3;
Bezier()
{
p0 = 0; p1 = 0; p2 = 0; p3 = 0;
}
Bezier( point *_p0, point *_p1, point *_p
www.eeworm.com/read/203124/15365104
cpp 04071402226.cpp
//另辟空间求链表A和链表B的交集,且同一链表中不含有相同的元素
#include
typedef int elemtype;
#include"04071402llist.h"
void list_intersect(llist A,llist B,llist &C) //算法的具体实现
{
llist pa,pb,pc,
www.eeworm.com/read/107320/15609731
cpp sphere.cpp
/* Copyright (C) John W. Ratcliff, 2001.
* All rights reserved worldwide.
*
* This software is provided "as is" without express or implied
* warranties. You may freely copy and compile this s
www.eeworm.com/read/384270/8883916
c insectc.c
/* Faster Line Segment Intersection */
/* Franklin Antonio */
/* return values */
#define DONT_INTERSECT 0
#define DO_INTERSECT 1
#define PARALLEL 2
/* The SAME_SIGNS ma
www.eeworm.com/read/362570/9990660
cpp poj1279_半平面交.cpp
#include
#include
const int maxn = 1600;
const double inf = 1e8;
const double eps = 1e-8;
inline int dcmp(const double&x) { return (xeps); }
struct Point {
www.eeworm.com/read/166293/10024922
h polygon.h
//////////////////////////////////////////////////////////////////////
// MuRoS - Multi Robot Simulator
//
// Luiz Chaimowicz
// GRASP Lab. University of Pennsylvania
// VERLab - DCC - UFMG - Bra