代码搜索:intersect
找到约 481 项符合「intersect」的源代码
代码结果 481
www.eeworm.com/read/273765/10902296
c test-database-get.c
/* librecord2 - Record Object manipulation and storage library 2
*
* Authors: YE Nan
*
* This software and associated documentation files (the "Software")
* are cop
www.eeworm.com/read/482240/6630245
h polygon.h
//////////////////////////////////////////////////////////////////////
// MuRoS - Multi Robot Simulator
//
// Luiz Chaimowicz
// GRASP Lab. University of Pennsylvania
// VERLab - DCC - UFMG - Bra
www.eeworm.com/read/251851/12314918
m is_repeat.m
function test=is_repeat(boundary,hpflags)
%This function tests if CELLS already contains a region described by the HP's
%in the vector 'boundary'
global CELLS
test=0;
size=length(CELLS);
for i=1:si
www.eeworm.com/read/168845/5433220
cpp testperiod.cpp
/* Copyright (c) 2002,2003 CrystalClear Software, Inc.
* Use, modification and distribution is subject to the
* Boost Software License, Version 1.0. (See accompanying
* file LICENSE-1.0 or http
www.eeworm.com/read/270032/11050636
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/187478/8636938
c tvpickbranch.c
/*
COPYRIGHT NOTICE
This material was developed by Christos Faloutsos and King-Ip Lin
at the University of Maryland, College Park, Department of Computer Science.
Permission is
www.eeworm.com/read/376895/9301978
cpp rfbupdatetracker.cpp
// Copyright (C) 2002 Ultr@VNC Team Members. All Rights Reserved.
// Copyright (C) 2002 RealVNC Ltd. All Rights Reserved.
//
// This program is free software; you can redistribute it and/or modi
www.eeworm.com/read/169757/9839090
cpp rfbupdatetracker.cpp
// Copyright (C) 2002-2003 RealVNC Ltd. All Rights Reserved.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as pu
www.eeworm.com/read/273406/10917606
java setexample.java
//: SetExample.java
//package g3ds.joop.ch8;
import java.util.*;
public class SetExample{
public static void main(String[] args) {
Collection c = new TreeSet();
www.eeworm.com/read/272894/10936897
dpr ex.dpr
program Ural_1317(Input, Output);
const
MaxN = 10;
type
TIndex = Longint;
TData = Real;
TPoint = record
X, Y: TData;
end;
TPolygon = array[1..MaxN + 1] of TPoi