油藏几何
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. 新增位图,圆形,矩形,比例尺的雏形
1 month ago
.gitignore 完成断层和轮廓的初版 2 months ago
bitmap.h 1. 完善了轮廓和断层 1 month ago
circular.h 1. 完善了轮廓和断层 1 month ago
contour.h 1. 完善了轮廓和断层 1 month ago
fault.h 1. 完善了轮廓和断层 1 month ago
main.cpp 完成断层和轮廓的初版 2 months ago
mainwindow.cpp 1. 完善了轮廓和断层 1 month ago
mainwindow.h 1. 完善了轮廓和断层 1 month ago
mainwindow.ui 1. 完善了轮廓和断层 1 month ago
oilpool.pro 1. 完善了轮廓和断层 1 month ago
readme.md 1. 完善了轮廓和断层 1 month ago
rectangle.h 1. 完善了轮廓和断层 1 month ago
scale.h 1. 完善了轮廓和断层 1 month 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用于测试