代码搜索:points
找到约 10,000 项符合「points」的源代码
代码结果 10,000
www.eeworm.com/read/420006/10823766
txt points.txt
----------------CLUSTER 1----------------
(4.0,18.0)
(4.0,19.0)
(10.0,23.0)
(9.0,23.0)
(10.0,22.0)
(8.0,22.0)
(7.0,19.0)
(6.0,18.0)
(6.0,19.0)
(6.0,20.0)
(5.0,20.0)
(7.0,23.0)
(6.0,23.0)
www.eeworm.com/read/456596/7344141
yaml points.yaml
%YAML:1.0
points:
- { x: 10, y: 10 }
- { x: 20, y: 20 }
- { x: 30, y: 30 }
www.eeworm.com/read/450824/7476406
cls points.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/445541/7594202
yaml points.yaml
%YAML:1.0
points:
- { x: 10, y: 10 }
- { x: 20, y: 20 }
- { x: 30, y: 30 }
www.eeworm.com/read/433770/7910229
c points.c
#include
#define MAX_LINE_N 15
int main()
{
double point[MAX_LINE_N+1][2]={0,0};
int i=0, j=0;
double area=0.0;
//get x and y from stdin
while(scanf("%lf%lf", &point[i][0], &p
www.eeworm.com/read/197100/8029512
h points.h
/**********************************************************************
* File: points.h (Formerly coords.h)
* Description: Coordinate class definitions.
* Author: Ray Smith
* Created:
www.eeworm.com/read/197100/8029534
cpp points.cpp
/**********************************************************************
* File: points.c (Formerly coords.c)
* Description: Member functions for coordinate classes.
* Author: Ray Smith