initial upload

This commit is contained in:
2024-09-10 20:25:18 +08:00
parent b8de03ee4f
commit f1cc876972
377 changed files with 2721267 additions and 34 deletions

17
archive/xyz2poly/head.h Normal file
View File

@@ -0,0 +1,17 @@
#ifndef _HEAD_H
#define _HEAD_H
#include <iostream>
#include <fstream>
#include <sstream>
#include <iomanip>
#include <cmath>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#define TOPO "-t"
#define PLANE "-h"
#define OUTPUT "-o"
#define XYZ ".dat"
#define RANGE "-r"
using namespace std;
#endif