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

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

EDID-Board

  • 71M6541演示板用戶手冊

    The Maxim Integrated 71M6541-DB REV 3.0 Demo Board is a demonstration board for evaluating the 71M6541 device for single-phase electronic energy metering applications in conjunction with the Remote Sensor Inter-face. It incorporates a 71M6541 integrated circuit, a 71M6601 Remote Interface IC, peripheral circuitry such as a serial EEPROM, emulator port, and on-board power supply. A serial to USB converter allows communication to a PC through a USB port. The Demo Board allows the evaluation of the 71M6541 energy meter chip for measurement accuracy and overall system use.

    標簽: 71M6541 演示板 用戶手冊

    上傳時間: 2013-11-06

    上傳用戶:雨出驚人love

  • STM320518-EVAL Evaluation Board

    STM32學習資料

    標簽: Evaluation 320518 Board EVAL

    上傳時間: 2013-10-31

    上傳用戶:看到了沒有

  • XAPP1023-測試Virtex-4 TEMAC系統的性能

    This application note provides step-by-step instructions on how to recreate a Tri-Mode Ethernet(TEMAC) performance testing system using the ML405 board and MontaVista Linux 4.0. Thisapplication note shows how to set up a simple EDK Base System Builder system on the ML405Evaluation Platform and run performance tests. The network architecture for the test isdescribed. A system is built and downloaded into the FPGA. A MontaVista Linux kernel isconfigured, built, and downloaded into the ML405 Evaluation Platform. The instructions forobtaining and setting up the software used to perform the measurements, netperf, are given.

    標簽: Virtex TEMAC XAPP 1023

    上傳時間: 2013-11-11

    上傳用戶:saharawalker

  • NCV7356單線CANBUS收發器數據手冊

    The NCV7356 is a physical layer device for a single wire data linkcapable of operating with various Carrier Sense Multiple Accesswith Collision Resolution (CSMA/CR) protocols such as the BoschController Area Network (CAN) version 2.0. This serial data linknetwork is intended for use in applications where high data rate is notrequired and a lower data rate can achieve cost reductions in both thephysical media components and in the microprocessor and/ordedicated logic devices which use the network.The network shall be able to operate in either the normal data ratemode or a high-speed data download mode for assembly line andservice data transfer operations. The high-speed mode is onlyintended to be operational when the bus is attached to an off-boardservice node. This node shall provide temporary bus electrical loadswhich facilitate higher speed operation. Such temporary loads shouldbe removed when not performing download operations.The bit rate for normal communications is typically 33 kbit/s, forhigh-speed transmissions like described above a typical bit rate of83 kbit/s is recommended. The NCV7356 features undervoltagelockout, timeout for faulty blocked input signals, output blankingtime in case of bus ringing and a very low sleep mode current.

    標簽: CANBUS 7356 NCV 單線

    上傳時間: 2013-10-24

    上傳用戶:s藍莓汁

  • 基于Zigbee的無線傳輸電路的抗電磁干擾優化設計

    電力設備熱點溫度與電流在線監測預警系統工作在大型變壓器旁,極易受電磁輻射干擾,針對該預警系統的子系統:無線傳輸部分進行了抗電磁干擾設計,采用Ansoft Designer軟件仿真分析了PCB(Printed Circuit Board)中電磁波對PCB電磁兼容性產生的影響,根據其得出的PCB的電流圖及近場分布圖,分析PCB的電磁兼容性,針對結果中的電磁輻射過高區域進行了重新設計,經Ansoft Designer驗證,重新設計后的PCB各項指數有所下降,電磁兼容性得到提高。

    標簽: Zigbee 無線傳輸 抗電磁干擾 優化設計

    上傳時間: 2013-11-11

    上傳用戶:ggwz258

  • SMT生產線貼片機負荷均衡優化

    摘要:采用表面組裝技術(surface mountt echnology,SMT)進行印制板級電子電路組裝是當代組裝技術發展的主流。典型的SMT生產線是由高速機和多功能機串聯而成,印制電路板(printed circuit board,PCB)上的元器件在貼片機之間的負荷均衡優化問題是SMT生產調度的關鍵問題。以使貼片時間與更換吸嘴時間之和最大的工作臺生產時間最小化為目標構建了負荷均衡模型,開發了相應的遺傳算法,并進行了數值實驗與算法評價。與生產時間理論下界和現場機器自帶軟件調度方案的對比表明了模型及其算法的有效性。關鍵詞:印制電路板;表面組裝生產線;負荷分配;生產線優化

    標簽: SMT 生產線 均衡 貼片機

    上傳時間: 2013-10-09

    上傳用戶:亞亞娟娟123

  • 基于(英蓓特)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設計軟件ExpressPCB 下載

    ExpressPCB 是一款免費的PCB設計軟件,簡單實使。可以畫雙層板。 Our Free PCB software is a snap to learn and use. For the first time, designing circuit boards is simple for the beginner and efficient for the professional.   Our board manufacturing service makes top quality two and four layer PCBs. Use our MiniBoard service and pay only $51 for three boards (plus $8 shipping).

    標簽: ExpressPCB PCB 設計軟件

    上傳時間: 2013-11-15

    上傳用戶:lchjng

  • 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設計軟件ExpressPCB 下載

    ExpressPCB 是一款免費的PCB設計軟件,簡單實使。可以畫雙層板。 Our Free PCB software is a snap to learn and use. For the first time, designing circuit boards is simple for the beginner and efficient for the professional.   Our board manufacturing service makes top quality two and four layer PCBs. Use our MiniBoard service and pay only $51 for three boards (plus $8 shipping).

    標簽: ExpressPCB PCB 設計軟件

    上傳時間: 2013-10-09

    上傳用戶:1047385479

主站蜘蛛池模板: 博白县| 江北区| 安福县| 台山市| 渭南市| 宜丰县| 北流市| 新平| 桂阳县| 普兰县| 韶山市| 绥芬河市| 石河子市| 梅河口市| 开平市| 通城县| 小金县| 日喀则市| 西和县| 花莲县| 黄冈市| 合阳县| 澄迈县| 扎囊县| 军事| 嘉义市| 兴业县| 沂源县| 河间市| 德钦县| 梁山县| 枣强县| 五寨县| 丽江市| 西华县| 天镇县| 宁明县| 洛川县| 湾仔区| 娄烦县| 尖扎县|