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

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

WIDE-SCREEN

  • 什么是 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

  • CFlowchartEditor is an extension of CDiagramEditor. CDiagramEditor is a vector editor, with a CWnd-d

    CFlowchartEditor is an extension of CDiagramEditor. CDiagramEditor is a vector editor, with a CWnd-derived window (CDiagramEditor), a data container (CDiagramEntityContainer) holding the draw-objects, undo stack and managing copy and paste, and objects derived from CDiagramEntity representing objects drawn on screen. CDiagramEditor lacks one feature (that is difficult to implement in both simple and general fashion) - links. Manually maintaining links in a - for example - flowchart or network topography map is unwieldy. Therefore, I ve created a reference implementation for one way of adding this functionality.

    標簽: CDiagramEditor CFlowchartEditor extension CWnd-d

    上傳時間: 2015-11-21

    上傳用戶:氣溫達上千萬的

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

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

  • 非常不錯的字模生成軟件

    非常不錯的字模生成軟件,用于嵌入式開發,液晶顯示。 字模3的作者: 龍嘯九天 c51bbs@vip.163.com 心意無涯 sitnc@vip.sina.com              ……………………………………………………………………………………………… 技巧與提示: ◆ 按“Print Screen鍵” 或者“Alt+Print Screen鍵”可以將當前屏幕或窗口 圖形拷貝到剪貼板,再按軟件的粘貼按鈕或者 “F4鍵”就可以獲得彩色轉黑白的 圖形。 ◆ 打開字體對話框時,按“應用”按鈕,可以直接預覽字體的大小、效果,可以 在狀態欄看到字體的寬和高的像素值。 ◆ 字符輸入欄支持Unicode,你可以從Windows的“附件-字符映射表”里復制任 意字符,并且生成字模。也可以通過“左Alt+小鍵盤”的方式輸入ASC是128以上 的字符。 ◆ 字模Ⅲ與其它軟件配合會產生更大的威力,比如和Windows畫筆配合時, 他們 之間的數據可以通過剪貼板交換,也可以通過打開同一個文件的方式進行, 當畫 筆保存文件后,字模Ⅲ會自動檢測并更新相應的圖形。

    標簽: 字模生成 軟件

    上傳時間: 2015-12-04

    上傳用戶:Breathe0125

  • 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

主站蜘蛛池模板: 松阳县| 甘南县| 贵定县| 普兰店市| 福清市| 土默特左旗| 平山县| 札达县| 林甸县| 灵宝市| 茶陵县| 海城市| 阿勒泰市| 澎湖县| 富民县| 西畴县| 新余市| 托里县| 巩留县| 滨海县| 田东县| 白山市| 黔南| 繁峙县| 沂源县| 正蓝旗| 马关县| 房产| 老河口市| 微山县| 通河县| 鄂温| 鄂尔多斯市| 平塘县| 禹州市| 土默特右旗| 荔浦县| 克拉玛依市| 和林格尔县| 宣化县| 施甸县|