Doc2Db.bat:用來將數據表描述文檔轉換成sql腳本。由于不方便解析WORD,需要先WORD中的表格拷貝至Excel,一個Table占用一個Sheet。如實例中的table.xls Db2Doc.bat:用來將數據庫表轉成描述文檔。數據庫的鏈接和指定表需要在conf.properties文件中配置一下。 conf.properties:配置文件。配置Excel中代表表屬性的相關單元格和反向工程需要的數據庫鏈接配置,具體配置請打開看下里面的注釋說明。 特別注意:此工具僅僅是為了節省一點手工工作量,不是有意破壞數據庫設計“概念設計-邏輯設計-物理設計-文檔”過程。 另外,運行時候,機器需要有java環境,在Path環境變量中添加java。
上傳時間: 2013-12-01
上傳用戶:釣鰲牧馬
Cport263很不錯的串口控件 1。拷貝cport263目錄to 指定控件目錄 例如:我的為D:\Borland\dracolib 2。拷貝bpl目錄下所有文件to delphi2005的..\bpl目錄 3。安裝packages dsgnCPort7.bpl 4。添加Library Path
標簽: Borlanddracolib 263 delphi Cport
上傳時間: 2016-12-21
上傳用戶:fhzm5658
這是初學者學習匯編語言的必備編譯鏈接工具! 先要設置一下環境變量,下載此壓縮包后,解壓縮到一個路徑,然后將此路徑添加到系統變量的Path下,然后在命令行鍵入masm進行編譯,鍵入link進行鏈接
上傳時間: 2014-01-11
上傳用戶:yzhl1988
java課程設計 案例精編03 (1) 硬件配置 CPU:≥Pentium III 600 內存:≥128MB 硬盤剩余空間:≥512MB (2) 軟件環境 安裝Sun公司的Java運行環境(JRE 1.5或以上版本),推薦安裝Java開發工具包(JDK 1.5)。 安裝相應平臺上的Java虛擬機(JVM)。 讀者可以到www.sun.com下載JDK 1.5的相應版本,安裝并配置Path之后即可達到運行要求,Windows下的配置方法請參照第1章。 書中的案例可以跨平臺運行。
上傳時間: 2013-12-21
上傳用戶:極客
The combinatorial core of the OVSF code assignment problem that arises in UMTS is to assign some nodes of a complete binary tree of height h (the code tree) to n simultaneous connections, such that no two assigned nodes (codes) are on the same root-to-leaf Path. Each connection requires a code on a specified level. The code can change over time as long as it is still on the same level. We consider the one-step code assignment problem: Given an assignment, move the minimum number of codes to serve a new request. Minn and Siu proposed the so-called DCAalgorithm to solve the problem optimally. We show that DCA does not always return an optimal solution, and that the problem is NP-hard. We give an exact nO(h)-time algorithm, and a polynomial time greedy algorithm that achieves approximation ratio Θ(h). Finally, we consider the online code assignment problem for which we derive several results
標簽: combinatorial assignment problem arises
上傳時間: 2014-01-19
上傳用戶:BIBI
實現matlab中一些經常使用的功能,只要將其加入matlab中的Path里,就可以直接調用這些函數。
標簽: matlab
上傳時間: 2017-01-28
上傳用戶:zhuimenghuadie
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
java編寫的短信收發程序,十分好用,為了保證Java通信API被正確的安裝了,從命令框中進入到commapi\samples\BlackBox目錄中。按如下方式設置Path變量:以我為例,JRE的家目錄為C:\j2sdk1.4.2_03\jre。根據你的JRE設置做相應的改變。
上傳時間: 2017-04-21
上傳用戶:coeus
C++圖論算法,dijistra shortest Path, floyd shortest Path等最短路算法
上傳時間: 2014-01-03
上傳用戶:笨小孩
安裝JDK 從java.sun.com/">http://java.sun.com/下載jdk-1_5_0_04-windows-i586-p.exe 安裝到指定路徑,我選擇D:jdk1.5.0 配置環境變量: JAVA_HOME: D:jdk1.5.0 Path: D:jdk1.5.0 in CLASSPath: . D:jdk1.5.0lib ools.jar D:jdk1.5.0jrelib t.jar
上傳時間: 2017-05-27
上傳用戶:l254587896