搜索资源列表
15215003475
- 游戏中的追踪效果很常见,如飞行游戏中各种敌方战机会追着玩家跑,这样的算法有很多,本文介绍了一种利用向量计算来实现的追踪算法。并附例程源代码。
ClustererEnsemble
- K-Means动态聚类算法源程序 比较常见的聚类算法。
moyituihuo
- 数学建模用到的常见算法 模拟退火法
MATALAB
- 介绍了matlab常见问题,用于人工神经网络的BP算法
ResearchonFaultDiagnosisofrHydraulicSystemBasedonS
- 本文在学习探讨VSM算法的同时,对SVM在液压系统故障诊断中的应用进行了论述。以液压设备中常见的克令吊为研究对象,运用支持向量机理论对其进行故障诊断的仿真研究和实验研究,其中包括实验系统数学模型的设计、仿真模型的建立(用SIMUL工NK仿真软件建立仿真模型)、特征参数的提取、数据的采集等。-In this paper, VSM learning algorithm to explore the same time, SVM in the hydraulic system fault diagno
PSOt
- 粒子群算法工具箱,有DEMO程序,可以对16中常见函数测试,并附有神经元网络的训练算法-Particle swarm optimization toolbox, there are DEMO program, you can test for 16 common functions, together with the training algorithm for neural networks
algorithms
- 种在信息学竞赛中常见的随机几何算法:随机增量法与模拟退火法,以及和传统方法的比较,说明了随机化思想的优势。-Species common in the information science contest random geometric algorithms: random incremental method and simulated annealing, and the traditional methods of comparison, shows the advantages of
diskschedueingalgorithm
- C++写的几种计算机操作系统里常见的磁盘调度算法-C++ to write several computer operating system, disk scheduling algorithm in common
using-adaptive-chebyshev
- 提出了一种基于自适应 Chebyshev 多项式神经网络(ACNN)的 Logistic 混沌系统控制算法。该算法采用 Chebyshev 正交多项式作为神经网络的激励函数, 构建 Logistic 混沌系统的预测与控制模型。为了保证算法的稳定性, 提出和证明了收敛定 理, 并利用自适应学习率算法提高神经网络的学习效率和收敛速度。通过采用自适应 Chebyshev 神经网络直接学习 Logistic 混 沌系统的动态特性, 并对系统实施目标函数控制。实验仿真结果表明, 该算法在 L
MyGa_1.0
- 基于Fortran语言的实数编码的遗传算法,非并行版本,里面有多种常见的选择算子,交叉算子,变异算子可选,并加入了小生境技术,最佳个体保存技术。对学习遗传算法的朋友们很有帮助。-Fortran-based language for real-coded genetic algorithm, non-parallel version, there are many common selection operator, crossover operator, mutation operator is
Static-RWA-algorithm
- 具体介绍了RWA问题的相关概念及常见算法,对静态网络情况下的路由和波长分配问题进行了深入研究-Specific RWA problem related concepts and common algorithms, conducted in-depth study on the routing and wavelength assignment problem in the case of static network
sort_python_120521
- 人工智能通用算法,数据挖掘中常见算法。数据挖掘中常见算法-Artificial intelligence, general-purpose algorithm, data mining, a common algorithm
fenleiqi
- Matlab源程序,涉及几乎所有常见算法,还有图形界面(这远远超过10个了吧)-Matlab, involving almost all the common algorithms, as well as the graphical interface (which is far more than 10, right)
AIMASearch
- AIMA一书的全部源代码,包含人工智能领域的常见算法,国外网站下载-all the resource code of the book AIMA . including common algorithms in AI. form abord website.
7213
- 包含了阵列信号处理的常见算法,包含特征值与特征向量的提取、训练样本以及最后的识别,FIR 底通和带通滤波器和IIR 底通和带通滤波器。- Contains a common array signal processing algorithm, Contains the eigenvalue and eigenvector extraction, the training sample, and the final recognition, Bottom-pass and band-pass FI
排序和机器学习常见算法
- 数据结构(排序)、机器学习(聚类、相似性、C4.5)常用算法总结(Summary of data structure and machine learning algorithms)
算法
- 数据结构的常见C语言编写方法,用结构体编写(TThe common C language of data structure is written in structure)
26755458lle
- 流形学习中常见的lle算法,不仅可以运行,还可以实现可视化(The common LLE algorithm in manifold learning can not only run, but also can be visualized.)
算法
- 编程语言为C++的几个常见算法源码,提供给大家(Programming language for C++ several common algorithm source code, to everyone.)
聚类算法的课件和编程源码
- 聚类算法的课件和基于Python的编程源码,聚类有很多方法,这里列举了常见的几种,并附上基于Python的代码