搜索资源列表
Splay
- 伸展树 都知道如果使用二叉查找树树平衡度不好则会降低查询效率,所以我们要维护二叉树的平衡性,即TreapTree 、SplayTree 、AVL、红黑等,本文介绍伸展树的平衡原理和核心代码
mqc
- 这个是jpeg2000中使用的算术编码,是嵌入式编码模块tie2的核心代码
jiqiren
- 机器人足球实现的核心代码
particle_filtering
- 这是用粒子滤波算法进行视频跟踪的源程序 初始参数已近设好了,直接运行就可以了 有兴趣的朋友可以吧它改成差帧定位 省的换个视频就要手调一次参数 为了能运算快些 算法的核心代码是用C++编的 用MEX文件转化成dll数据 在matlab中调用的 希望对大家有所参考和帮助 也希望大家有好的想法,我们一起讨论和改进 有 用粒子滤波进行视频跟踪现在国内做的还不多 需要改进的地方也很多 还需大家共同努力啊,哈哈 由于本人用的视频太大,
2008-BUCT-ACM-ICPC-Report
- 北京化工大学2008年暑期集训一次训练的解题报告和核心代码
preorder
- 该程序完成对二叉树的非递归的前序遍历,在三种遍历方法中,这种遍历最简单,所以,核心代码自然要少很多。-completion of the process of non - recursive binary tree of the former preorder, the three traverse method, which traverse the most simple, so natural to the core code is much less.
audio_demo
- 也是学习别人的程序,不过他没有把核心代码给我-also learn from others procedures, but he did not take me to the core code
smartasm
- 此程序是智能车比赛中用到的一段核心代码,实现跟踪控制的算法-good
XinAnJiang_Model_in_matlab
- 新安江核心代码,采用 matlab语言编写。-Xin' anjiang core code, the use of matlab language.
tree
- 这是一个二叉树的算法,主要用C++开发,只写了二叉树的核心代码,该代码已经调试通过可以直接运行.该算法也没有输入功能,为了方便大家看清二叉树的结构,把输入的数据都在源码中用一个数组存放好的-This is a binary tree algorithms, the main C++ Development, only to write a binary tree of the core code, the code has been run directly through debugging.
fft
- 基为2的快速傅立叶变换的核心代码,蝶形计算-Base for the 2 fast Fourier transform core code, butterfly calculation
Kalman-cpp
- Kalman滤波器的C++实现,核心代码,经过实际使用的测试-Kalman filter C++ Realized, the core code, after the actual use of the test
ltjjr
- 登陆用户名/密码乱输入即可,因为功能不在这儿。 登陆界面全是图片,只是为了演示更亲切一点。 主要对话AI内容在talk.dat 里面,他是程序的数据库。 本程序核心代码为网友sc寻制作的,本人自己把外设界面加上而成的,可以给VB学习者以借鉴。-Your username/password input can be arbitrary because the function was not here. Landing Interface are pictures,
yhj
- 实现操作系统中的经典问题银行家算法,主要的核心代码-The realization of the classic problem of the operating system banker' s algorithm, the main core of the code
pso
- 微粒群优化算法,可以应用在不同的领域,这是一个核心代码,可根据不同的应用领域进行扩展。-Particle swarm optimization algorithm, can be applied in different fields, this is a core of code, according to different application areas expand.
exp02_cpuFIR
- 在DSP上实现的FIR的COU核心代码,可以顺利完成此FIR的滤波器功能-In the DSP to achieve the COU the FIR core code, the successful completion of the FIR filter function
exp03_cpuIIR
- 在DSP上实现的IIR的CPU核心代码,可以顺利完成此FIR的滤波器功能-In the DSP to achieve the IIR of the CPU core code, the successful completion of the FIR filter function
1
- 一个把拉格朗日插值法核数值积分统一到一起的程序核心代码-Lagrange interpolation method to a numerical integration into the nuclear program with the core code
Bisection_method
- 二分法求解任意代数方程,比如超越方程等等,最原始的方法,但是最可靠。 本文档是Mathematica的求解代码。用户可以修改本代码,提取适合自己的核心代码。-Dichotomy solving any algebraic equation, such as the transcendental equation and so on, the most primitive methods, but the most reliable. This document is the solution
DFA算法核心
- DFA算法核心代码,希望大家能善用,如有不全请指教