COB (Chip On Board)在電子製造業已經是一項成熟的技術了,可是一般的組裝工廠對它的製程並不熟悉,也許是因為它使用到一些 wire bond 的積體電路(IC)封裝技術,所以很多的成品或是專業電路板的代工廠很難找到相關的技術人員。以前COB大多只用在一些低階的消費性產品,隨著電子產品越...
分类:
其他好文 时间:
2014-09-14 11:15:56
阅读次数:
484
一、安装
以root用户运行:yum install wireshark
二、运行
在终端中键入命令:
#wireshark
bash:wireshark:command not found
#whereis wireshark
wireshark: /usr/lib/wireshark /usr/share/wireshark
#cd /usr/lib/wire...
分类:
系统相关 时间:
2014-09-12 17:16:03
阅读次数:
258
Given a digit string, return all possible letter combinations that the number could represent.
A mapping of digit to letters (just like on the telephone buttons) is given below.
Input:Digit st...
分类:
其他好文 时间:
2014-09-01 21:15:03
阅读次数:
223
D - Network
Time Limit:1000MS Memory Limit:10000KB 64bit IO Format:%I64d
& %I64u
Submit Status
Description
A Telephone Line Company (TLC) is establishing a new telephone cabl...
分类:
Web程序 时间:
2014-08-26 15:35:56
阅读次数:
256
DescriptionBusinesses like to have memorable telephone numbers. One way to make a telephone number memorable is to have it spell a memorable word or p...
分类:
其他好文 时间:
2014-08-22 00:19:05
阅读次数:
195
案例一:目前账户展示系列的简单调整。目前账户展示系列存在的问题:关键字定位不准确。可以考虑上下游相关的产品关键字添加到账户,如产品主要用于哪里,添加的关键字要跟你的定位的主题相对应,比如你定位的是电子电机,添加的关键字就可以是winding wire transformer,magnet wire ...
分类:
其他好文 时间:
2014-08-21 20:52:04
阅读次数:
171
原题:
Given a digit string, return all possible letter combinations that the number could represent.
A mapping of digit to letters (just like on the telephone buttons) is given below.
Input...
分类:
其他好文 时间:
2014-08-21 19:30:24
阅读次数:
225
经常会遇到要求点到曲线的距离的问题,在运用opencascade计算点到曲线和曲面的距离常用的两个类是:
Extrema_ExtPC, Extrema_ExtPS
一般做法是先构造曲线特征:(构造了Wire拓扑边)
TopoDS_Wire w = BRepBuilderAPI_MakePolygon(
gp_Pnt(0,0,0),
gp_Pnt(10,0,0),
gp_Pn...
分类:
其他好文 时间:
2014-08-21 17:18:34
阅读次数:
338
题目 Businesses like to have memorable telephone numbers. One way to make a telephone number memorable is to have it spell a memorable word or phrase. For example, you can call the University of Wa...
分类:
其他好文 时间:
2014-08-21 15:22:24
阅读次数:
237
给你n个点,m条边,让你求一条路径,使得s到t的最短边最长这类问题,不是MST就是二分+判断例如:1.NOIP2013day1t3 火车运输 MST+树上倍增2.CH ROUND 52 A 拆地毯 类似MST3.BZOJ1614: [Usaco2007 Jan]Telephone Lines架设电....
分类:
其他好文 时间:
2014-08-19 23:57:05
阅读次数:
433