ITU-T G.729 Annex B ANSI-C Source Code Version 1.4 Last modified: November, 2000 */ TITLE ----- Fixed-point descr iption of Recommendation G.729 with ANNEX B Coding of Speech at 8 kbit/s using Conjugate-Structure Algebraic-Code-Excited Linear-Predic
Universal Data Access Components Source Code Copyright 1997-2009, Devart. All Rights Reserved There are two ways to compile and install UniDAC for Windows manually. I. Using IDE Delphi and C++ Builder for Win32 -------------------------------- Run y
aWhat's new in the new version of lcc-win ---------------------------------------- Dec 3: Added SphericalBesselY + SphericalBesselK + SphericalBesselJ to the special functions package. Updated the documentation. Dec 2: Fixed problems with comparison
本书每一章的源代码放在不同的目录下,例如第19章的源代码放在chapter19目录下。编译或运行这些Java类,要求读者在机器上安装了JDK1.5,如果使用低版本的JDK,部分Java类无法编译通过。 为了便于读者编译这些源文件,在每一章的根目录下都提供了一个build.bat批处理文件,例如在chapter19目录下的build.bat文件的内容如下: set path=E:\jdk1.5.0\bin;%path% set currpath=.\ if "%OS%" == "Windows_
Universal Data Access Components Source Code Copyright 1997-2010, Devart. All Rights Reserved There are two ways to compile and install UniDAC for Windows manually. I. Using IDE Delphi and C++ Builder for Win32 -------------------------------- Run y
wsdl2java工具 修改WSDL2Java(URL).bat后直接双击运行即可 编辑 WSDL2Java(URL).bat set Axis_Lib=.\lib //引用包 set Java_Cmd=java -Djava.ext.dirs=%Axis_Lib% set Output_Path=.\source //输出目录 set Package= com.test.webservice.client %Java_Cmd% org.apache.axis.wsdl.WSDL2Java -
修改WSDL2Java(file).bat,设置wsdl路径和输出后直接双击运行即可 set Axis_Lib=.\lib //引用包 set Java_Cmd=java -Djava.ext.dirs=%Axis_Lib% set Output_Path=.\source //输出目录 set Package= com.test.webservice.client %Java_Cmd% org.apache.axis.wsdl