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

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

READ

  • This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer a

    This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially contains "space" characters only. READ several letters from the file to the buffer. Then search the buffer for the longest string that matches the letters just READ, and send its length and position in the buffer.

    標簽: initiated described modified slightly

    上傳時間: 2014-01-09

    上傳用戶:sk5201314

  • This code implements the basic functions for an I2C slave device using the SSP module. All I2C funct

    This code implements the basic functions for an I2C slave device using the SSP module. All I2C functions are handled in an ISR. Bytes written to the slave are stored in a buffer. After a number of bytes have been written, the master device can then READ the bytes back from the buffer.

    標簽: implements I2C functions the

    上傳時間: 2015-04-02

    上傳用戶:邶刖

  • vb.net 開發的WinCE下的串口通訊類

    vb.net 開發的WinCE下的串口通訊類,open()打開串口,READ(),write()讀寫串口

    標簽: WinCE net vb 串口通訊

    上傳時間: 2014-06-02

    上傳用戶:tfyt

  • 關于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

  • The Art of Assembly Language Amazing! You’re actually READing this. That puts you into one of three

    The Art of Assembly Language Amazing! You’re actually READing this. That puts you into one of three categories: a student who is being forced to READ this stuff for a class, someone who picked up this book by accident (probably because you have yet to be indoctrinated by the world at large), or one of the few who actually have an interest in learning assembly language.

    標簽: Assembly Language actually Amazing

    上傳時間: 2015-04-30

    上傳用戶:asddsd

  • 這是一個比較完整的java語言編寫的文件系統程序

    這是一個比較完整的java語言編寫的文件系統程序,有8個基本功能,要求設計一個N個用戶的文件系統,每次用戶可以保存M個文件,用戶在一次運行中只能打開一個文件,對文件必須設置保護措施。且至少有Create,Delete,Open,READ,Write等命令。

    標簽: java 比較 文件系統 語言

    上傳時間: 2015-05-01

    上傳用戶:戀天使569

  • The program SPLAY is a pascal to C translation of a program that Kim Kokkonen wrote in Turbo Pasca

    The program SPLAY is a pascal to C translation of a program that Kim Kokkonen wrote in Turbo Pascal to implement Splay Trees. This program compresses and decompresses files, and does a pretty good job of it. Contents: SPLAY.PAS Original TP source code SPLAY.C Translation of code to C SPLAY.EXE Compiled version of SPLAY.C (small model) README.DOC You are looking at it READ the comments at the beginning of SPLAY.C for more info.

    標簽: program translation Kokkonen pascal

    上傳時間: 2015-05-05

    上傳用戶:rocwangdp

  • ABEL語言的編譯器

    ABEL語言的編譯器, 在DOS下使用。內有READ.TXT文件,使用前請看之。

    標簽: ABEL 語言 編譯器

    上傳時間: 2015-05-13

    上傳用戶:bjgaofei

  • Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to w

    Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It serves well when there s just small amount of data. When the tree is somewhat bigger, the dumping/loading process could take a lengthy time and makes your mission-critical program less efficient. How about an AVL tree that can directly use the disk for data storage ? If there s something like that, we won t need to READ through the whole tree in order to pick up just a little bit imformation(a node), but READ only the sectors that are neccssary for locating a certain node and the sectors in which that node lies. This is my initial motivation for writing a storage-media independent AVL Tree. However, as you step forth, you would find that it not only works fine with disks but also fine with memorys, too.

    標簽: available libraries Although nearly

    上傳時間: 2014-01-22

    上傳用戶:zhoujunzhen

  • 這是sun公司的程序員考試書籍(英文版的pdf) 還有模擬考試安裝盤

    這是sun公司的程序員考試書籍(英文版的pdf) 還有模擬考試安裝盤,和視頻!我將稍后發布! READ THIS AGREEMENT CAREFULLY. IF YOU AGREE TO ALL THE TERMS AND CONDITIONS SET FORTH BELOW AND ARE WILLING TO BE LEGALLY BOUND BY THEM, PRESS THE I AGREE BUTTON TO CONTINUE WITH THE SETUP. IF YOU DO NOT AGREE TO SUCH TERMS AND CONDITIONS, PRESS THE I DON T AGREE BUTTON TO ABORT THE INSTALLATION.

    標簽: sun 程序員 書籍

    上傳時間: 2015-05-25

    上傳用戶:ccclll

主站蜘蛛池模板: 鄂伦春自治旗| 怀柔区| 钟山县| 青岛市| 兴仁县| 万荣县| 年辖:市辖区| 南雄市| 沙洋县| 镇坪县| 清苑县| 景德镇市| 新宁县| 六安市| 潜山县| 灵台县| 兴隆县| 东阳市| 娄烦县| 宿州市| 崇明县| 宁海县| 永城市| 巴林右旗| 微博| 安吉县| 黄骅市| 万年县| 葫芦岛市| 子洲县| 潮州市| 长沙市| 哈尔滨市| 荥经县| 平顺县| 祁连县| 金坛市| 温泉县| 涿州市| 梅州市| 罗江县|