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