资源列表
Possion
- 用有限元法求解三角形形区域上的Possion方程-using the finite element method triangle-shaped region of Possion equation
Matlab
- 有限差分法的Matlab程序(椭圆型方程)-finite difference method of Matlab (elliptic equation)
Gauss_Seide-Matlab
- Gauss_Seidel迭代法的Matlab程序 -Gauss_Seidel iteration of the Matlab program
vip52_pe
- 人工智能一个运行平台,可以很方便的将你的一些代码的执行-an artificial intelligence platforms can be very convenient to some of your code implementation
stepregression
- 利用visual c++,实现线性回归算法的程序!-use visual c, linear regression algorithm to achieve the procedure!
targettrackingusingkalman
- 在matlab环境下,实现kalman滤波器跟踪目标。-in Matlab environment, the Kalman filter to track the realization of goals.
demo
- 在matlab环境下,用最邻近数据关联算法实现目标跟踪。-the Matlab environment, using the most neighboring data association algorithm to achieve the target track.
RADARsimulationcode
- 在matlab环境下,实现一个雷达仿真程序。-in Matlab environment, the realization of a radar simulation.
knn
- 在visual basic环境下,实现k-nearest neighbor算法。-in visual basic environment, achieving k-nearest neighbor algorithm.
waveletTSSF
- 将提升小波用于目标跟踪。 小波提升的核心就是更新算法和预测算法,通过预测算法可以得到高频信息,而通过更新算子可以得到正确的低频信息.提升样式可以实现原位计算和整数提升,并且变换的中间结果是交织排列的.其中原位计算和整数提升在硬件实现中很有价值.-will enhance wavelet for target tracking. Lifting the core algorithm and is updated prediction algorithm, algorithm can be pr
Mouse_and_Cat
- 面试老鼠和猫连动问题的集中解决方案 可以建议应付面试问题-interview rats and cats even move the concentrated solution can meet the proposed interview questions
shu
- 1.[问题描述] 编写递归算法,计算二叉树中叶子结点的数目 [输入] 按照先序序列的顺序输入该结点的内容。其输入abd eh cf i g . [输出] 按中序序列输出,输出的结果为;dbheaficg并计算出二叉树中叶子结点的数目为4 [存储结构] 采用二叉表存储 [算法的基本思想] 采用递归方法建立和遍历二叉树。首先建立二叉树的根结点,然后建立其左右子树,直到空子树为止,中序遍历二叉树时,先遍厉左子树,后遍厉右子树,最后访问根结点。根据左右子树的最后一个
