搜索资源列表
shifunction
- 模式识别----模式识别中势函数分类算法。。例子源码。对样本进行学习生成势函数,再对新样本进行分类
poco_org
- 一个有用的分子动力学小辅助程序,用于计算分子间的势函数,跟lammps合起来用
shihanshu
- 典型的势函数编写算法,通过IO输入输出文件实现函数.
shihanshu
- VB可视化程序,简单的一些代码, 模式识别中势函数的图形表示与分类
Classify
- VC实现的手写体识别程序。实现手写数字给出不同的分类器识别结果,可心采用模板匹配分类器(最邻近模板匹配法)识别, Bayes分类器识别(使用二值数据的Bayes方法,最小错误概率的Bayes方法,最小风险的Bayes方法),线性函数分类法识别(Fisher算法,奖惩算法,增量校正算法,LMSE算法的识别),非线性分类法(势函数法)识别,神经网络分类法识别(包括神经网络训练,神经网络建立后输出权值,测试与比较,神经网络识别)。 运行完全正确,是学习VC实现不同分类识别方法的很好代码。
FenLeiSuanFa
- 关于分算的智能算法演示,包括样品训练、模板匹配算法,二值Bayes分类,概率Bayes分类,最小风险Bayes分类,Fisher算法,奖惩算法,增量校正算法,LMSE算法,势函数算法,神经网络算法(包括训练,比较及识别)等。
lab1
- 对给定的已标明类别的样本集运用势函数法进行分类。matlab-right to have identified the types of samples collected using potential function method for classification. Matlab
regnize
- 实现0-9个手写数字的识别 使用了多种方法:最近邻、势函数、神经网络、贝叶斯分类器-To achieve recognition handwritten digits 0-9 using a variety of methods: the nearest neighbor, potential function, neural networks, Bayesian classifier
lammps.9.22.09.tar
- 一款非常好的并行分子动力学源码,包括使用说明,例子,相关势函数,相关命令使用-a good MD program for pallar compute include mannul , example ,function,and command use
AI_for_Game_Developer
- 基于势函数的单一技术处理追逐,闪躲,聚集和躲避障碍等问题;以及多种A*算法解决寻路径的问题;利用AI脚本扩充AI引擎的功能,等-Potential function based on a single technical processing chase, dodging, aggregation and avoid obstacles and other issues and a variety of A* algorithm to solve the problem to find the
cirlce_route-search
- 1.Matlab里面没有提供直接以半径和圆心位置画圆的程序,该程序可以实现此功能,命令格式为:circle(radius,x0,y0, color ) 2.一种基于势函数的路径搜索算法,能实现有障碍物环境中指定起点和终点位置的最短路径搜索。-1.Matlab which does not provide the location directly in the center circle radius and the program, the program can achieve this
Fusion_RT
- 一种基于势函数的路径搜索算法,能实现有障碍物环境中指定起点和终点位置的最短路径搜索。-Potential function based on the path search algorithm, to achieve environmental obstructions start and end position specified in the shortest path search.
liushi
- 气象学及流体力学中的流函数和势函数计算方法-Meteorology and fluid dynamics in the stream function and potential function calculation
1
- 计算势函数和流函数的fortran程序,非常有用的哟~气象专业特用-Fortran program to calculate the potential function and stream function is very useful for you
流函数和势函数
- 已知uv风场用fortran代码求流函数和势函数(Flow function and potential function with FORTRAN code in known UV wind field)
流函数和势函数
- 这是气象上计算流函数势函数的相关程序,希望有帮助(Flow function potential function)
W.eam.fs
- 适用于两相的势函数文件 eam/fs势函数 转载自Michael Duan 的个人博客(POTENTIONAL file from Michael Duan)
目标函数程序
- 人工势场法路径规划程序,文件中为文章中目标函数编程参考文件。(The path planning program of the artificial potential field method, in which the reference file is programmed for the target function in the article.)
核函数主成分分析KPCA
- 在多元统计领域中,核函数主成分分析(kernel principal component analysis, kernel PCA)是利用核函数方法技术对主成分分析(PCA)的扩展。使用核函数使原PCA的线性操作是在一个复制的内核希尔伯特空间中执行的。 KPCA的运算步骤势在PCA之前首先对数据进行kernel变换 ,再求相关系数矩阵。(In the field of multivariate statistics, kernel principal component analysis (ke
potentialFlow
- 求解计算流体力学中基本势流,依托于拉普拉斯方程。(CFD solver based on potential flow solution)