搜索资源列表
2doa
- 2维测向是doa估计中的一个非常重要的技术,本程序是用matlab仿真而得到得到达角。-two-dimensional measurement to estimate doa is a very important technology, The procedure is used Matlab simulation to be obtained angle.
JavaScriptrmjt
- 名字是《Javascr ipt从入门到精通》。但是其实是Javascr ipt的一些比较简单实用的例子,对比较熟悉Javascr ipt的人估计没有什么用处,但是对新手学习Javascr ipt还是很有好处的,能够很形象的教你一些简单实用的Javascr ipt例子。特别注明:新手级别使用。-name is the "Javascr ipt from entry to the proficient." But the fact is Javascr ipt some of t
XSS_Rays
- 基于JS的XSS扫描器——XSS Rays. 最近The Spanner发布了一个名为XSS Rays的 XSS漏洞扫描器。这tool有点意思,是使用JS写的,JS遍历目标的link、form,然后构造测试用例去测试,可以发现DOM的XSS(当然是在测试用例打对了的情况下)。它的调用方式也特别,在要测试的页面输入javascr ipt:等代码引入JS就好了,然后由引入的JS负责抓去url和测试。 这种思路非常值得学习。小规模单兵作战可以,大规模的话估计效率不高。当然,我觉得要解决
Javascript_Validator_v1_05
- Javascr ipt脚本,用于web设计时form提交判断。方便快捷-It s usefull on estimate when the form submit in web design
JKalman-from-SourceForge.net
- JKalman是一个开源的Java执行卡尔曼滤波。卡尔曼滤波器是一个有效率的计算(递归)工具来估计过程的动态状态中的一种方式,最大限度地减少了错误。 -JKalman is an Open Source Java implementation of Kalman filter. Kalman filter is an efficient computational (recursive) tool to estimate the dynamic state of a process in a
MotionEstimate
- 二维运动估计的源程序,用Java编写实现,可以比较两幅BMP图像的差别,计算出运动矢量,并表示。-It s a pragram of Motion Estimate based on Java. Through comparing the difference between two pictures,it can calculate the motion vector.
upclass
- 化境ASP无组件上传类(啊估修改版) V2.0 主要修改以下功能: 1、可以设定默认的上传目录,如果在上传页面没有指定目录,则自动上传到默认的目录。 2、如果没有设定默认的目录,在上传的页面也没有指定目录,则自动上传到根目录(即和上传程序同一目录)。 3、如果在上传页面指定了目录,但目录并不存在则自动创建(会自动检测目录名称是否包含特殊字符)。 4、可设定上传文件的最大大小,默认允许上传的文件最大为2M。 5、可设定允许上传文件类型,没有设定允许上传的文
HTML5-3D-Clouds
- HTML5 3D云层效果(跟随鼠标移动),云彩做的非常逼真,不禁想到HTML5真是好东西,希望IE赶快支持吧。 注意,本效果需要载入WEBGL,CPU占用有点高,配置低的电脑估计运行会很卡。-HTML5 3D cloud effects (follow the mouse), the clouds do very realistic, can not help but think HTML5 is really good stuff, I hope IE quickly support it
v06_03_dem_2up_arrange
- ofdm系统的仿真实现 加入导频 训练序列 小数倍频偏估计-Join ofdm system simulation pilot training sequence to achieve a small multiple of the frequency offset estimate
MyGPS
- 一个室内定位的系统。基于接受信号强度。可以检测出到WiFi接入点的大概距离。-A indoor localization platform to locate WiFi access points and estimate the distance based on the received signal strength.
BioKineticsEst
- 生化反应动力学参数估计,用多变量线性回归方法估计动力学参数-Biochemical kinetic parameters estimated by multiple linear regression methods are used to estimate kinetic parameters
A-star
- A-star算法求最短路径。 公式表示为: f(n) g(n)+h(n), 其中 f(n) 是从初始状态经由状态n到目标状态的代价估计, g(n) 是在状态空间中从初始状态到状态n的实际代价, h(n) 是从状态n到目标状态的最佳路径的估计代价。-A-star algorithm for the shortest path. Formula is expressed as: f (n) g (n)+h (n), where f (n) the initial s
parzen
- 选择Parzen窗法进行估计试验,学习非参数估计方法。-Select the Parzen window method to estimate the experiment and learn the nonparametric estimation method.