Italk吧簡易論壇 基于struts+extjs+hibernate+spring+mysql開發。 /catch目錄為系統截圖 安裝步驟: 1:安裝MYSQL,在root/web-inf/classes/applicationContext.xml中增加或修改用戶名和密碼, 你也可以直接執行grant.sql來創建系統默認使用的用戶名和密碼。 2:創建數據庫,italk_src.sql是沒有任何數據的數據庫腳本, italk_desc.sql是已經包含初始化數據的數據庫腳本。執行italk_desc.sql來創建數據庫
標簽: hibernate struts spring Italk
上傳時間: 2014-01-01
上傳用戶:xiaodu1124
高級C語言源程序范例 Source Code from Que publications "Advanced C" Techniques and Aplications ISBN 0-88022-162-3 Advanced C Techniques and Applications QUE Unpack into a directory with the following structure root - Contents of this arc. root/bgs Contents of BGS.arc root/uis Contents of UIS.arc root/grfuser Contents og grfuser.arc
標簽: publications Aplications Techniques Advanced
上傳時間: 2017-02-21
上傳用戶:c12228
cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, square root and even multiply and divide. the method dates back to volder [1959], and due to its versatility and compactness, it made possible the microcoding of the hp35 pocket scientific calculator in 1972. here is some code to illustrate the techniques. ive split the methods into three parts linear, circular and hyperbolic. in the hp35 microcode these would be unified into one function (for space reasons). because the linear mode can perform multiply and divide, you only need add/subtract and shift to complete the implementation. you can select in the code whether to do the multiples and divides also by cordic means. other multiplies and divides are all powers of 2 (these dont count). to eliminate these too, would involve ieee hackery.
標簽: essentially algorithm describe suitably
上傳時間: 2017-03-02
上傳用戶:litianchu
LBreakout a breakout-style arcade game for Linux Requirements: X11, SDL[1.0 or better] Installation: 1. type ./configure options: --disable-sound [no sound] --disable-install [no installation play from source directory] [e.g. ./configure --disable-sound --disable-install ] 2. type make 3. become root 4. type make install [only if install is not disabled] 5. type lbreakout to play
標簽: breakout-style Requirements LBreakout arcade
上傳時間: 2017-03-13
上傳用戶:xz85592677
Qt/Embedded的安裝(本人親自安裝步驟) 準備源碼包 ◆ tmake 1.11 或更高版本;(生成Qt/Embedded應用工程的Makefile文件) ◆ Qt/Embedded 2.3.7 (Qt/Embedded 安裝包) ◆ Qt 2.3.2 for X11; (Qt的X11版的安裝包, 它將產生x11開發環境所需要的兩個工 具) 假設把源碼包解壓所在/root/build-arm下 1安裝tmake 進入tmake-1.11目錄 cd /root/build-arm/tmake-1.11 export TMAKEDIR=$PWD/tmake-1.11 export TMAKEPATH=$TMAKEDIR/lib/qws/linux-arm-g++ export PATH=$TMAKEDIR/bin:$PATH 2.安裝Qt/X11 2.3.2 cd qt-2.3.2 export QTDIR=$PWD export PATH=$QTDIR/bin:$PATH export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH ./configure -no-xft -thread -gif -system-jpeg -sm -shared [make] make -C tools/qvfb make -C tools/qembed
標簽: Embedded Qt Makefile tmake
上傳時間: 2013-12-22
上傳用戶:sk5201314
煤礦安全實時監控系統(簡單新聞發布系統) 主頁上的登陸是ajax的,下面那個年份查詢是自動生成圖片,大家可以研究一下。 整個程序是struts1.2的版本構架,數據庫是mysql,用戶名root,密碼1234,希望這個程序可以為初學者提供幫助! 數據庫文件就是那個sql文件,啟動mysql后,導入這個sql文件就可以了。
上傳時間: 2014-01-20
上傳用戶:WMC_geophy
用CUDA實現BFS算法源碼。CUDA是NV公司基于GPU的統一計算架構,BFS復雜度由CPU上的O(V+E)降為O(diameter),直徑diameter即圖中root到leaf的最長距離。
上傳時間: 2013-11-29
上傳用戶:363186
整個程序是struts1.2的版本構架,數據庫是mysql,用戶名root,密碼1234 數據庫文件就是那個sql文件,啟動mysql后,導入這個sql文件就可以了。 程序后臺管理入口是admin_login.jsp 用戶名密碼都是admin
上傳時間: 2017-04-29
上傳用戶:aysyzxzm
he basic idea of the method of bisection is to start with an initial interval, [a0,b0], that is chosen so that f(a0)f(b0) < 0. (This guarantees that there is at least one root of the function f(x) within the initial interval.) We then iteratively bisect the interval, generating a sequence of intervals [ak,bk] that is guaranteed to converge to a solution to f(x) = 0.
標簽: bisection interval initial method
上傳時間: 2017-04-29
上傳用戶:zsjinju
煤礦安全實時監控系統 主要功能是信息發布,留言本,信息分類。 主頁上的登陸是ajax的,下面那個年份查詢是自動生成圖片,大家可以研究一下。 整個程序是struts1.2的版本構架,數據庫是mysql,用戶名root,密碼1234,希望這個程序可以為初學者提供幫助! 數據庫文件就是那個sql文件,啟動mysql后,導入這個sql文件就可以了。 程序后臺管理入口是admin_login.jsp 用戶名密碼都是admin
上傳時間: 2013-12-19
上傳用戶:aig85