亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

SMD PIN針

  • Cadence 應用注意事項

    Cadence 應用注意事項             1、 PCB 工藝規則             以下規則可能隨中國國內加工工藝提高而變化             1.1. 不同元件間的焊盤間隙:大于等于 40mil(1mm),以保證各種批量在線焊板的需要。             1.2. 焊盤尺寸:粘錫部分的寬度保證大于等于 10mil(0.254mm),如果焊腳(pin)較高,應             修剪;如果不能修剪的,相應焊盤應增大…..             1.3. 機械過孔最小孔徑:大于等于 6mil(0.15mm)。小于此尺寸將使用激光打孔,為國內 ****************************************************************************************      各種化工 石油 電子 制造 機械 編程 紡織等等各類電腦軟件, 歡迎咨詢   ------------------------------------------------------------------------------------      聯系QQ:1270846518       Email: gjtsoft@qq.com      即時咨詢或留言:http://gjtsoft.53kf.com      電話: 18605590805    短信發送軟件名稱, 我們會第一時間為您回復 ****************************************************************************************             大多數 PCB廠家所不能接受。             

    標簽: Cadence 注意事項

    上傳時間: 2013-10-19

    上傳用戶:黃蛋的蛋黃

  • Allegro FPGA System Planner中文介紹

      完整性高的FPGA-PCB系統化協同設計工具   Cadence OrCAD and Allegro FPGA System Planner便可滿足較復雜的設計及在設計初級產生最佳的I/O引腳規劃,并可透過FSP做系統化的設計規劃,同時整合logic、schematic、PCB同步規劃單個或多個FPGA pin的最佳化及layout placement,借由整合式的界面以減少重復在design及PCB Layout的測試及修正的過程及溝通時間,甚至透過最佳化的pin mapping、placement后可節省更多的走線空間或疊構。   Specifying Design Intent   在FSP整合工具內可直接由零件庫選取要擺放的零件,而這些零件可直接使用PCB內的包裝,預先讓我們同步規劃FPGA設計及在PCB的placement。  

    標簽: Allegro Planner System FPGA

    上傳時間: 2013-11-06

    上傳用戶:wwwe

  • MAX338/MAX339的英文數據手冊

      本軟件是關于MAX338, MAX339的英文數據手冊:MAX338, MAX339   8通道/雙4通道、低泄漏、CMOS模擬多路復用器   The MAX338/MAX339 are monolithic, CMOS analog multiplexers (muxes). The 8-channel MAX338 is designed to connect one of eight inputs to a common output by control of a 3-bit binary address. The dual, 4-channel MAX339 is designed to connect one of four inputs to a common output by control of a 2-bit binary address. Both devices can be used as either a mux or a demux. On-resistance is 400Ω max, and the devices conduct current equally well in both directions.   These muxes feature extremely low off leakages (less than 20pA at +25°C), and extremely low on-channel leakages (less than 50pA at +25°C). The new design offers guaranteed low charge injection (1.5pC typ) and electrostatic discharge (ESD) protection greater than 2000V, per method 3015.7. These improved muxes are pin-compatible upgrades for the industry-standard DG508A and DG509A. For similar Maxim devices with lower leakage and charge injection but higher on-resistance, see the MAX328 and MAX329.

    標簽: MAX 338 339 英文

    上傳時間: 2013-11-12

    上傳用戶:18711024007

  • 基于(英蓓特)STM32V100的串口程序

    This example provides a description of how  to use the USART with hardware flowcontrol and communicate with the Hyperterminal.First, the USART2 sends the TxBuffer to the hyperterminal and still waiting fora string from the hyperterminal that you must enter which must end by '\r'character (keypad ENTER button). Each byte received is retransmitted to theHyperterminal. The string that you have entered is stored in the RxBuffer array. The receivebuffer have a RxBufferSize bytes as maximum. The USART2 is configured as follow:    - BaudRate = 115200 baud      - Word Length = 8 Bits    - One Stop Bit    - No parity    - Hardware flow control enabled (RTS and CTS signals)    - Receive and transmit enabled    - USART Clock disabled    - USART CPOL: Clock is active low    - USART CPHA: Data is captured on the second edge     - USART LastBit: The clock pulse of the last data bit is not output to                      the SCLK pin

    標簽: V100 STM 100 32V

    上傳時間: 2013-10-31

    上傳用戶:yy_cn

  • 基于(英蓓特)STM32V100的看門狗程序

    This example shows how to update at regulate period the WWDG counter using theEarly Wakeup interrupt (EWI). The WWDG timeout is set to 262ms, refresh window set to 41h and the EWI isenabled. When the WWDG counter reaches 40h the EWI is generated and in the WWDGISR the counter is refreshed to prevent a WWDG reset and led connected to PC.07is toggled.The EXTI line9 is connected to PB.09 pin and configured to generate an interrupton falling edge.In the NVIC, EXTI line9 to 5 interrupt vector is enabled with priority equal to 0and the WWDG interrupt vector is enabled with priority equal to 1 (EXTI IT > WWDG IT). The EXTI Line9 will be used to simulate a software failure: once the EXTI line9event occurs (by pressing Key push-button on EVAL board) the correspondent interruptis served, in the ISR the led connected to PC.07 is turned off and the EXTI line9pending bit is not cleared. So the CPU will execute indefinitely EXTI line9 ISR andthe WWDG ISR will never be entered(WWDG counter not updated). As result, when theWWDG counter falls to 3Fh the WWDG reset occurs.If the EXTI line9 event don抰 occurs the WWDG counter is indefinitely refreshed inthe WWDG ISR which prevent from WWDG reset. If the WWDG reset is generated, after resuming from reset a led connected to PC.06is turned on. In this example the system is clocked by the HSE(8MHz).

    標簽: V100 STM 100 32V

    上傳時間: 2013-11-11

    上傳用戶:gundamwzc

  • PCB阻抗匹配計算工具(附教程)

    附件是一款PCB阻抗匹配計算工具,點擊CITS25.exe直接打開使用,無需安裝。附件還帶有PCB連板的一些計算方法,連板的排法和PCB聯板的設計驗驗。 PCB設計的經驗建議:       1.一般連板長寬比率為1:1~2.5:1,同時注意For FuJi Machine:a.最大進板尺寸為:450*350mm,       2.針對有金手指的部分,板邊處需作掏空處理,建議不作為連板的部位.     3.連板方向以同一方向為優先,考量對稱防呆,特殊情況另作處理.     4.連板掏空長度超過板長度的1/2時,需加補強邊.       5.陰陽板的設計需作特殊考量.       6.工藝邊需根據實際需要作設計調整,軌道邊一般不少於6mm,實際中需考量板邊零件的排布,軌道設備正常卡壓距離為不少於3mm,及符合實際要求下的連板經濟性.       7.FIDUCIAL MARK或稱光學定位點,一般設計在對角處,為2個或4個,同時MARK點面需平整,無氧化,脫落現象;定位孔設計在板邊,為對稱設計,一般為4個,直徑為3mm,公差為±0.01inch.       8.V-cut深度需根據連板大小及基板板厚考量,角度建議為不少於45°.       9.連板設計的同時,需基於基板的分板方式考量<人工(治具)還是使用分板設備>.  10.使用針孔(郵票孔)聯接:需請考慮斷裂后的毛刺,及是否影響COB工序的Bonding機上的夾具穩定工作,還應考慮是否有無影響插件過軌道,及是否影響裝配組裝. 

    標簽: PCB 阻抗匹配 計算工具 教程

    上傳時間: 2014-12-31

    上傳用戶:sunshine1402

  • superpro 3000u 驅動及編程器軟件下載

    superpro 3000u 驅動 PIC16C65B@QFP44 [SA245] PIC16C65B:          Part number QFP44:              Package in QFP44 SA245:              Adapter purchase number AM29DL320GT@FBGA48 [SA642+B026] AM29DL320GT:        Part number FBGA48:             Package in FBGA48 SA642:              Adapter purchase number (Top board with socket) B026:               Adapter purchase number (Bottom board, exchangable for different parts) 87C196CA@PLCC68(universal adapter) [PEP+S414T] 87C196CA:           Part number PLCC68:             Package in PLCC68 universal adapter:  this adapter is valid for all parts in this package PEP:                The PEP (Pin-driver Expansion Pack necessary to work with the adapter S414T) S414T:              Adapter purchase number (Universal for all parts in this package) S71PL127J80B@FBGA64(special adapter) [(SA642A-B079A-Y096AF001)] S71PL127J80B:            Part number FBGA64:                  Package in FBGA64 special adapter:         this adapter is valid for this

    標簽: superpro 3000u 驅動 編程器軟件

    上傳時間: 2013-10-23

    上傳用戶:Avoid98

  • PCB阻抗匹配計算工具(附教程)

    附件是一款PCB阻抗匹配計算工具,點擊CITS25.exe直接打開使用,無需安裝。附件還帶有PCB連板的一些計算方法,連板的排法和PCB聯板的設計驗驗。 PCB設計的經驗建議:       1.一般連板長寬比率為1:1~2.5:1,同時注意For FuJi Machine:a.最大進板尺寸為:450*350mm,       2.針對有金手指的部分,板邊處需作掏空處理,建議不作為連板的部位.     3.連板方向以同一方向為優先,考量對稱防呆,特殊情況另作處理.     4.連板掏空長度超過板長度的1/2時,需加補強邊.       5.陰陽板的設計需作特殊考量.       6.工藝邊需根據實際需要作設計調整,軌道邊一般不少於6mm,實際中需考量板邊零件的排布,軌道設備正常卡壓距離為不少於3mm,及符合實際要求下的連板經濟性.       7.FIDUCIAL MARK或稱光學定位點,一般設計在對角處,為2個或4個,同時MARK點面需平整,無氧化,脫落現象;定位孔設計在板邊,為對稱設計,一般為4個,直徑為3mm,公差為±0.01inch.       8.V-cut深度需根據連板大小及基板板厚考量,角度建議為不少於45°.       9.連板設計的同時,需基於基板的分板方式考量<人工(治具)還是使用分板設備>.  10.使用針孔(郵票孔)聯接:需請考慮斷裂后的毛刺,及是否影響COB工序的Bonding機上的夾具穩定工作,還應考慮是否有無影響插件過軌道,及是否影響裝配組裝. 

    標簽: PCB 阻抗匹配 計算工具 教程

    上傳時間: 2013-10-15

    上傳用戶:3294322651

  • PADS出Excel BOM強勢升級

      網上瘋傳的Excel BOM經典腳本,相信諸位PADS用戶再熟悉不過了吧!     但是它還有缺點:   1.元件封裝不能轉換。(元件位號為R/C/L的0402/063/0805/1206封裝自動轉換統一的對應封裝,以方便統計。)   2.元件參數轉換。(電阻的轉換0R時由0mR修正為0R,KR/MR修正為K/M。)   3.不能按元件的SMD屬性來分類統計。   4.有些公司在制作PADS庫元件時,已經為元件建立了Part ID。導出BOM時需要元件的Part ID屬性。   5.不能導出元件坐標。(本人改進導出元件幾何中心坐標,以便貼片生產之用。)   6.不能導出跳線。   7.不能支持WPS。   8.不能自定義導出元件的Part ID屬性。   9.不能自定義位號之間連接符號。   10.導出BOM特殊字符亂碼,比如常見的±/µ/Ω等。(PADS9.5在中文狀態下導出BOM就不會亂碼,     暫時還沒有更好的解決辦法,不過可以在Excel中替換解決。) 11.加載與運行腳本步驟繁冗;運行速度比較慢。(本人改進的代碼速度絕對不會比之前的慢。)

    標簽: Excel PADS BOM

    上傳時間: 2015-01-01

    上傳用戶:rolypoly152

  • Allegro FPGA System Planner中文介紹

      完整性高的FPGA-PCB系統化協同設計工具   Cadence OrCAD and Allegro FPGA System Planner便可滿足較復雜的設計及在設計初級產生最佳的I/O引腳規劃,并可透過FSP做系統化的設計規劃,同時整合logic、schematic、PCB同步規劃單個或多個FPGA pin的最佳化及layout placement,借由整合式的界面以減少重復在design及PCB Layout的測試及修正的過程及溝通時間,甚至透過最佳化的pin mapping、placement后可節省更多的走線空間或疊構。   Specifying Design Intent   在FSP整合工具內可直接由零件庫選取要擺放的零件,而這些零件可直接使用PCB內的包裝,預先讓我們同步規劃FPGA設計及在PCB的placement。  

    標簽: Allegro Planner System FPGA

    上傳時間: 2013-10-19

    上傳用戶:shaojie2080

主站蜘蛛池模板: 晋城| 襄城县| 华亭县| 兴宁市| 宝兴县| 田林县| 农安县| 普安县| 沙坪坝区| 苗栗县| 广元市| 辉县市| 南丹县| 永丰县| 德安县| 司法| 碌曲县| 东乌珠穆沁旗| 朝阳区| 霞浦县| 饶平县| 棋牌| 秀山| 保德县| 九江市| 马关县| 九龙县| 吉首市| 库伦旗| 屏东市| 长武县| 利川市| 昭通市| 贞丰县| 游戏| 葫芦岛市| 柏乡县| 红安县| 石台县| 绥江县| 遵义县|