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

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

Path

  • Doc2Db.bat:用來將數據表描述文檔轉換成sql腳本。由于不方便解析WORD

    Doc2Db.bat:用來將數據表描述文檔轉換成sql腳本。由于不方便解析WORD,需要先WORD中的表格拷貝至Excel,一個Table占用一個Sheet。如實例中的table.xls Db2Doc.bat:用來將數據庫表轉成描述文檔。數據庫的鏈接和指定表需要在conf.properties文件中配置一下。 conf.properties:配置文件。配置Excel中代表表屬性的相關單元格和反向工程需要的數據庫鏈接配置,具體配置請打開看下里面的注釋說明。 特別注意:此工具僅僅是為了節省一點手工工作量,不是有意破壞數據庫設計“概念設計-邏輯設計-物理設計-文檔”過程。 另外,運行時候,機器需要有java環境,在Path環境變量中添加java。

    標簽: WORD bat sql

    上傳時間: 2013-12-01

    上傳用戶:釣鰲牧馬

  • Cport263很不錯的串口控件 1。拷貝cport263目錄to 指定控件目錄 例如:我的為D:Borlanddracolib 2。拷貝bpl目錄下所有文件to delphi2005的..

    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公司的Jav

    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章。 書中的案例可以跨平臺運行。

    標簽: Pentium java MB CPU

    上傳時間: 2013-12-21

    上傳用戶:極客

  • The combinatorial core of the OVSF code assignment problem that arises in UMTS is to assign some no

    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中一些經常使用的功能,只要將其加入matlab中的Path里,就可以直接調用這些函數。

    標簽: matlab

    上傳時間: 2017-01-28

    上傳用戶:zhuimenghuadie

  • 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

  • java編寫的短信收發程序

    java編寫的短信收發程序,十分好用,為了保證Java通信API被正確的安裝了,從命令框中進入到commapi\samples\BlackBox目錄中。按如下方式設置Path變量:以我為例,JRE的家目錄為C:\j2sdk1.4.2_03\jre。根據你的JRE設置做相應的改變。

    標簽: java 編寫 短信 收發

    上傳時間: 2017-04-21

    上傳用戶:coeus

  • C++圖論算法

    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 安裝到指定路徑

    安裝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

    標簽: java com sun windows-i

    上傳時間: 2017-05-27

    上傳用戶:l254587896

主站蜘蛛池模板: 朝阳县| 曲阳县| 军事| 佛坪县| 广德县| 彰化市| 乐安县| 山东省| 乌审旗| 尼玛县| 那曲县| 博乐市| 内黄县| 孙吴县| 阆中市| 昔阳县| 林周县| 抚松县| 惠水县| 陈巴尔虎旗| 榆社县| 黔西| 托克逊县| 集安市| 孙吴县| 迭部县| 启东市| 隆德县| 本溪| 新邵县| 徐水县| 客服| 祁东县| 苍山县| 融水| 通河县| 宁国市| 宜良县| 黔南| 沙湾县| 互助|