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

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

ultra-Wide

  • 《多傳感器數據融合手冊》 《Handbook of Multisensor Data Fusion》 作者: David L. Hall 定價: USD 199.95 出版社: CRC 出版

    《多傳感器數據融合手冊》 《Handbook of Multisensor Data Fusion》 作者: David L. Hall 定價: USD 199.95 出版社: CRC 出版年: 2001-06-20 簡介 · · · · · ·    Multisensor data fusion is an emerging technology with important applications in both the military and civilian sectors, such as target recognition, robotics, medical diagnostics, and "smart" buildings. It draws on techniques from wide-ranging disciplines, including artificial intelligence, pattern recognition, and statistical estimation. This handbook is an up-to-date, comprehensive resource for data fusion system designers and researchers. Top experts in the field lead readers from a basic introduction and survey of data fusion technology to advanced mathematics and theory and to some very practical advice for systems implementers.

    標簽: L. Multisensor Handbook 199.95

    上傳時間: 2014-02-06

    上傳用戶:二驅蚊器

  • This data set contains WWW-pages collected from computer science departments of various universities

    This data set contains WWW-pages collected from computer science departments of various universities in January 1997 by the World Wide Knowledge Base (Web->Kb) project of the CMU text learning group. The 8,282 pages were manually classified into the following categories: student (1641) faculty (1124) staff (137) department (182) course (930) project (504) other (3764)

    標簽: universities departments WWW-pages collected

    上傳時間: 2015-11-12

    上傳用戶:chenlong

  • 什么是 VBScript? Microsoft Visual Basic Scripting Edition 是程序開發語言 Visual Basic 家族的最新成員

    什么是 VBScript? Microsoft Visual Basic Scripting Edition 是程序開發語言 Visual Basic 家族的最新成員,它將靈活的腳本應用于更廣泛的領域,包括 Microsoft Internet Explorer 中的 Web 客戶機腳本和 Microsoft Internet Information Service 中的 Web 服務器腳本。 ActiveX腳本可用在 Microsoft(R) Internet Explorer 和 Microsoft(R) Internet Information Service 中。 其他應用程序和瀏覽器中的 VBScript 作為開發者,您可以在您的產品中免費使用 VBScript 源實現程序。Microsoft 為 32 位 Windows(R) API、16 位 Windows API 和 Macintosh(R) 提供 VBscript 的二進制實現程序。VBScript 與 World Wide Web 瀏覽器集成在一起。VBScript 和 ActiveX腳本也可以在其他應用程序中作為普通腳本語言使用。

    標簽: Visual Basic Microsoft Scripting

    上傳時間: 2013-12-14

    上傳用戶:plsee

  • 點陣字體產生工具以及相關顯示函數。 在開發嵌入式系統時

    點陣字體產生工具以及相關顯示函數。 在開發嵌入式系統時,需要顯示不同大小或類型字體的漢字。顯然,對于嵌入式系統,不太可能使用矢量字體,而點陣字體,不同大小的字體不能簡單的縮放。 另外,對一個小系統,也不需要完整的字體,往往只要幾十個,甚至幾個就夠了。 一般,我們采用的方法是,自己準備點陣字體的數據,在顯示漢字時,把這些數據寫入顯存就行了。 這時又存在另外一個問題,由于是不完整的字庫,不能簡單的用漢字的內碼去找到對應的字體數據,如果逐個比較,又費時間。比較好的方法就是把字體數據排序,用二分法查找,這樣可以大大提高查找效率。 這里為以上問題提供了一個完整的解決方案: 產生字體數據:指定字體類型、大小,自動產生字體數據。 字體數據排序:可以按Unicode,也可以按Ansi排序。 集成顯示函數:提供相關顯示函數。為了節省空間,我們把文字分成thin和wide兩種,前者用于顯示傳統的ASCII字符集,后者用于顯示漢字等多(雙)字節字符

    標簽: 點陣 字體 函數 嵌入式系統

    上傳時間: 2014-12-05

    上傳用戶:xiaoyunyun

  • CSS就是Cascading Style Sheets

    CSS就是Cascading Style Sheets,中文翻譯為“層疊樣式表”,簡稱樣式表,它是一種制作網頁的新技術。 網頁設計最初是用HTML標記來定義頁面文檔及格式,例如標題<h1>、段落<p>、表格<table>、鏈接<a>等,但這些標記不能滿足更多的文檔樣式需求,為了解決這個問題,在1997年W3C(The World Wide Web Consortium)頒布HTML4標準的同時也公布了有關樣式表的第一個標準CSS1, 自CSS1的版本之后,又在1998年5月發布了CSS2版本,樣式表得到了更多的充實。W3C把DHTML(Dynamic HTML)分為三個部分來實現:腳本語言(包括JavaScript、Vbscript等)、支持動態效果的瀏覽器(包括Internet Explorer、Netscape Navigator等)和CSS樣式表。

    標簽: Cascading Sheets Style CSS

    上傳時間: 2014-11-24

    上傳用戶:ruan2570406

  • Example to support XML files using MSXML. ========================================= XML (Extensi

    Example to support XML files using MSXML. ========================================= XML (Extensible Markup Language) is a commonly used basis for representing a huge range of structured data file formats. The specification is maintained by the World Wide Web Consortium (W3C?. This plugin is intended as an example of how XML data can be read with a DataPlugin. You can adjust it to meet the needs of your own XML file format. After installing the URI file (double click on it), you can find the VBScript file located at "C:\Program Files\National Instruments\Shared\USI\plugins\DataPlugins\XML Example" You can make changes to this file to read your specific XML file.

    標簽: XML Example support Extensi

    上傳時間: 2016-01-03

    上傳用戶:cooran

  • XML (Extensible Markup Language) is a commonly used basis for representing a huge range of structu

    XML (Extensible Markup Language) is a commonly used basis for representing a huge range of structured data file formats. The specification is maintained by the World Wide Web Consortium (W3C?. This plugin is intended as an example of how XML data can be read with a DataPlugin. You can adjust it to meet the needs of your own XML file format.

    標簽: representing Extensible Language commonly

    上傳時間: 2014-03-04

    上傳用戶:685

  • XML (Extensible Markup Language) is a commonly used basis for representing a huge range of structu

    XML (Extensible Markup Language) is a commonly used basis for representing a huge range of structured data file formats. The specification is maintained by the World Wide Web Consortium (W3C?. This plugin is intended as an example of how XML data can be read with a DataPlugin. You can adjust it to meet the needs of your own XML file format.

    標簽: representing Extensible Language commonly

    上傳時間: 2016-01-03

    上傳用戶:semi1981

  • XML (Extensible Markup Language) is a commonly used basis for representing a huge range of structu

    XML (Extensible Markup Language) is a commonly used basis for representing a huge range of structured data file formats. The specification is maintained by the World Wide Web Consortium (W3C?. This plugin is intended as an example of how XML data can be read with a DataPlugin. You can adjust it to meet the needs of your own XML file format.

    標簽: representing Extensible Language commonly

    上傳時間: 2016-01-03

    上傳用戶:nanfeicui

  • 說明文件: XML (Extensible Markup Language) is a commonly used basis for representing a huge range of

    說明文件: XML (Extensible Markup Language) is a commonly used basis for representing a huge range of structured data file formats. The specification is maintained by the World Wide Web Consortium (W3C?. This plugin is intended as an example of how XML data can be read with a DataPlugin. You can adjust it to meet the needs of your own XML file format.

    標簽: representing Extensible Language commonly

    上傳時間: 2016-01-03

    上傳用戶:dreamboy36

主站蜘蛛池模板: 临澧县| 扬州市| 莱西市| 台北县| 海南省| 汉川市| 桐城市| 仪陇县| 固原市| 乐东| 西盟| 玛曲县| 鲁山县| 嘉禾县| 施秉县| 惠州市| 灌云县| 定州市| 广宗县| 横山县| 大关县| 鹿泉市| 福州市| 仪陇县| 新邵县| 南澳县| 嫩江县| 庐江县| 微山县| 上饶市| 红河县| 乾安县| 濮阳县| 宁德市| 乌拉特前旗| 兴山县| 平利县| 独山县| 巍山| 江源县| 晋州市|