嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
stdf2map:用Python编写的STDF到Wafer Bin Map实用程序-源码
stdf2map是一个基于python的轻量级命令行应用程序,用于从半导体行业中使用的自动测试设备(ATE)创建的行业标准STDF数据文件中生成外观合理的Bin晶圆图。 特征 支持STDF文件中的多个晶片 处理同一晶圆上的芯片的多...
.
├── stdf2map-master
│ ├── LICENSE
│ ├── MANIFEST.in
│ ├── PKG-INFO
│ ├── README.MD
│ ├── conf
│ │ ├── GOLD8BAR.toml
│ │ ├── demomap.toml
│ │ ├── symbols.toml
│ │ ├── theme_dark.toml
│ │ ├── theme_default.toml
│ │ ├── theme_light.toml
│ │ ├── thumb.toml
│ │ └── thumb1.toml
│ ├── docs
│ │ ├── Makefile
│ │ ├── build
│ │ │ ├── doctrees
│ │ │ │ ├── basics.doctree
│ │ │ │ ├── commandline.doctree
│ │ │ │ ├── defaultconfig.doctree
│ │ │ │ ├── demo.doctree
│ │ │ │ ├── environment.pickle
│ │ │ │ ├── flags.doctree
│ │ │ │ ├── index.doctree
│ │ │ │ ├── installation.doctree
│ │ │ │ ├── intro.doctree
│ │ │ │ ├── mapviewer.doctree
│ │ │ │ ├── optconfig.doctree
│ │ │ │ └── symbols.doctree
│ │ │ └── html
│ │ │ ├── _images
│ │ │ │ ├── a595-09.png
│ │ │ │ ├── a595-theme_dark.png
│ │ │ │ ├── a595-theme_light.png
│ │ │ │ ├── a595-thumb.png
│ │ │ │ ├── a595-thumb1.png
│ │ │ │ ├── demo-t1_flags.png
│ │ │ │ ├── demo-t2_flags.png
│ │ │ │ ├── demo1.png
│ │ │ │ ├── demo2.png
│ │ │ │ ├── demo3.png
│ │ │ │ ├── demo4.png
│ │ │ │ ├── linux-viewer.png
│ │ │ │ ├── lot2-statsym1.png
│ │ │ │ ├── lot2-t1_flags.png
│ │ │ │ ├── lot2-t2_flags.png
│ │ │ │ ├── lot2-t2_noflags.png
│ │ │ │ ├── lot2.png
│ │ │ │ ├── lot3-symbols.png
│ │ │ │ ├── pageheader.png
│ │ │ │ ├── test.png
│ │ │ │ ├── win-viewer-ann.png
│ │ │ │ └── win-viewer.png
│ │ │ ├── _sources
│ │ │ │ ├── basics.rst.txt
│ │ │ │ ├── commandline.rst.txt
│ │ │ │ ├── defaultconfig.rst.txt
│ │ │ │ ├── demo.rst.txt
│ │ │ │ ├── flags.rst.txt
│ │ │ │ ├── index.rst.txt
│ │ │ │ ├── installation.rst.txt
│ │ │ │ ├── intro.rst.txt
│ │ │ │ ├── mapviewer.rst.txt
│ │ │ │ ├── optconfig.rst.txt
│ │ │ │ └── symbols.rst.txt
│ │ │ ├── _static
│ │ │ │ ├── ajax-loader.gif
│ │ │ │ ├── background_b01.png
│ │ │ │ ├── basic.css
│ │ │ │ ├── bizstyle.css
│ │ │ │ ├── bizstyle.js
│ │ │ │ ├── comment-bright.png
│ │ │ │ ├── comment-close.png
│ │ │ │ ├── comment.png
│ │ │ │ ├── css3-mediaqueries.js
│ │ │ │ ├── css3-mediaqueries_src.js
│ │ │ │ ├── doctools.js
│ │ │ │ ├── down-pressed.png
│ │ │ │ ├── down.png
│ │ │ │ ├── file.png
│ │ │ │ ├── jquery-3.1.0.js
│ │ │ │ ├── jquery.js
│ │ │ │ ├── minus.png
│ │ │ │ ├── plus.png
│ │ │ │ ├── pygments.css
│ │ │ │ ├── searchtools.js
│ │ │ │ ├── underscore-1.3.1.js
│ │ │ │ ├── underscore.js
│ │ │ │ ├── up-pressed.png
│ │ │ │ ├── up.png
│ │ │ │ └── websupport.js
│ │ │ ├── basics.html
│ │ │ ├── commandline.html
│ │ │ ├── defaultconfig.html
│ │ │ ├── demo.html
│ │ │ ├── flags.html
│ │ │ ├── genindex.html
│ │ │ ├── index.html
│ │ │ ├── installation.html
│ │ │ ├── intro.html
│ │ │ ├── mapviewer.html
│ │ │ ├── objects.inv
│ │ │ ├── optconfig.html
│ │ │ ├── search.html
│ │ │ ├── searchindex.js
│ │ │ └── symbols.html
│ │ ├── make.bat
│ │ └── source
│ │ ├── basics.rst
│ │ ├── commandline.rst
│ │ ├── conf.py
│ │ ├── defaultconfig.rst
│ │ ├── demo.rst
│ │ ├── flags.rst
│ │ ├── images
│ │ │ ├── a595-09.png
│ │ │ ├── a595-theme_dark.png
│ │ │ ├── a595-theme_light.png
│ │ │ ├── a595-thumb.png
│ │ │ ├── a595-thumb1.png
│ │ │ ├── demo-t1_flags.png
│ │ │ ├── demo-t2_flags.png
│ │ │ ├── demo1.png
│ │ │ ├── demo2.png
│ │ │ ├── demo3.png
│ │ │ ├── demo4.png
│ │ │ ├── linux-viewer.png
│ │ │ ├── lot2-statsym1.png
│ │ │ ├── lot2-t1_flags.png
│ │ │ ├── lot2-t2_flags.png
│ │ │ ├── lot2-t2_noflags.png
│ │ │ ├── lot2.png
│ │ │ ├── lot3-symbols.png
│ │ │ ├── pageheader.png
│ │ │ ├── test.png
│ │ │ ├── win-viewer-ann.png
│ │ │ └── win-viewer.png
│ │ ├── index.rst
│ │ ├── installation.rst
│ │ ├── intro.rst
│ │ ├── mapviewer.rst
│ │ ├── optconfig.rst
│ │ └── symbols.rst
│ ├── setup.cfg
│ ├── setup.py
│ ├── stdf
│ │ ├── a595.stdf
│ │ ├── lot2.stdf
│ │ └── lot3.stdf
│ ├── stdf2map
│ │ ├── __init__.py
│ │ ├── _version.py
│ │ ├── buildmap.py
│ │ ├── config.py
│ │ ├── constants.py
│ │ ├── demodata.py
│ │ ├── demofail.py
│ │ ├── embedded_images.py
│ │ ├── filename.py
│ │ ├── legend.py
│ │ ├── lotdata.py
│ │ ├── maputil.py
│ │ ├── mapviewer.py
│ │ ├── optconfig.py
│ │ ├── stdf2map.py
│ │ ├── stdf_V3.py
│ │ ├── stdf_V4.py
│ │ ├── stdfdata.py
│ │ ├── stdfparser.py
│ │ ├── title.py
│ │ ├── util.py
│ │ ├── wafer.py
│ │ └── wafermap.py
│ └── stdf2map.egg-info
│ ├── PKG-INFO
│ ├── SOURCES.txt
│ ├── dependency_links.txt
│ ├── entry_points.txt
│ ├── not-zip-safe
│ ├── requires.txt
│ └── top_level.txt
└── stdf2map用Python编写的STDF到Wafer Bin Map实用程序-源码_stdf2map-master.zip
14 directories, 169 files