In each step the LZSS algorithm sends either a character or a <position, length> pair. Among these, perhaps character "e" appears more frequently than "x", and a <position, length> pair of length 3 might be commoner than one of length 18, say. Thus, if we encode the more frequent in fewer bits and the less frequent in more bits, the total length of the encoded text will be diminished. This consideration suggests that we use Huffman or arithmetic coding, preferably of adaptive kind, along with LZSS.
標(biāo)簽: algorithm character position either
上傳時(shí)間: 2014-01-27
上傳用戶:wang0123456789
The Kannel Open Source WAP and SMS gateway works as both an SMS gateway, for implementing keyword based services via GSM text messages, and a WAP gateway, via UDP. The SMS part is fairly mature, the WAP part is early in its development. In this release, the GET request for WML pages and WMLScript files via HTTP works, including compilation for WML and WMLScript to binary forms. Only the data call bearer (UDP) is supported, not SMS.
標(biāo)簽: gateway implementing SMS keyword
上傳時(shí)間: 2014-01-11
上傳用戶:2525775
java寫的局域網(wǎng)廣播系統(tǒng).本軟件包括2個(gè)部分:局域網(wǎng)廣播系統(tǒng)——服務(wù)端,局域網(wǎng)廣播系統(tǒng)——接收端,服務(wù)端是通過(guò)網(wǎng)絡(luò)連接,與一些固定的計(jì)算機(jī)相連形成局域網(wǎng)進(jìn)行彼此間的信息發(fā)送,實(shí)現(xiàn)通信功能??梢园l(fā)送計(jì)算機(jī)中存儲(chǔ)的文本文件,只對(duì)以文本文擋(text)上文字進(jìn)行識(shí)別;接收端是通過(guò)網(wǎng)絡(luò)連接,在指定的局域網(wǎng)中接收固定計(jì)算機(jī)播放的消息。
標(biāo)簽: java 局域網(wǎng) 廣播系統(tǒng) 分
上傳時(shí)間: 2015-03-29
上傳用戶:tuilp1a
The Small C compiler translates a subset of the C language into assembly language. It runs under PC/MS-DOS 2.1 and later. Small C is compatible with the Microsoft and Small Mac assemblers. Small C takes full advantage of the ability of these assemblers to generate relocatable object code, to maintain libraries of relocatable modules, and to link separately compiled program modules. It supports a small memory model with one code and one data/stack segment.
標(biāo)簽: language translates compiler assembly
上傳時(shí)間: 2015-04-08
上傳用戶:Avoid98
關(guān)于tts語(yǔ)音引擎的使用方法!很多軟件具有英文發(fā)音和朗讀功能,它們都使用了MSTTS(Microsoft Text To Speech)技術(shù)。微軟遵照COM的標(biāo)準(zhǔn),提供了一套Speech API來(lái)對(duì)MSTTS進(jìn)行編程。要在程序中使用這套API,必須確保系統(tǒng)已經(jīng)安裝了MSTTS和Spchapi軟件包。 Speech API可以作為類型庫(kù)引用到Delphi中,方法是:打開(kāi)Project選單下的Import Type Litrary,點(diǎn)擊“Add”加入Windows\Speech目錄下的Vtxauto.tlb文件,在Delphi的Import目錄中就會(huì)生成VTxtAuto—TLB.pas文件,其中定義了VTxtAuto—TLB單元,把它加到Uses成員中來(lái)。設(shè)計(jì)如圖2所示的窗口,定義全局變量: var VoTxt:IVTxtAuto 然后在Form的OnCreate事件中加入: VoTxt:=CoVTxtAuto_.Create VoTxt.Register(′′,′Speech Test′) {注冊(cè)} “Read”按鈕代碼為: VoTxt.Speak(Memo1.Lines.Text,10) {朗讀} “Stop”按鈕代碼為: VoTxt.StopSpeaking {停止朗讀} 至此,應(yīng)用程序已具有朗讀功能,10表示使用普通語(yǔ)氣。借住VoTxt的屬性和方法,我們還可以控制閱讀速度和語(yǔ)氣,實(shí)現(xiàn)暫停、跳句等功能,Speech API編程就這么簡(jiǎn)單。
上傳時(shí)間: 2014-01-21
上傳用戶:13681659100
CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the code generation is fairly good. There are two versions one is for MSDOS/DPMI and one is for Win32. The Win32 version has a full-blown IDE capable of editing, building, and debugging windows programs included with it. However at this time debugging support for MSDOS is rudimentary at best and there is no IDE for DOS. the newest version, support windows.
標(biāo)簽: compiler general-purpose optimizing given
上傳時(shí)間: 2015-04-12
上傳用戶:gtzj
The following Philips LPC2k CAN examples in this directory were provided by ESAcademy. LPC2_CANAll_V110: Receives all CAN messages in a receive queue. LPC2_CANFull_V110: Uses Full-CAN-like reception filtering. LPC2_CANBlinky_V130: Minimal example of MicroCANopen, uses Full-CAN-like reception filtering and implements both Rx and Tx Interrupt Service Routines.
標(biāo)簽: ESAcademy following directory examples
上傳時(shí)間: 2015-04-25
上傳用戶:hasan2015
The following Philips LPC2k CAN examples in this directory were provided by ESAcademy. LPC2_CANAll_V110: Receives all CAN messages in a receive queue. LPC2_CANFull_V110: Uses Full-CAN-like reception filtering. LPC2_CANBlinky_V130: Minimal example of MicroCANopen, uses Full-CAN-like reception filtering and implements both Rx and Tx Interrupt Service Routines.
標(biāo)簽: ESAcademy following directory examples
上傳時(shí)間: 2013-12-13
上傳用戶:牛津鞋
The following Philips LPC2k CAN examples in this directory were provided by ESAcademy. LPC2_CANAll_V110: Receives all CAN messages in a receive queue. LPC2_CANFull_V110: Uses Full-CAN-like reception filtering. LPC2_CANBlinky_V130: Minimal example of MicroCANopen, uses Full-CAN-like reception filtering and implements both Rx and Tx Interrupt Service Routines.
標(biāo)簽: ESAcademy following directory examples
上傳時(shí)間: 2014-01-06
上傳用戶:zukfu
He was the first one (I noticed of) who coded a decrypter for yC 1.2 :)...good job. Also if it hasn t full support yet >:-) So as I promised...here s the source code. I hope it helps someone.
標(biāo)簽: decrypter noticed first coded
上傳時(shí)間: 2015-05-03
上傳用戶:498732662
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1