嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
gerber文件解析
GerberVS-master
├── GerberView
│ ├── App.config
│ ├── DrillStatsFrm.Designer.cs
│ ├── DrillStatsFrm.cs
│ ├── DrillStatsFrm.resx
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── GerberStatsFrm.Designer.cs
│ ├── GerberStatsFrm.cs
│ ├── GerberStatsFrm.resx
│ ├── GerberView.csproj
│ ├── GerberView.csproj.user
│ ├── GerberViewEnums.cs
│ ├── LayerEditForm.Designer.cs
│ ├── LayerEditForm.cs
│ ├── LayerEditForm.resx
│ ├── Program.cs
│ ├── Project.cs
│ ├── ProjectFile.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── Bitmap1.bmp
│ │ ├── Delete.bmp
│ │ ├── DownArrow.bmp
│ │ ├── List.bmp
│ │ ├── Minus.bmp
│ │ ├── Plus.bmp
│ │ ├── Thumbs.db
│ │ ├── UpArrow.bmp
│ │ ├── ZoomIn1.bmp
│ │ ├── ZoomOut1.bmp
│ │ └── ZoomToFit.bmp
│ ├── SelectionPropertiesFrm.Designer.cs
│ ├── SelectionPropertiesFrm.cs
│ ├── SelectionPropertiesFrm.resx
│ ├── Settings.cs
│ ├── TraxPrint1.ico
│ └── bin
│ ├── Debug
│ │ ├── AlphaColorDiolog.dll
│ │ ├── AlphaColorDiolog.pdb
│ │ ├── GerberView.exe
│ │ ├── GerberView.exe.config
│ │ ├── GerberView.pdb
│ │ ├── GerberView.vshost.exe
│ │ ├── GerberView.vshost.exe.config
│ │ ├── GerberView.vshost.exe.manifest
│ │ ├── LibGerberVS.dll
│ │ ├── LibGerberVS.pdb
│ │ ├── LibGerberVS.xml
│ │ ├── MyListBox.dll
│ │ ├── MyListBox.pdb
│ │ ├── RulerControl.dll
│ │ ├── RulerControl.pdb
│ │ └── test.bmp
│ └── Release
│ ├── AlphaColorDiolog.dll
│ ├── AlphaColorDiolog.pdb
│ ├── GerberView.exe
│ ├── GerberView.exe.config
│ ├── GerberView.pdb
│ ├── GerberView.vshost.exe
│ ├── GerberView.vshost.exe.config
│ ├── GerberView.vshost.exe.manifest
│ ├── LibGerberVS.dll
│ ├── LibGerberVS.pdb
│ ├── LibGerberVS.xml
│ ├── MyListBox.dll
│ ├── MyListBox.pdb
│ ├── RulerControl.dll
│ ├── RulerControl.pdb
│ └── Test Project.gpf
├── LibGerberVS
│ ├── BoundingBox.cs
│ ├── CircleSegment.cs
│ ├── Drill.cs
│ ├── DrillEnums.cs
│ ├── DrillState.cs
│ ├── DrillStats.cs
│ ├── ExportNCDrill.cs
│ ├── ExportProjectAsPNG.cs
│ ├── ExportRS274X.cs
│ ├── Gerber.cs
│ ├── GerberAperture.cs
│ ├── GerberDouble.cs
│ ├── GerberDraw.cs
│ ├── GerberEnum.cs
│ ├── GerberError.cs
│ ├── GerberExceptions.cs
│ ├── GerberFormat.cs
│ ├── GerberImage.cs
│ ├── GerberInstruction.cs
│ ├── GerberLevel.cs
│ ├── GerberLineReader.cs
│ ├── GerberNet.cs
│ ├── GerberNetState.cs
│ ├── GerberProject.cs
│ ├── GerberSelection.cs
│ ├── GerberState.cs
│ ├── GerberStats.cs
│ ├── GerberVS.csproj
│ ├── LibGerberVS.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── LibGerberVS.dll
│ │ │ └── LibGerberVS.pdb
│ │ └── Release
│ │ ├── LibGerberVS.XML
│ │ ├── LibGerberVS.dll
│ │ └── LibGerberVS.pdb
│ └── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── GerberVS.csproj.FileListAbsolute.txt
│ ├── GerberVS.csprojResolveAssemblyReference.cache
│ ├── LibGerberVS.dll
│ └── LibGerberVS.pdb
├── README.TXT
└── README.md
13 directories, 114 files