Structure the sources so that the compression and decompression code form a library usable by any program, and write both gzip and zip on top of this library. This would ideally be a reentrant (thread safe) library, but this would degrade performance. In the meantime, you can look at the sample program zread.c.
標(biāo)簽: decompression compression Structure the
上傳時間: 2015-08-06
上傳用戶:jackgao
pop3代理服務(wù)器源代碼One of the most powerful features of Pop3 Agent is a naive Bayes filter, that is capable of recognizing spam e-mails after appropriate training. Pop3 Agent uses an embedded Firebird database server. Of course, you can configure Pop3 Agent to work with an existing server if there is another Interbase/Firebird installation available in your network. Open the Pop3 Agent home directory, delete or rename gds32.dll and ib_util.dll, and set the INI file parameter FBembedded=0.
標(biāo)簽: features powerful filter Agent
上傳時間: 2014-01-10
上傳用戶:yoleeson
maven 2.0 The following instructions show how to install Maven 2: 1) Unpack the archive where you would like to store the binaries, eg: tar zxvf maven-2.0.tar.gz or unzip maven-2.0.zip 2) A directory called "maven-2.0" will be created. 3) Add the bin directory to your PATH, eg: export PATH=/usr/local/maven-2.0/bin:$PATH or set PATH="c:\program files\maven-2.0\bin" %PATH% 4) Make sure JAVA_HOME is set to the location of your JDK 5) Run "mvn --version" to verify that it is correctly installed.
標(biāo)簽: instructions following archive install
上傳時間: 2014-01-19
上傳用戶:weiwolkt
問題描述 假設(shè)停在鐵路調(diào)度站入口處的車廂序列的編號依次為1,2,3..n。設(shè)計一個程序,求出所有可能由此輸出的的長度為n的車廂序列。 基本要求 在棧的順序存儲結(jié)構(gòu)SqStack之上實現(xiàn)棧的五種基本要求,即實現(xiàn)棧類型。除了棧初始化操作之外,都要按函數(shù)實現(xiàn)。Push(s,x)是一個布爾函數(shù),當(dāng)且僅當(dāng)棧s上溢出時返回“假“值;再說明一個ElemType型的常量StackEmptyMark,操作pop(s)和top(s)遇到棧s為空的情況時返回值StackEmptyMark。程序?qū)5娜魏未嫒”仨毥柚诨静僮饕蟆?/p>
上傳時間: 2015-08-24
上傳用戶:王者A
員工培訓(xùn)系統(tǒng),首先確認(rèn)您的機器上已經(jīng)安裝了VC6.0以上版本,要編譯生成可執(zhí)行文件,需打開后綴名為dsw的文件,系統(tǒng)會默認(rèn)用VC打開,然后選擇Build菜單下的Set Active Configuration選項,選擇Project Configuration為Win32 Release,然后編譯項目,得到可執(zhí)行文件。連接數(shù)據(jù)庫請參照第2章的方法,在ODBC數(shù)據(jù)源內(nèi)添加Microsoft Access數(shù)據(jù)庫train.mdb,并將數(shù)據(jù)源名設(shè)定為train即可實現(xiàn)數(shù)據(jù)庫和應(yīng)用程序的正常連接,程序才能正常實現(xiàn)數(shù)據(jù)庫的訪問。另外,如果用戶自己編寫了.chm的幫助文檔只要和可執(zhí)行文件放在同一個目錄下就可以了。 用戶要修改程序源碼可以選擇相應(yīng)的.h和.cpp文件,本實例使用的命名規(guī)則基本是:DIALOG_***** 為管理對話框資源, *****Info為數(shù)據(jù)輸入窗口資源, *****Set為結(jié)果集對應(yīng)的類
上傳時間: 2015-08-26
上傳用戶:wmwai1314
數(shù)據(jù)抽象(使用類和對象設(shè)計回應(yīng)程序) 實驗內(nèi)容描述: 1. 測試程序 假設(shè)類名為Welcome,測試程序如下: void main() { Welcome we Welcome you(we) you.Display() you.Set(“Thank you.”) cout<<you.Get()<<endl you.talk() you.Display() }
標(biāo)簽: Welcome 數(shù)據(jù) 抽象 對象
上傳時間: 2015-08-27
上傳用戶:ommshaggar
華東理工大學(xué)自動化系《控制系統(tǒng)分析、設(shè)計和應(yīng)用》教材配套程序?qū)嵗?有關(guān)說明: 1. 安裝MATLAB軟件。安裝時,將MATLAB安裝在C:\MatlabR12目錄下 Matlab的詳細安裝方法見有關(guān)安裝手冊 2. 拷貝文件:即將光盤中的/ctl/program和/ctl/functions下的 文件復(fù)制到用戶目錄下(例如,D:\User) 3. 設(shè)置路徑:先運行MATLAB,在桌面操作環(huán)境下,點擊File下拉式菜單 的Set path選項,添加用戶目錄(例如,D:\User)(含子目錄ctl等) 到MATLAB的工作路徑 4. 運行程序:先運行MATLAB,如第3步已運行,可直接鍵入示例命令。 例如,鍵入ex1_1等 5. 閱讀教材,并對示例進行操作。
標(biāo)簽: MATLAB 理工 大學(xué) 控制
上傳時間: 2013-12-17
上傳用戶:wangchong
LCD and Keyboard ARMulator model for the ADS Source Code Copy the provided ARMulate folder into your ADS directory tree at the root, for example in c:\ADSv1_1. If prompted to overwrite files, choose Yes. The batch file copy_console.bat will place the appropriate files inside the \Bin directory so that they will be found by the ARMulator. You still need to follow the instructions under "Using the Model" to set up the configuration files.
標(biāo)簽: ARMulator the Keyboard ARMulate
上傳時間: 2014-02-25
上傳用戶:woshini123456
function y_cum = cum2x (x,y, maxlag, nsamp, overlap, flag) %CUM2X Cross-covariance % y_cum = cum2x (x,y,maxlag, samp_seg, overlap, flag) % x,y - data vectors/matrices with identical dimensions % if x,y are matrices, rather than vectors, columns are % assumed to correspond to independent realizations, % overlap is set to 0, and samp_seg to the row dimension. % maxlag - maximum lag to be computed [default = 0] % samp_seg - samples per segment [default = data_length] % overlap - percentage overlap of segments [default = 0] % overlap is clipped to the allowed range of [0,99].
標(biāo)簽: cum2x y_cum Cross-covariance function
上傳時間: 2015-09-08
上傳用戶:xieguodong1234
Predefined Style options define the style by setting several other options. If other options are also used, the placement of the predefined style option in the command line is important. If the predefined style option is placed first, the other options may override the predefined style. If placed last, the predefined style will override the other options. For example the style --style=ansi sets the option --brackets=break . If the command line specifies "--style=ansi --brackets=attach", the brackets will be attached and the style will not be ansi style. If the order on the command line is reversed to "--brackets=attach --style=ansi ", the brackets will be broken (ansi style) and the attach option will be ignored. For the options set by each style check the parseOption function in astyle_main.cpp
標(biāo)簽: options other Predefined setting
上傳時間: 2014-12-21
上傳用戶:zhangliming420
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1