搜索资源列表
Algorithm
- 这是一部说明算法的书,里面描述了许多经典的算法
业务管理系统,分店的管理pb
- sql server 数据备份文件 ,目录下data.dat 开发平台pb8.0 数据库 sql server 7.0 这是在外国自己为公司开发的业务管理系统,分店的管理,功能挺全,算法一般, 大家看看就好,本人水平一般,别笑话-sql server data backup files, directories under data.dat development platform pb8.0 7.0 sql server database This is the foreign compani
wimax-mimo.rar
- mimo的matlab实现,自适应算法的实现等等,matlab implementation of MIMO, adaptive algorithm implementation and so on
branch-and-cut-algorithm.rar
- 分支-切割法是把分支定界法与割平面法结合起来,用来求解混合整数规划问题。 ,Branch and cut is a method of combinatorial optimization for solving integer linear programs, that is, linear programming problems where some or all the unknowns are restricted to integer values. The method is
r214
- 多假设跟踪算法(MHT)是一种在数据关联发生冲突时,形成多种假设以延迟做决定的逻辑。与PDA合并多种假设的做法不同,MHT算法把多个假设继续传递,让后续的观测数据解决这种不确定性。举个例子,PDA对所有假设以对应的概率进行加权平均,然后再对航迹进行更新。因此,如果有10个假设,PDA会将这10个假设有效的合并只留下一个假设。而另一方面,MHT却是保持这10个假设的子集并延迟决定,这样可以利用之后的观测数据解决当前扫描帧的不确定性问题。 -Multiple Hypothesis Tracking
migong
- 老鼠走迷宫问题,VC++6.0开发平台,实现图形的界面。-IEEE MicroMouse Maze Algorithm Research and Implementation of The Algorithm
An Algorithm for Efficient Solution of Finite-Difference Frequency-Domain (FDFD) Methods
- 详细介绍了一种新的有效率的FDFD方法,通过将电场、磁场分开成两个矩阵方程,达到高效的目的。
Maximum-Algorithm
- Em算法的原创性论文,对于做识别研究的朋友很有用-Em Algorithm original papers, the recognition of friends to do useful
mcl
- 详细介绍MCL算法,是由Sebastian Thrun a, Dieter Fox, Wolfram Burgard, Frank Dellaert所著的论文,发表于Artificial Intelligence上。-Mobile robot localization is the problem of determining a robot’s pose from sensor data. This article presents a family of probabilistic lo
FastSLAM2.0
- 详细介绍fastslam2.0,是由Michael Montemerlo and Sebastian Thrun所著的IEEE论文。-Montemerlo et al. proposed an algorithm called FastSLAM as an efficient and robust solution to the simultaneous localization and mapping problem. This paper describes a modified versi
PrefixSpan-algorithm
- 序列模式挖掘是数据挖掘的一个重要分支,在序列事务及;有关信息处理中有着广泛的应用,如顾客购物习惯、web访问模式、科学实验过程分析、自然灾害预测、疾病治疗、药物检验以及{ sizej pos; DNA等。序列模式挖掘算法有AprioriAll、GsP、F’reeSpan、本文将设计与实现针对string数据类型的算法,来对序列模式挖掘有更深入的剖析。-Sequence pattern mining is an important branch of data mining, and in t
02
- 我上传了一本MATLAB遗传算法工具箱及应用,这是一本不错的书,对大家学习遗传算法和熟悉MATLAB工具有很大的帮助作用。-I uploaded a MATLAB genetic algorithm toolbox and its application, this is a good book, for everyone familiar with the study of genetic algorithm and MATLAB tools has a lot of help.
algorithm
- 南京大学陈道蓄教授的算法课件,内部资料,希望大家喜欢-Nanjing University Professor Chen Daoxu algorithm courseware, internal information, I hope you like
SAR
- SAR图像斑点噪声抑制方法与应用研究,里面给出里处理Sar 影像的算法-SAR image speckle noise reduction methods and applied research, which is given to deal with Sar Imaging Algorithm
CAGA_O_F
- 关于链式智能体遗传算法用于数值优化和特征选择的论文,可以与我联系相互交流-On the chain-agent genetic algorithm for numerical optimization and feature selection of the papers, you can contact me exchange
MultiViewCode1
- 包含了H.264编码标准的两篇文章,是讲多描述编码的。An Effective Epipolar Geometry Assisted Motion Estimation Technique for Multi-View Image and Video Coding和An Epipolar Geometry-Based Fast Disparity Estimation Algorithm for Multiview Image and Video Coding-H.264 coding stan
Boosting-a-weak-learning-algorithm
- Freund在1995年发表的一篇很经典的文章Boosting a weak learning algorithm by majority,是关于弱学习算法的,全英文写的-Freund in 1995 published a classic article Boosting a weak learning algorithm by majority, is on the weak learning algorithm, written in English
JSQ-algorithm
- JSQ算法介绍,对学习network领域入门有很大帮助-JSQ Algorithm,and it helps a lot when you get in the area of network
Rapid-scaling-algorithm
- 定标快速算法,实现安卓平台C语言开发,快速运算功能-Rapid scaling algorithm,Android platform C language development to achieve rapid calculation function
Algorithm Design
- 本书围绕算法设计技术组织素材,对每种算法技术选择了多个典型范例进行分析。本书将直观性与严谨性完美地结合起来。每章从实际问题出发,经过具体、深入、细致的分析,自然且富有启发性地引出相应的算法设计思想,并对算法的正确性、复杂性进行恰当的分析、认证(Algorithm Design introduces algorithms by looking at the real-world problems that motivate them. The book teaches students a ran