php開發(fā)的行業(yè)搜索系統(tǒng)!!! 2. 安裝 ------------ a. 解壓程序rar文件,用二進(jìn)制方式上傳到你的網(wǎng)站的根目錄或某一目錄下 注意:一定要將ftp上傳工具設(shè)置為二進(jìn)制方式,再上傳程序文件 b. unix或linux服務(wù)器下, 將以下文件屬性改為: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服務(wù)器下, 將upfile/目錄屬性改為:777 d. 建立一個mysql數(shù)據(jù)庫,并記下用戶名和密碼,以便安裝時使用 e. 進(jìn)入安裝目錄http://www.your_website.com/install/, 自動運(yùn)行安裝程序 f. 安裝完成后,要求刪除安裝目錄install/及其下文件 g. 后臺管理目錄http://www.your_website.com/adiministrator/ h. 可修改adiministrator/目錄為你希望的獨(dú)特的名字
上傳時間: 2014-11-29
上傳用戶:小草123
有一個魔王總是使用自己的一種非常精練而抽象的語言講話,沒有人能聽得懂,但他的語言是可以逐步解釋成人能聽懂的語言,因?yàn)樗恼Z言是由以下兩種形式的規(guī)則由人的語言逐步抽象上去的: (1) α→β1β2…βm (2) (θδ1δ2…δn)→θδnθδn-1…θδ1θ 在這兩種形式中,從左到右均表示解釋。試寫一個魔王語言的解釋系統(tǒng),用下述兩條具體規(guī)則和上述規(guī)則形式(2)實(shí)現(xiàn),把他的話解釋成人能聽得懂的話。 (1) B→tAdA (2) A→sae 設(shè)大寫字母表示魔王語言的詞匯;小寫字母表示人的語言詞匯;希臘字母表示可以用大寫字母或小寫字母代換的變量。魔王語言可含人的詞匯。測試用例見題集p97。
上傳時間: 2013-12-22
上傳用戶:ardager
一 . 需求分析: 1) 輸入形式和輸入值范圍: 輸入形式是要壓縮(或者要解壓)的文件路徑,輸入范圍是字符串,而且要是文件的路徑。 2) 輸出形式: 輸出相應(yīng)的編碼壓縮文件和解碼原文件 3) 程序所能達(dá)到的功能: 利用哈夫曼對ASCII文件做不等長編碼,達(dá)到壓縮文件。利用哈夫曼樹的遍歷,達(dá)到解壓文件的目的。程序的功能也就是實(shí)現(xiàn)壓縮和解壓ASCII類型文件的目的。 4)測試數(shù)據(jù):(包括正確的輸入數(shù)據(jù)及其輸出結(jié)果和含有錯誤輸入及其輸出結(jié)果) 測試輸入或者輸出文本框是不是有空的,是不是不是有效路徑。進(jìn)行條件判斷,實(shí)現(xiàn)錯誤處理。 比如要壓縮:c:\a.txt 文件路徑就是:c:\a.txt。如果輸入框是空的,就判斷,然后用MessageBox處理信息。 如果文件路徑和文件的輸出路徑都寫正確的話,就會輸出相應(yīng)的壓縮或者解壓文件,否則用函數(shù)MessageBox提示錯誤。然后進(jìn)行更正。 二 . 概要設(shè)計: 1) 哈夫曼樹的特點(diǎn) a) 是二叉樹的一種,而且是一種沒有度數(shù)是1的二叉樹 b) 一棵樹有n個葉子,就會用2n-1個節(jié)點(diǎn) c) 一種“最優(yōu)”二叉樹,由于樹的帶權(quán)路徑(WPL)最小 d) 由于它是由下到上順序構(gòu)造的,使得分支節(jié)點(diǎn)和葉子節(jié)點(diǎn)從下到上,權(quán)值都是從小到大的順序排列的
上傳時間: 2013-12-03
上傳用戶:zsjzc
This package consists of the executable (UCW), a default script file, this file, and the library files. It is important that the header files end up in a include subdirectory of the directory where UCW is found. If you unzip this file using its path information ( use folder names ) this will automatically happen. You can optionally specify the UnderC directory with the environment variable UC_HOME note that this points to the directory containing ucw.exe. If you do this, then you can copy the executable anywhere and it will still be able to find the header files.
標(biāo)簽: file executable the consists
上傳時間: 2013-12-17
上傳用戶:asddsd
高斯列主元消去法,計算方法實(shí)現(xiàn),已編譯通過。使用例子 3x1+2x2+2x3+3x4=2.5 5x1+2x2+3x3+4x4=2.5 2x1+2x2+x3+2x4=2 3x1+x2+3x3+2x4=1.5 輸入N=4,A={3 2 2 3 5 2 3 4 2 2 1 2 3 1 3 2},B={2.5 2.5 2 1.5}
標(biāo)簽: 高斯
上傳時間: 2015-12-23
上傳用戶:yan2267246
This document outlines what is necessary to install and run the LEACH protocol on version 2.27 of ns2. At the time of this writing, this is the newest version of ns2. The LEACH implementation was written as a stand-alone application. Thus, in the past a version compiled for LEACH may or may not work for other protocols. In addition, the original version of LEACH was compiled for version 2.5b which is an outdated version of ns2.
標(biāo)簽: necessary document outlines protocol
上傳時間: 2014-01-10
上傳用戶:tianjinfan
Java 版本的 PHP serialize/unserialize 完整實(shí)現(xiàn)。目前實(shí)現(xiàn)了對各種基本類型、數(shù)組、ArrayList、HashMap、和其它可序列化對象的序列化。實(shí)現(xiàn)了 PHP 5 中的Serializable 接口的支持。實(shí)現(xiàn)了 PHP 中的 __sleep 和 __wakeup 魔術(shù)方法的支持。實(shí)現(xiàn)了對所有標(biāo)示(N、b、i、d、s、a、O、R、r、U、C)的反序列化,在對標(biāo)示 a 反序列化時,可以根據(jù)下標(biāo)和值來自動判斷是 ArrayList 還是 HashMap。并且在反序列化時可以強(qiáng)制指定反序列化的類型。該類是靜態(tài)類,無需也不能被實(shí)例化。除了包含了 serialize 和 unserialize 方法以外,還增加了一個 cast 方法,用來進(jìn)行反序列化后的類型轉(zhuǎn)換,該方法主要用于將反序列化后的 ArrayList 轉(zhuǎn)化為數(shù)組或者 HashMap。
標(biāo)簽: unserialize ArrayList PHP serialize
上傳時間: 2016-01-06
上傳用戶:奇奇奔奔
給出一個分治算法,計算兩個n 位大整數(shù)的乘積。即A*B.并給出你的算法的復(fù)雜度分析。
上傳時間: 2016-01-26
上傳用戶:磊子226
// Copyright (c), Philips Semiconductors Gratkorn // (C)PHILIPS Electronics N.V.2000 // All rights are reserved. // Philips reserves the right to make changes without notice at any time. // Philips makes no warranty, expressed, implied or statutory, including but // not limited to any implied warranty of merchantibility or fitness for any //particular purpose, or that the use will not infringe any third party patent, // copyright or trademark. Philips must not be liable for any loss or damage // arising from its use.
標(biāo)簽: Semiconductors Electronics Copyright Gratkorn
上傳時間: 2016-02-04
上傳用戶:xuanjie
2. Using Gaussian elimination method and Gaussian elimination method with row scaled method to solve the following tri-diagonal system for n=10 and 100
標(biāo)簽: method elimination Gaussian scaled
上傳時間: 2013-12-31
上傳用戶:lyy1234
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1