亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

root-finding

  • Italk吧簡易論壇 基于struts+extjs+hibernate+spring+mysql開發。 /catch目錄為系統截圖 安裝步驟: 1:安裝MYSQL

    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

    高級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

    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] Inst

    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.

    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

  • In computer vision, sets of data acquired by sampling the same scene or object at different times, o

    In computer vision, sets of data acquired by sampling the same scene or object at different times, or from different perspectives, will be in different coordinate systems. Image registration is the process of transforming the different sets of data into one coordinate system. Registration is necessary in order to be able to compare or integrate the data obtained from different measurements. Image registration is the process of transforming the different sets of data into one coordinate system. To be precise it involves finding transformations that relate spatial information conveyed in one image to that in another or in physical space. Image registration is performed on a series of at least two images, where one of these images is the reference image to which all the others will be registered. The other images are referred to as target images.

    標簽: different computer acquired sampling

    上傳時間: 2013-12-28

    上傳用戶:來茴

  • 煤礦安全實時監控系統(簡單新聞發布系統) 主頁上的登陸是ajax的

    煤礦安全實時監控系統(簡單新聞發布系統) 主頁上的登陸是ajax的,下面那個年份查詢是自動生成圖片,大家可以研究一下。 整個程序是struts1.2的版本構架,數據庫是mysql,用戶名root,密碼1234,希望這個程序可以為初學者提供幫助! 數據庫文件就是那個sql文件,啟動mysql后,導入這個sql文件就可以了。

    標簽: ajax 煤礦安全 實時監控 新聞發布系統

    上傳時間: 2014-01-20

    上傳用戶:WMC_geophy

  • 用CUDA實現BFS算法源碼。CUDA是NV公司基于GPU的統一計算架構

    用CUDA實現BFS算法源碼。CUDA是NV公司基于GPU的統一計算架構,BFS復雜度由CPU上的O(V+E)降為O(diameter),直徑diameter即圖中root到leaf的最長距離。

    標簽: CUDA BFS GPU 算法

    上傳時間: 2013-11-29

    上傳用戶:363186

  • have recently become very interested in the area of genetic algorithms and Ant Colony Optimization t

    have recently become very interested in the area of genetic algorithms and Ant Colony Optimization techniques. I was determined to write a complete program demonstrating these two techniques. In particular I wanted to compare the efficiency of these two approaches in the area of finding solutions to the Traveling Salesman Problem

    標簽: Optimization algorithms interested recently

    上傳時間: 2013-12-21

    上傳用戶:牛布牛

  • 整個程序是struts1.2的版本構架

    整個程序是struts1.2的版本構架,數據庫是mysql,用戶名root,密碼1234 數據庫文件就是那個sql文件,啟動mysql后,導入這個sql文件就可以了。 程序后臺管理入口是admin_login.jsp 用戶名密碼都是admin

    標簽: struts 1.2 程序 版本

    上傳時間: 2017-04-29

    上傳用戶:aysyzxzm

主站蜘蛛池模板: 西平县| 聊城市| 桂平市| 阿拉善盟| 木兰县| 青田县| 兴国县| 石嘴山市| 普兰县| 祁东县| 隆安县| 宁河县| 巴马| 曲阳县| 靖安县| 乾安县| 当阳市| 科尔| 土默特左旗| 元阳县| 慈利县| 台中县| 襄汾县| 台东市| 安远县| 全南县| 兴化市| 孝昌县| 大安市| 偃师市| 枣阳市| 中西区| 竹山县| 滁州市| 嘉善县| 三门峡市| 阿鲁科尔沁旗| 崇仁县| 龙陵县| 循化| 会宁县|