油藏几何
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
abc 9f2976be43 1. 完善了轮廓和断层
2. 新增位图,圆形,矩形,比例尺的雏形
10 months ago
.gitignore 完成断层和轮廓的初版 11 months ago
bitmap.h 1. 完善了轮廓和断层 10 months ago
circular.h 1. 完善了轮廓和断层 10 months ago
contour.h 1. 完善了轮廓和断层 10 months ago
fault.h 1. 完善了轮廓和断层 10 months ago
main.cpp 完成断层和轮廓的初版 11 months ago
mainwindow.cpp 1. 完善了轮廓和断层 10 months ago
mainwindow.h 1. 完善了轮廓和断层 10 months ago
mainwindow.ui 1. 完善了轮廓和断层 10 months ago
oilpool.pro 1. 完善了轮廓和断层 10 months ago
readme.md 1. 完善了轮廓和断层 10 months ago
rectangle.h 1. 完善了轮廓和断层 10 months ago
scale.h 1. 完善了轮廓和断层 10 months ago

readme.md

  1. 几何部分的 fault.h 和contour.h 完成度较高

  2. contour.h 画轮廓 fault.h 画断层 bitmap.h 画位图 circular.h 画圆形 rectangle.h 画矩形 scale.h 画比例尺 mainwindow.h和mainwindow.cpp用于测试