代码搜索:intersect
找到约 481 项符合「intersect」的源代码
代码结果 481
www.eeworm.com/read/135582/5886340
h computer.h
#ifndef COMPUTER_H
#define COMPUTER_H
class Computer
{ /*structure for Computers */
private:
int check_intersect(int, int, int);
public:
int type; /*CPU type */
int os; /*cur
www.eeworm.com/read/486343/6540010
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/338832/12278718
pl steiner1.pl
/*
By Neng-Fa Zhou
The ternary Steiner problem of order n is to find n(n-1)/6 sets of elements in {1,2,...,n} such that
each set contains three elements and any two sets have at most one element in
www.eeworm.com/read/128736/14280201
h myga.h
#ifndef MYGA_H
#define MYGA_H
#include
namespace ProeGa
{
struct GaParam
{
int M;//群体大小
int T;//迭代次数
double pc;//交叉概率
double pm;//变异概率
double Umin;//Xk下界
double Umax;//Xk上界
int
www.eeworm.com/read/154890/5633566
h computer.h
#ifndef COMPUTER_H
#define COMPUTER_H
class Computer
{ /*structure for Computers */
private:
int check_intersect(int, int, int);
public:
int type; /*CPU type */
int os; /*cur
www.eeworm.com/read/262783/4309145
properties exceptionstrings.properties
Intersect0=Intersect.rayAndQuad : This quad has less than 4 points!
Intersect1=Intersect.rayAndTriangle : This triangle has less than 3 points!
Intersect3=Intersect.segmentAndQuad : This quad has less
www.eeworm.com/read/362570/9990874
cpp poj1039_计算几何.cpp
#include
int n;
double x[32];
double y[32];
double intersect(double x0, double y0, double x1, double y1, double xp, double yp, double k){
return ((k * xp + y0 - yp) * (x1 - x0
www.eeworm.com/read/445132/6292655
java camera_lzx.java
import java.io.*;
import java.math.*;
import java.util.*;
class Point {
double x, y, z;
Point(double _x, double _y, double _z) {
x = _x;
y = _y;
z = _z;
www.eeworm.com/read/203062/15366705
h grid.h
//====================================================================
/*
GRID.H
Purpose: Member function definitions for the Grid class. This
class provides the basis functions fo
www.eeworm.com/read/131077/14162250
cc hnrangetest.cc
/*
* HnRangeTest.cc
* Copyright (C) 1997 Norio Katayama
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License