php開發的行業搜索系統!!!
2. 安裝
------------
a. 解壓程序rar文件,用二進制方式上傳到你的網站的根目錄或某一目錄下
注意:一定要將ftp上傳工具設置為二進制方式,再上傳程序文件
b. unix或linux服務器下, 將以下文件屬性改為:666 (或777)
- function/base_info.php
- function/emphasis_info.php
- function/admin_pass_info.php
- function/search_info.php
- function/userfield_info.php
- template/default/目錄下的所有html文件
c. unix或linux服務器下, 將upfile/目錄屬性改為:777
d. 建立一個mysql數據庫,并記下用戶名和密碼,以便安裝時使用
e. 進入安裝目錄http://www.your_website.com/install/, 自動運行安裝程序
f. 安裝完成后,要求刪除安裝目錄install/及其下文件
g. 后臺管理目錄http://www.your_website.com/adiministrator/
h. 可修改adiministrator/目錄為你希望的獨特的名字
This is the library for all storage drivers. It simplifies writing a storage driver by implementing 90 percent of the code required to support Plug and Play, Power Management, et cetera. This library is used by disk.sys, cdrom.sys and the tape class drivers.
No INF file is needed to install this library. The library is 64-bit compliant.
this will produce the dci program in the src/ directory, or in
/path/to/your/installation/bin if you used the--prefix option during the
configure step and issued a "make install".
Matrix TCL Lite 1.12
This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this header file in your program source file.
This program compress and recostruct using wavelets. We can select level of decomposition(here maximum 4 levels are given) of images using selected wavelet.
For eg:-wavelets can be haar, db1, db2,dmey...............
Decomposition can be viewed in figure.
(Please note that select 256X256 image for better result.)
Then compression can performed,
PERFL2 give compression score.
Then reconstruction can be performed.
Each decompsition we can choose different threshold values.
For each threshold value we can calculate mse,psnr,pq(picture quality),
bit ratio etc. To get pq install pqs function .