现代通信系统第二版的MATLAB源代码,John G.Proakis所著
上传时间: 2017-03-12
上传用户:zhoujunzhen
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
LabVIEW是一种程序开发环境,由美国国家仪器(NI)公司研制开发的,类似于C和BASIC开发环境,但是LabVIEW与其他计算机语言的显著区别是:其他计算机语言都是采用基于文本的语言产生代码,而LabVIEW使用的是图形化编辑语言G编写程序,产生的程序是框图的形式。
上传时间: 2017-03-13
上传用户:fandeshun
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
MATLAB 7简介 02、MATLAB 7的安装 03、基本使用方法 04、数值向量和数组 05、字符串、单元数组和结构 06、数值计算功能 07、符号运算 08、图形处理 09、GUI图形设计 10、MATLAB 7程序设计
上传时间: 2017-03-20
上传用户:teddysha
开发流程相关文档,可行性研究报告.DOC ,操作手册(GB8567——88).doc,数据库设计说明书(GB8567——88).doc,软件需求说明书(GB856T——88).doc,模块开发卷宗(GB8567——88).doc
上传时间: 2017-03-26
上传用户:helmos
RS纠错编码原理及其实现方法[第三版] 鉴于很多读者来信,特别是初学者对于如何求得RS生成多项式g[x]不是甚理解,特给出计算g[x]的MATLAB程序。
上传时间: 2014-12-05
上传用户:lxm
Although some FX1-based devices may use the FX1鈥檚 CPU to process USB data directly (Port I/O Mode), most applica- tions use the FX1 simply as a conduit between the USB and external data-processing logic (e.g., an ASIC or DSP, or the IDE controller on a hard disk drive).
标签: Although directly devices process
上传时间: 2014-01-08
上传用户:2467478207
Shortest Paths with Multiplicative Cost. In a given undirected graph, the path cost is measured as a product of all the edges in the path. The weights are rational numbers (e.g., 0.25, 0.75, 3.75 etc) or integers (2, 3). There are no negative edges. Given such a graph as input, you are to output the shortest path between any two given vertices. Input is the adjacency matrix and the two vertices. You must output the path.
标签: Multiplicative undirected Shortest measured
上传时间: 2017-04-08
上传用户:邶刖
基于Windows Mobile 及 C# 的创建数据库例程,简单但非常有用,是学习WM编程的非常好的Demo。
上传时间: 2014-01-15
上传用户:xieguodong1234