搜索结果

找到约 35 项符合 failure 的查询结果

书籍 ESD - Failure Mechanisms and Models

Failure analysis is invaluable in the learning process of electrostatic discharge (ESD) and electrical overstress (EOS) protection design and development [1–8]. In the failure analysis of EOS, ESD, and latchup events, there are a number of unique failure analysis processes andinformationthatcanprov ...
https://www.eeworm.com/dl/522248.html
下载: 5
查看: 298

技术资料 TEMPERATURE & HUMIDITY AND FAILURE ANALYSIS

基本概念 (温度,湿度) 温湿度引起的失效分析 温湿度筛选测试  简介与分析 分系统热循环试验 避免元器件过热设计 环境测试中断处理 Summ
https://www.eeworm.com/dl/905691.html
下载: 6
查看: 227

技术资料 Failure Analysis of Integrated Circuits Tools and Techniques.pdf

资料->【E】光盘论文->【E5】英文书籍->Failure Analysis of Integrated Circuits Tools and Techniques.pdf
https://www.eeworm.com/dl/940428.html
下载: 9
查看: 7620

技术资料 Testing method of printed wiring board to find out short-circuit failure

Testing method of printed wiring board to find out short-circuit failure
https://www.eeworm.com/dl/930200.html
下载: 2
查看: 8428

驱动编程 FPFilter is a sample disk filter driver that demonstrates how a disk failure prediction filter drive

FPFilter is a sample disk filter driver that demonstrates how a disk failure prediction filter driver could be implemented. A failure prediction filter driver can predict when a disk may fail and notify the disk driver stack of this condition.
https://www.eeworm.com/dl/618/135122.html
下载: 119
查看: 1105

Linux/Unix编程 //初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } cbreak()

//初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } cbreak() noecho() keypad(stdscr, TRUE) //建立菜单项 for(i=0 i<N_ITEMS i++){ items[i] = new_item(months[i], "") } //建立菜单 mymenu = new_menu(items) //设置为5行单列的菜单 set_menu_fo ...
https://www.eeworm.com/dl/619/451812.html
下载: 73
查看: 1088

软件设计/软件工程 To explain what is meant by a critical system where system failure can have severe human or economic

To explain what is meant by a critical system where system failure can have severe human or economic consequence
https://www.eeworm.com/dl/684/437817.html
下载: 139
查看: 1061

Linux/Unix编程 //初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } //设置模式

//初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } //设置模式 cbreak() noecho() keypad(stdscr, TRUE) //建立窗口 win = newwin(h, w, 3, 20) box(win, 0, 0) keypad(win, TRUE) wmove(win, cury, curx) mvaddstr(16, 1, "Press arrow keys to move ...
https://www.eeworm.com/dl/619/451811.html
下载: 91
查看: 1039

技术资料 JEP112C

JEP112C标准 Failure Mechanisms and Models for Semiconductor Devices
https://www.eeworm.com/dl/984222.html
下载: 1
查看: 6744

STL SSD5_EXE3练习题 if (!testConstructors()) { cerr << "Constructor and\or accessors failed check

SSD5_EXE3练习题 if (!testConstructors()) { cerr << "Constructor and\\or accessors failed check\n" return EXIT_FAILURE } if (!testLessThan()) { cerr << "Operator < failed check\n" return EXIT_FAILURE } if (!testInsertion()) { cerr << "Operator >> failed check\n" return EXIT_FAILURE ...
https://www.eeworm.com/dl/658/367302.html
下载: 31
查看: 1069