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

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

Wide-band

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

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

  • Multivac 的Level set包

    Multivac 的Level set包,包括 narrow band level set方法和fast marching方法的全部源代碼。

    標簽: Multivac Level set

    上傳時間: 2015-12-02

    上傳用戶:teddysha

  • 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

  • This book is an in-depth exploration into eVB s inherent features, and how to use them to solve like

    This book is an in-depth exploration into eVB s inherent features, and how to use them to solve likely mobile application programming tasks. After reading the book the reader will be able to write applications tackling a wide array of business problems for Windows CE-powered devices, both customized and for PocketPC and Handheld PC products. This book will help ease the transition into the language, and provide a reference for even more experienced developers.

    標簽: exploration in-depth features inherent

    上傳時間: 2013-12-12

    上傳用戶:aa54

  • 蠕蟲mydoom.a版本的完整源代碼

    蠕蟲mydoom.a版本的完整源代碼,mydoom為internet上傳播很廣的蠕蟲,以傳播能力強而聞名于世,蠕蟲為c語言編寫,很有借鑒意義。-worm version of the complete source code, mydoom internet for a wide spread of the worm to spread the renowned

    標簽: mydoom 蠕蟲 版本 源代碼

    上傳時間: 2013-12-12

    上傳用戶:zhoujunzhen

主站蜘蛛池模板: 崇信县| 突泉县| 吉林省| 苍梧县| 措美县| 千阳县| 连城县| 扎赉特旗| 连州市| 柳江县| 江川县| 嘉定区| 普洱| 卫辉市| 普兰县| 彭泽县| 赤壁市| 宜章县| 和林格尔县| 磐安县| 富川| 聊城市| 清新县| 军事| 横峰县| 舟曲县| 宁陵县| 洪泽县| 尤溪县| 重庆市| 蕉岭县| 扬中市| 开原市| 腾冲县| 辽源市| 铜鼓县| 河曲县| 宣汉县| 洞头县| 象山县| 白水县|