JLAB is a set of Matlab functions I have written or co-written over the past fifteen years for the purpose of analyzing data. It consists of four hundred m-files spanning thirty thousand lines of code. JLAB includes functions ranging in complexity from one-line aliases to high-level algorithms for certain specialized tasks. These have been collected together and made publicly available for you to use, modify, and --- subject to certain very reasonable constraints --- to redistribute. Some of the highlights are: a suite of functions for the rapid manipulation of multi-component, potentially multi-dimensional datasets a systematic way of dealing with datasets having components of non-uniform length tools for fine-tuning figures using compact, straightforward statements and specialized functions for spectral and time / frequency analysis, including advanced wavelet algorithms developed by myself and collaborators.
标签: co-written functions the fifteen
上传时间: 2014-01-26
上传用户:hjshhyy
Light in the box 抓取程序。 使用HttpClient,正则表达式解析。xpp3方式存储xml数据。多线程支持,使用session,支持代理服务器列表。 由于抓取的是国外网站,因此速度上比较慢,稍加改动即可以成为比较顺手的工具。
标签: HttpClient Light box the
上传时间: 2014-06-18
上传用户:zjf3110
set kma2b to command model
上传时间: 2016-06-11
上传用户:zhaiyanzhong
The document describes an AP library adapted for C++. The AP library for C++ contains a basic set of mathematical functions and collection classes needed to run the programs from the ALGLIB website.
上传时间: 2014-09-11
上传用户:jackgao
Programming C#, the top selling book on Microsoft s high-performance C# programming language, is now in its fourth edition. Aimed at experienced programmers and web developers, this comprehensive guide focuses on the features and programming patterns that are new to C#, and fundamental to the programming of web services and web applications on Microsoft s .NET platform.
标签: high-performance Programming programming Microsoft
上传时间: 2016-06-17
上传用户:Breathe0125
基于VHDL的SDH专用芯片的TOP-DOWN设计, 内有全套源码以及图片,内容详尽,绝对真实可靠!
上传时间: 2013-12-11
上传用户:685
计时器 Run mode: * - stop 0 - switch on backlight # - suspend/resume joystick - set next result 1-9 - set result for member with this number Inspect mode: *,#,0 - reset and start UP,LEFT - show previous result 1-9 - show result for member with this number
标签: backlight joystick suspend resume
上传时间: 2013-12-12
上传用户:6546544
linux 系统下通过top机制,进行系统监控的程序
上传时间: 2016-07-01
上传用户:kristycreasy
看n2实例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows #$ns color 1 Blue #$ns color 2 Red #Open the nam trace file set nf [open out-1.nam w] $ns namtrace-all $nf set f0 [open out0.tr w] set f1 [open out1.tr w] #Define a finish procedure proc finish {} { global ns nf $ns flush-trace #Close the trace file close $nf #Execute nam on the trace file exit 0 } #Create four nodes set n0 [$ns node] set n1 [$ns node] set n2 [$ns node] set n3 [$ns node] #Create links between the nodes $ns duplex-link $n0 $n2 1Mb 10ms
标签: simulator Simulator different Create
上传时间: 2016-07-02
上传用户:wfl_yy
编写JavaBean必须满足以下几点: 所有的JavaBean必须放在一个包中 JavaBean必须声明成public class类型 所有的属性必须封装 设置和取得属性可以通过set,get
上传时间: 2016-07-04
上传用户:AbuGe