代码搜索:chull

找到约 40 项符合「chull」的源代码

代码结果 40
www.eeworm.com/read/429010/8824549

cpp chull.cpp

#include #include #include #include "chull.h" #define SWAP(t,x,y) { t = x; x = y; y = t; } #define ADD( head, p ) if ( head ) { \ p->next = head; \
www.eeworm.com/read/429010/8824552

h chull.h

/******************************************************************** * * +-------------+ * / Description / * +-------------+ * * This code computes the 3D convex hull of a points set.
www.eeworm.com/read/150701/12270813

c chull.c

/* This code is described in "Computational Geometry in C" (Second Edition), Chapter 4. It is not written to be comprehensible without the explanation in that book. Input: 3n integer coordinates fo
www.eeworm.com/read/150701/12270817

chull readme.chull

chull.c The C source code (~1000 lines). Read leading comment. Makefile gcc compile commands i.cube Sample input file; run with, e.g.: chull < i.cube README.chull This file.
www.eeworm.com/read/129890/14219935

c chull.c

/* This code is described in "Computational Geometry in C" (Second Edition), Chapter 4. It is not written to be comprehensible without the explanation in that book. Input: 3n integer coordinates fo
www.eeworm.com/read/129890/14219936

dsp chull.dsp

# Microsoft Developer Studio Project File - Name="chull" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Con
www.eeworm.com/read/129890/14219939

plg chull.plg

Build Log --------------------Configuration: chull - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\ADMINI~
www.eeworm.com/read/129890/14219940

dsw chull.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/129890/14219942

chull readme.chull

chull.c The C source code (~1000 lines). Read leading comment. Makefile gcc compile commands i.cube Sample input file; run with, e.g.: chull < i.cube README.chull This file.
www.eeworm.com/read/216288/15020018

c chull.c

/* This code is described in "Computational Geometry in C" (Second Edition), Chapter 4. It is not written to be comprehensible without the explanation in that book. Input: 3n integer coordinates fo