数字信号处理中的程序,采用music编写程序,进行谐波恢复试验
上传时间: 2013-12-24
上传用户:redmoons
刚刚做的EL和JSTL结合的前台,一个简单的通讯录。希望对大家有帮助。MVC的结构 前台没有任何美工,不好意思。。。。 数据库是mysql的,在database包中有连接类,自己读一下,用户:root 密码:1234
标签: JSTL
上传时间: 2017-02-07
上传用户:水中浮云
A GTK sound font editor. Sound font files are used to synthesize instruments from audio samples for use in composing music with wavetable sound cards or software emulation. Smurf currently has AWE 32/64 and SB Live support. Software emulation is expected
标签: font instruments synthesize samples
上传时间: 2014-01-13
上传用户:康郎
谱估计及阵列信号处理算法仿真库,包括著名的ESPRIT、CAPON、MUSIC等现代谱估计算法,是高分辨率数字信号处理算法的极好参考。
上传时间: 2013-12-15
上传用户:星仔
《统计与自适应信号处理》中的程序,music源程序
上传时间: 2017-02-10
上传用户:xuanjie
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-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 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] 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.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