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

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

Form-Factor

  • 4.asm…… 響鈴程序

    4.asm…… 響鈴程序,輸入一個數字字符N,響鈴N次。(完成)ysk3.asm ……顯示一個星型倒三角。m1.asm ………編程將鍵盤輸入的8位無符號二進制數轉化為十六進制數和十進制數,并輸出結果form.asm ……采用子程序編程按以下三種格式(██,◣,◥)打印九九乘法表:(完成)char.asm ……小寫字母a b c d ……x y z的ASCII碼分別為61H 62H 63H 64H……78H 79H 7AH, 而大寫字母A B C D ….X Y Z的ASCII碼分別為41H 42H 43H 44H …58H 59H 5AH, 使用串處理指令編程從鍵盤輸入16個字符(大小寫字母及其它字母均有), 存入以BUF1開始的一片存儲區中,并將其傳送到以BUF2開始的一片存儲區中, 在傳送是將其中的小寫字母均改為大寫字母,并將第一個小寫字母在串中的位置 (距串頭BUF1的相對位移量)以十六進制形式輸出。(完成)

    標簽: asm 程序

    上傳時間: 2013-12-22

    上傳用戶:zhyiroy

  • 在有些軟件里當鼠標移到某單詞上,其注釋就會顯示單詞的中文解釋.這樣的軟件是如何制作的呢?下面我就介紹以下獲取鼠標所在單詞的方法,至于中文結實要關系到數據庫及字庫問題在此我不做解釋. 首先建立新工程,在

    在有些軟件里當鼠標移到某單詞上,其注釋就會顯示單詞的中文解釋.這樣的軟件是如何制作的呢?下面我就介紹以下獲取鼠標所在單詞的方法,至于中文結實要關系到數據庫及字庫問題在此我不做解釋. 首先建立新工程,在FORM上添加一個TEXT文本框. 聲明SendMessage函數.

    標簽: 軟件 鼠標 如何制作 數據庫

    上傳時間: 2013-12-10

    上傳用戶:AbuGe

  • pdnMesh is an automatic mesh generator and solver for Finite Element problems. It will also do post-

    pdnMesh is an automatic mesh generator and solver for Finite Element problems. It will also do post-processing to generate contour plots and Postscript printouts. GUI support using GTK or MFC (Win32) is available. The problem definition can be done in any form and given to pdnMesh as an input data file. Drawing Exchange Format (DXF) files can be directly imported to pdnmesh. The quality and the coarseness of the mesh can be controlled by giving input parameters.

    標簽: automatic generator problems pdnMesh

    上傳時間: 2013-12-19

    上傳用戶:cuibaigao

  • Rainbow is a C program that performs document classification usingone of several different methods,

    Rainbow is a C program that performs document classification usingone of several different methods, including naive Bayes, TFIDF/Rocchio,K-nearest neighbor, Maximum Entropy, Support Vector Machines, Fuhr sProbabilitistic Indexing, and a simple-minded form a shrinkage withnaive Bayes.

    標簽: classification different document performs

    上傳時間: 2015-03-03

    上傳用戶:希醬大魔王

  • 手機地址薄程序

    手機地址薄程序,包含disploy, screen, form, alert blist, textbox, command的應用

    標簽: 手機 地址薄 程序

    上傳時間: 2013-11-29

    上傳用戶:450976175

  • DATA51 EQU 208H 8251A DATA PORTCTRL51 EQU 209H 8251A COMMAND PORTTIMER2 EQU 202H 8253 COUNT 2TIMCTL

    DATA51 EQU 208H 8251A DATA PORTCTRL51 EQU 209H 8251A COMMAND PORTTIMER2 EQU 202H 8253 COUNT 2TIMCTL EQU 203H 8253 CTRL PORTCLK00 EQU 8192 8251A CLK 4.77MBPS00 EQU 1200 BPS=1200FACTOR EQU 16 8251A BPS FACTOR=16

    標簽: EQU 8251A DATA PORTTIMER2

    上傳時間: 2015-03-22

    上傳用戶:時代電子小智

  • zlib 1.2.2 is a general purpose data compression library. All the code is thread safe. The data form

    zlib 1.2.2 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). These documents are also available in other formats from ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html

    標簽: data compression general purpose

    上傳時間: 2013-12-09

    上傳用戶:894898248

  • 關于tts語音引擎的使用方法!很多軟件具有英文發音和朗讀功能

    關于tts語音引擎的使用方法!很多軟件具有英文發音和朗讀功能,它們都使用了MSTTS(Microsoft Text To Speech)技術。微軟遵照COM的標準,提供了一套Speech API來對MSTTS進行編程。要在程序中使用這套API,必須確保系統已經安裝了MSTTS和Spchapi軟件包。   Speech API可以作為類型庫引用到Delphi中,方法是:打開Project選單下的Import Type Litrary,點擊“Add”加入Windows\Speech目錄下的Vtxauto.tlb文件,在Delphi的Import目錄中就會生成VTxtAuto—TLB.pas文件,其中定義了VTxtAuto—TLB單元,把它加到Uses成員中來。設計如圖2所示的窗口,定義全局變量: var VoTxt:IVTxtAuto   然后在Form的OnCreate事件中加入:   VoTxt:=CoVTxtAuto_.Create   VoTxt.Register(′′,′Speech Test′) {注冊}   “Read”按鈕代碼為:   VoTxt.Speak(Memo1.Lines.Text,10) {朗讀}   “Stop”按鈕代碼為:   VoTxt.StopSpeaking {停止朗讀}   至此,應用程序已具有朗讀功能,10表示使用普通語氣。借住VoTxt的屬性和方法,我們還可以控制閱讀速度和語氣,實現暫停、跳句等功能,Speech API編程就這么簡單。

    標簽: tts 語音 引擎 多軟件

    上傳時間: 2014-01-21

    上傳用戶:13681659100

  • In case you haven t realized it, building computer systems is hard. As the complexity of the system

    In case you haven t realized it, building computer systems is hard. As the complexity of the system gets greater, the task of building the software gets exponentially harder. As in any profession, we can progress only by learning, both from our mistakes and from our successes. This book represents some of this learning written in a form that I hope will help you to learn these lessons quicker than I did, or to communicate to others more effectively than I did before I boiled these patterns down.

    標簽: complexity the building computer

    上傳時間: 2015-04-25

    上傳用戶:tyler

  • 使用說明:    編譯并安裝

    使用說明:    編譯并安裝,在 IDE 的控件欄可以看見 VCLSKIN 包含有 TSkinData,TSkinStore和TSkinCaption 請在放置 TSkinData 控件的 FORM 上放置一個 TSkinCaption, 當TSkinCaption 的 Active 屬性為 False 時關閉補丁,當 Active 為 True 時開啟補丁。 補丁未開啟時 VclSkin 為 DEMO 版, 補丁開啟時 VclSkin 業已成為 retail 版本。 補丁支持運行時動態開啟。 請注意:3.93 以后的版本補丁 active 屬性缺省為開啟。 新增 SKIN 的透明設置 SkinAlpha,可以制作全透明的 Vista 界面,包括 Menus,Dialogs,MessageBox 等等。 備注:此版本已經可以和 TNT Unicode Controls 很好的一起工作! 如果你需要轉載本補丁,請指明出處。 maotpo@126.com QQ: 378453102 (歡迎交流)

    標簽: 使用說明 編譯

    上傳時間: 2015-05-10

    上傳用戶:lps11188

主站蜘蛛池模板: 铜山县| 威远县| 农安县| 吴忠市| 芦溪县| 若尔盖县| 汉川市| 泾阳县| 前郭尔| 平山县| 双鸭山市| 崇文区| 雅安市| 巴彦县| 乌苏市| 休宁县| 兴山县| 前郭尔| 康保县| 三都| 酒泉市| 富锦市| 林口县| 金平| 沙湾县| 昌乐县| 黔东| 崇明县| 龙门县| 当雄县| 奉化市| 且末县| 资兴市| 黑山县| 宜宾县| 呼图壁县| 尚义县| 铁岭市| 广平县| 正镶白旗| 利津县|