资源列表
matlab人脸识别
- 能够实现人脸识别,充分利用PCA算法选取主要特征对人脸进行识别能够较高准确率实现(Face recognition can be realized, and face recognition can be achieved with high accuracy by making full use of PCA algorithm to select the main features.)
mRMR2
- mRMR算法,用于特征选择,包含代码和例子(mRMRalgorithm for feature selection, code and example)
cdtb
- 这是一个可用于执行社区检测的MATLAB工具箱。cdtB包含以下几个类别的函数。1。图形生成器;2。聚类算法;2。集群号码选择功能;4。聚类评价函数。
有限元-六面体单元
- 有限元六面体单元MATLAB代码,有限元,FEM,六面体单元,等参元(Finite element hexahedral element MATLAB code)
SSA
- his work proposes two novel optimization algorithms called Salp Swarm Algorithm (SSA) and Multiobjective Salp Swarm Algorithm (MSSA) for solving optimization problems with single and multiple objectives. The main inspiration of SSA and MSSA is the sw
Python-Jump-Point-Search
- python版本的jps寻路算法源码。jps是A*的优化版本,通过跳过一系列不需要遍历的点达到节省计算量的目的。
EMI measurement simulation
- electric magnetic interference measurement simulation
基于脸部动态特征的人脸表情识别程序
- 通过训练jaffe数据库,实现识别人脸高兴、惊讶、恐惧、生气等六种表情,并圈出。可调用电脑摄像头实时监测。内附有使用说明,可以使用。仅供学习参考。(Through training Jaffe database, six kinds of facial expressions, such as happiness, surprise, fear and anger, are recognized and circled. Real-time monitoring with a computer
NOMA (2)
- NOMA的吞吐量的计算,可以正确计算出结果。实测有效。(The throughput of NOMA can be calculated correctly. The measured results are effective.)
matlab经典算法的程序
- 本人参加过数学建模比赛,并获得国家二等奖,这是当时学习MATLAB的一部分资料,愿意和大家分享。(I have participated in the Mathematical Modeling Competition and won the second prize of the state. This is part of the information of studying MATLAB at that time. I would like to share it with you.)
二叉排序树
- 使用二叉树对一系列整数排序,并进行前序,中序,后序遍历。 可能有多组测试数据,对于每组数据,将题目所给数据建立一个二叉排序树,并对二叉排序树进行前序、中序和后序遍历。每种遍历结果输出一行。每行最后一个数据之后有一个空格。(The binary tree is used to sort a series of integers and traverse them in the order of preceding, middle and post. There may be multipl
《MATLAB智能算法30个案例分析》
- 《MATLAB智能算法30个案例分析》第二版书中源代码,比较齐全,很好的粒子。