SMT工艺设计规范。此资料是径对PCB工程师布板时注意项。很有指导意思。
2022-10-25 23:04:46 303KB SMT工艺设计规范
1
计算Layout上所有图形元素个数 Public void CountLayoutElements() {IMxDocument pMxDoc =ThisDocument IGraphicsContainer pGContainer =pMxDoc.PageLayout; pGContainer.Reset();//确保指针指向最初的位置 IElement pElement = pGContainer.Next(); Int intGraphicCount = 0; Do {If TypeOf(pElement) is IGraphicElement { intGraphicCount = itGraphicCount +1} pElement = pGContainer.Next(); }While(pElement=null) MsgBox.show(“There are " & intGraphicCount & " graphics on the page“)} Example: Count all the graphic elements on the layout Public Sub CountLayoutElements () Dim pMxDoc As IMxDocument Dim pGContainer As IGraphicsContainer Dim pElement As IElement Dim intGraphicCount As Integer Set pMxDoc = ThisDocument Set pGContainer = pMxDoc.PageLayout pGContainer.Reset '*Make sure the pointer is on the first item Set pElement = pGContainer.Next '*pull out the first element Do Until pElement Is Nothing '*Loop thru all elements If TypeOf pElement Is IGraphicElement Then intGraphicCount = intGraphicCount + 1 '*increment the count End If Set pElement = pGContainer.Next '*pull out the next element Loop MsgBox "There are " & intGraphicCount & " graphics on the page" Exit Sub
2022-10-20 10:31:55 4.83MB AE编程基础.
1
Layout Dependent Effect.Layout Dependent Effect. Layout Dependent Effect.Layout Dependent Effect.
2022-10-12 16:15:08 2.61MB Layout Dependent
1
Astar算法用于IC layout routing
2022-10-08 09:04:16 7.74MB layout
1
华为PCB_Layout设计规范讲述了华为技术有限公司的PCB绘制的设计规范。
2022-10-07 08:15:59 3.6MB 华为Layout
1
php最简单的mvc代码 简单实现mvc模式开发,
2022-09-23 13:01:03 9KB layout_index.php?id mvc
使用CSS3实现六边形网格页面布局,该demo可用于CSS3学习和类似布局参考
2022-09-22 13:01:09 214KB css3 demo divisiondml 六边形
分享一手机板设计PADS视频教程,因上传文件大小限制,分两部分上传。分是1_logic&3_Router&视频案例文档 & 2_layout 。此设计包含内容仅供个人学习、研究之用,请勿用于商业用途。
1
Qt Native Window 的测试工程。 用于测试 NativeWindow 的相关问题,与其他 Alien Widget 的层级关系,以及 Layout 布局对层级关系的影响。
2022-09-13 15:58:35 3KB Qt NativeWindow C++ Layout
1
4.3 总体架构 总体架构按照外场-传输-中心三级设计,分别描述外场技术子系统、传输系统和指挥中 心软件系统,幵附拓扑结构图。 查询终端 显示终端 维护终端 战 略 决 策 状 态 判 定 趋 势 分 析 信息整合 信息分类 信息觃范 图 像 处 理 系 统 数 据 处 理 系 统 通信网绚传输平台 亝通 路况 信息 亝通 气象 信息 亝通 事敀 信息 亝通 事件 信息 施工 养护 信息 规频 图像 信息 交通管理 信息资源 数据库群 城市公安交通指挥中心 外场信息采集
2022-09-05 00:13:08 3.56MB 智能交通
1