2010年8月18日 星期三

CPU benchmark tool

CPU benchmark tool... 測CPU only時的好工具

POV-Ray
CineBench
MainConcept
Fritz Chess Benchmark

參考網頁
http://big5.china.com/gate/big5/tech.china.com/zh_cn/hardware/diy/pingce/11063186/20100521/15946311_6.html

----
該死的某"呆"公司...

2010年6月17日 星期四

HDMI / HDCP

有關HDMI/HDCP的介紹文章
(High Definition Multimedia Interface / High-Bandwidth Digital Content Protection)

[知識]HDMI技術與HDCP工作原理 !

[資訊]HDMI介面及 HDCP技術

Wiki上的文章
HDMI
HDCP
Blu-ray disc
HD DVD

2010年5月24日 星期一

半年

不知不覺地,已經半年沒在這裡po文了

半年...也是我換工作到這邊以來的時間了呢
好像學了不少... 可是前頭還有更多要學的在等著

加油吧

之後該開始恢復在這邊記錄東西了

2009年11月4日 星期三

NRE

NRE
Non-Recurring Engineering  一次性費用


參考資料
DIGITIMES    中文找到的資料寫的內容都一樣,就貼這個吧
Wiki

2009年9月16日 星期三

FIB

FIB : Focused Ion Beam (聚焦離子束?)

參考資料網頁:
FIB介紹
Introduction: Focused Ion Beam Systems
Wiki頁面(英文) 

2009年8月27日 星期四

UART 速記

UART : Universal Asynchronous Receiver/Transmitter

* serail communication
* start bit, data bit, (parity bit,) stop bit
+ data: 5~8 bit
+ parity bit is optional
+ stop bit: 1, 1.5, 2 bit
* start bit => 與bus idle state相反的polarity
* stop bit => 與bus idle state相同的polarity
+ 通常idle state為1 => start bit為0, stop bit為1
* LSB 先送 [重要!!!]
* 若沒收到stop bit則資料無效 (framing error)
* 注意baud rate設定
* bit-banging : 手動控制收發時間訊號 (更詳盡的解釋?)
* loop-back test

* 收發兩邊的設定要一致 (baud rate, start/data/parity/stop bit)

----
參考資料
wiki
society of robots