代码搜索:poly
找到约 5,168 项符合「poly」的源代码
代码结果 5,168
www.eeworm.com/read/493005/6403678
poly
NAME
poly - evaluate a polynomial
SYNOPSIS
poly(a, b, ..., x)
poly(clist, x, y, ...)
TYPES
For first case:
a, b, ... Arithmetic
x Arithmetic
return Depends on argumen
www.eeworm.com/read/233522/4668071
poly a.poly
29 2 1 0
1 0.200000 -0.776400 -0.57
2 0.220000 -0.773200 -0.55
3 0.245600 -0.756400 -0.51
4 0.277600 -0.702000 -0.53
5 0.488800 -0.207600 0.28
6 0.504800 -0.207600 0.30
7 0.740800 -0.739600 0
www.eeworm.com/read/400650/2348224
poly a.poly
29 2 1 0
1 0.200000 -0.776400 -0.57
2 0.220000 -0.773200 -0.55
3 0.245600 -0.756400 -0.51
4 0.277600 -0.702000 -0.53
5 0.488800 -0.207600 0.28
6 0.504800 -0.207600 0.30
7 0.740800 -0.739600 0
8 0.7560
www.eeworm.com/read/203231/15363753
poly a.poly
29 2 1 0
1 0.200000 -0.776400 -0.57
2 0.220000 -0.773200 -0.55
3 0.245600 -0.756400 -0.51
4 0.277600 -0.702000 -0.53
5 0.488800 -0.207600 0.28
6 0.504800 -0.207600 0.30
7 0.740800 -0.739600 0
8 0.7560
www.eeworm.com/read/392069/8363916
shp poly.shp
www.eeworm.com/read/392069/8363928
shx poly.shx
www.eeworm.com/read/392069/8363938
dbf poly.dbf
www.eeworm.com/read/392021/8366996
c poly.c
/* poly.c -- implements polygons and simplices
see README, poly.h and qhull.h
copyright (c) 1993-1995, The Geometry Center
infrequent code is in poly2.c
(all but top 50 and the
www.eeworm.com/read/392021/8367014
h poly.h
/* poly.h -- header file for poly.c and poly2.c
see README, qhull.h and poly.c
copyright (c) 1993-1995, The Geometry Center
*/
#ifndef qhDEFpoly
#define qhDEFpoly 1
/*----------------------
www.eeworm.com/read/291752/8398633
h poly.h
//
// File = poly.h
//
#ifndef _POLY_H_
#define _POLY_H_
#include
#include "cmpxpoly.h"
class Polynomial
{
public:
// default constructor
Polynomial( );
/