搜索资源列表
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.
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.