機械手說明及接口
上傳時間: 2013-11-01
上傳用戶:shanxiliuxu
常用搜索算法,包括8數碼游戲,A Star算法類的實現,以及黑白棋算法等
標簽: 搜索算法
上傳時間: 2014-02-22
上傳用戶:zq70996813
驅動模擬LCD,實現OSD控制。 使用M-Star的單片機
上傳時間: 2016-02-24
上傳用戶:hebmuljb
The simulator GUI is Started with command ui_Start in Matlab command window. WLAN simulation Starts by clicking the Start Simulation button in the GUI window. WLAN simulation can be terminated, before set number of packets have been reached by pressing control-C .
標簽: command simulation simulator ui_Start
上傳時間: 2016-06-11
上傳用戶:sevenbestfei
Finally: a hands-on, Java-centric workbook companion for the classic Design Patterns! Workbook approach deepens your understanding, builds your confidence, and strengthens your skills. Covers all five categories of design pattern intent: interfaces, responsibility, construction, operations, and extensions. CD-ROM contains all code examples from the book -- plus bonus code examples not found in the book. About the Author: Steven John Metsker is a researcher and author focused on advanced techniques for magnifying the abilities of object-oriented software developers. A rising Star in the patterns community, he was recently invited to join the acclaimed Hillside Group. He is author of Building Parsers with Java? (Addison-Wesley).
標簽: Java-centric companion hands-on Patterns
上傳時間: 2013-12-01
上傳用戶:1079836864
原創,A-Star算法求解最短路徑,尋路問題。 求解效率高,且對于理解A-Star算法和數據結構鏈表操作有非常有用。
標簽:
上傳時間: 2014-01-07
上傳用戶:waitingfy
這是書上的常用搜索算法,有8數碼游戲,黑白棋,A Star算法類的實現。
標簽: 搜索算法
上傳時間: 2013-12-29
上傳用戶:txfyddz
Windows起源可以追溯到Xerox公司進行的工作。1970年,美國Xerox公司成立了著名的研究機構Palo Alto Research Center(PARC),從事局域網、激光打印機、圖形用戶接口和面向對象技術的研究,并于1981年宣布推出世界上第一個商用的GUI(圖形用戶接口)系統:Star 8010工作站。但如后來許多公司一樣,由于種種原因,技術上的先進性并沒有給它帶來它所期望的商業上的成功。
上傳時間: 2013-12-14
上傳用戶:gmh1314
this document is related to the orcad layout plus. this document is useful in understanding and Starting the orcad pcb design tool layout plus.
標簽: document this understanding related
上傳時間: 2017-06-02
上傳用戶:wys0120
The object detector described below has been initially proposed by P.F. Felzenszwalb in [Felzenszwalb2010]. It is based on a Dalal-Triggs detector that uses a single filter on histogram of oriented gradients (HOG) features to represent an object category. This detector uses a sliding window approach, where a filter is applied at all positions and scales of an image. The first innovation is enriching the Dalal-Triggs model using a Star-structured part-based model defined by a “root” filter (analogous to the Dalal-Triggs filter) plus a set of parts filters and associated deformation models. The score of one of Star models at a particular position and scale within an image is the score of the root filter at the given location plus the sum over parts of the maximum, over placements of that part, of the part filter score on its location minus a deformation cost easuring the deviation of the part from its ideal location relative to the root. Both root and part filter scores are defined by the dot product between a filter (a set of weights) and a subwindow of a feature pyramid computed from the input image. Another improvement is a representation of the class of models by a mixture of Star models. The score of a mixture model at a particular position and scale is the maximum over components, of the score of that component model at the given location.
標簽: 計算機視覺
上傳時間: 2015-03-15
上傳用戶:sb_zhang