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

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

Multi-layer

  • A one-dimensional calibration object consists of three or more collinear points with known relative

    A one-dimensional calibration object consists of three or more collinear points with known relative positions. It is generally believed that a camera can be calibrated only when a 1D calibration object is in planar motion or rotates around a ¯ xed point. In this paper, it is proved that when a multi-camera is observing a 1D object undergoing general rigid motions synchronously, the camera set can be linearly calibrated. A linear algorithm for the camera set calibration is proposed,and then the linear estimation is further re¯ ned using the maximum likelihood criteria. The simulated and real image experiments show that the proposed algorithm is valid and robust.

    標簽: one-dimensional calibration collinear consists

    上傳時間: 2014-01-12

    上傳用戶:璇珠官人

  • An AHB system is made of masters slaves and interconnections. A general approach to include all poss

    An AHB system is made of masters slaves and interconnections. A general approach to include all possible "muxed" implementation of multi layered AHB systems and arbitrated AHB ones can be thought as an acyclic graph where every source node is a master, every destination node is a slave and every internal node is an arbiter there must be one and only one arc exiting a master and one or more entering a slave (single slave verus multi-slave or arbitrated slave) an arbiter can have as many input and output connections as needed. A bridge is a special node that collapses one or more slave nodes and a master node in a new "complex" node.

    標簽: interconnections approach general include

    上傳時間: 2015-12-12

    上傳用戶:lyy1234

  • MPEG TS Utils application provides the user with a visual representation of the multiplexed stream s

    MPEG TS Utils application provides the user with a visual representation of the multiplexed stream structure of MPEG-2 Transport Streams (ISO/IEC 13818-1). The application allows the user to investigate the basic transport stream packets with their fields. The application also allows the user to manipulate with transport streams by filtering specified PIDs and exporting to file, demultiplexing to PES and ES streams, converting multi-program TS to single-program TS.

    標簽: representation application multiplexed the

    上傳時間: 2015-12-15

    上傳用戶:小鵬

  • 本章提供于Windows 操作系統(tǒng)設計Modbus 通信程序所需的基本子程 序

    本章提供于Windows 操作系統(tǒng)設計Modbus 通信程序所需的基本子程 序,以Borland C++ Builder V5.0 所設計的Sample Porgram 提供讀者參考。 所有原始檔(source program)都存于隨書贈送的光盤片內(nèi)。讀者必須了 解通信程序是需要高度與操作系統(tǒng)的API 相配合,各種資料型態(tài)的轉換, Multi-Thread 的運用,時間的掌控等事項,以C 語言為最適合的語言。

    標簽: Windows Modbus 操作 系統(tǒng)設計

    上傳時間: 2014-01-18

    上傳用戶:asddsd

  • Fit a multivariate gaussian mixture by a cross-entropy method. Cross-Entropy is a powerfull tool to

    Fit a multivariate gaussian mixture by a cross-entropy method. Cross-Entropy is a powerfull tool to achieve stochastic multi-extremum optimization.

    標簽: Cross-Entropy cross-entropy multivariate powerfull

    上傳時間: 2014-12-20

    上傳用戶:love_stanford

  • This paper investigates the design of joint frequency offset and carrier phase estimation of a mult

    This paper investigates the design of joint frequency offset and carrier phase estimation of a multi-frequency time division multiple access (MF-TDMA) demodulator that is applied to a digital video broadcasting—return channel system via satellite (DVB-RCS). The proposed joint estimation algorithm is based on the interpolation technique for two correlation values in the frequency and phase domains. This simple interpolation technique can significantly improve frequency and phase resolution capabilities of the proposed technique without increasing the number of the correlation values. In addition, the overall block diagram of a digital communications receiver for DVB-RCS is presented, which was designed using the proposed estimation algorithms. Index Terms—Carrier phase estimation, DVB-RCS, frequency offset estimation, interpolation, joint estimation, MF-TDMA.

    標簽: investigates estimation frequency carrier

    上傳時間: 2015-12-30

    上傳用戶:ls530720646

  • Anyone who interacts with today s modern databases needs to know SQL (Structured Query Language), th

    Anyone who interacts with today s modern databases needs to know SQL (Structured Query Language), the standard language for generating, manipulating, and retrieving database information. In recent years, the dramatic rise in the popularity of relational databases and multi-user databases has fueled a healthy demand for application developers and others who can write SQL code efficiently and correctly.

    標簽: Structured interacts databases Language

    上傳時間: 2016-01-02

    上傳用戶:qlpqlq

  • This zip file describes how to generate a clock on the PCK pin using the PMC running under AT91RM340

    This zip file describes how to generate a clock on the PCK pin using the PMC running under AT91RM3400DK with Green hills 3.6.1 Multi® 2000 Software Tool. Includes main.html file for help.

    標簽: describes the generate running

    上傳時間: 2013-12-11

    上傳用戶:hgy9473

  • 2.0.12 (May 13th, 2004) - Flag driver threads with PF_FREEZE to support software suspend. 2.0.

    2.0.12 (May 13th, 2004) - Flag driver threads with PF_FREEZE to support software suspend. 2.0.11 (May 7th, 2004) - Avoid split-completion bugs in certain PCI-X chipsets by breaking up large completion entry DMAs on ADB boundaries. 2.0.10 (April 9th, 2004) - Return "command timeout" status instead of "selection timeout status" to the SCSI mid-layer in response to selection timeouts. While the latter may seem more correct, the mid-layer will not offline devices suffering from persistent selection timeouts. This leads to extremely long recovery times for devices that go missing. Returning command timeout status causes the mid-layer to enter recovery and eventually offline persistently missing devices.

    標簽: PF_FREEZE software support suspend

    上傳時間: 2016-01-05

    上傳用戶:亞亞娟娟123

  • 這是我自己寫的用于嵌入式設備的CGI程序

    這是我自己寫的用于嵌入式設備的CGI程序,ANSI C編寫,嵌入式Linux中使用。這些CGI代碼是我在CGIC庫的基礎上加上了常用的一些外圍功能模塊函數(shù),比如讀寫配置文件等。其中比較重要的是我自己實現(xiàn)的session控制、頁面模板方式(模板標簽替換)和web多語言版本的一種我自己的實現(xiàn)方法。請參閱cgi_functions.c、session.c和multi-language.c。

    標簽: CGI 嵌入式設備 程序

    上傳時間: 2014-01-15

    上傳用戶:520

主站蜘蛛池模板: 故城县| 正镶白旗| 广饶县| 庆元县| 华容县| 南澳县| 东兰县| 宿松县| 微山县| 绥化市| 鸡东县| 黔江区| 缙云县| 咸宁市| 德阳市| 德州市| 定陶县| 河津市| 小金县| 资源县| 广西| 桃江县| 西宁市| 海安县| 中牟县| 台前县| 杨浦区| 车致| 南京市| 津南区| 德安县| 平阳县| 栖霞市| 凤山市| 汽车| 静宁县| 开远市| 河北省| 利辛县| 舟曲县| 天水市|