资源列表
Fast_Fouri
- 存VB代码实现的快速傅丽叶算法. 并根据算法实现频谱分析.-Keep VB code to achieve the rapid傅丽叶algorithm. And in accordance with spectral analysis algorithm.
nqueens(localSearch)
- n皇后问题,采用局部搜索算法,普通搜索效率,内含代码。-n queens problem, using a local search algorithm, general search efficiency, containing the code.
MO-JGA
- 从其他地方下载的多目标进化算法的源码,用JAVA编的多目标进化算法的框架-Downloaded from other parts of multi-objective evolutionary algorithm source code, using JAVA for the multi-objective evolutionary algorithm framework
jmetal.2.2.tar
- 这是最新的多目标进化算法包V2.2,这个集成包包含了近期的流行的,常用的多目标进化算法,包括NSGA2,SPEA2,PEAS2,以及多目标粒子群算法,另外还集成了单目标进化算法-This is a latest multi-objective evolutionary algorithm package V2.2, the integrated package includes a recent popular, commonly used in multi-objective evolutio
IntegerSort
- 设计一个由自动测试排序算法性能(比较次数compare_count、交换次数exchange_count、探测次数probe_count)的测试类和排序类构成的类体系。 注:用一个类来描述一个排序算法,类中的sort方法通过调用比较、交换方法来实现数组排序。排序类放入一个特定的包MySort中。-Design a sorting algorithm by automatic test performance (compare the number of compare_count, the
MyFaceRecognition
- 基于局部二值模式的人脸识别范例,其中选用了YALE人脸库作为仿真数据源。-Face recognition based on LBP
CCSDS_IMAGE_COMPRESSION
- CCSDS图像压缩源代码,MATLAB编写处理-CCSDS image compression source code, MATLAB write processing
sedumiexercise
- sedumi是一个做二阶锥规划的很有用的MATLAB工具包,在进行阵列信号处理,波束优化设计方面有着很好的作用-sedumi is a second-order cone programming to do useful MATLAB tool kit, making array signal processing, beam optimal design has a very good role
FBGFP 光纤光栅法布里—珀罗腔(FBG F-P)的matlab仿真程序
- 光纤光栅法布里—珀罗腔(FBG F-P)的matlab仿真程序。利用光纤光栅的矩阵传输特性。-Fiber Bragg Grating Fabry- Perot cavity (FBG FP) of matlab simulation program. Optical fiber grating transmission characteristics of the matrix.
AudioCodec
- 本源代码包含了各种声音,如G711,G723,G726,PCM,AAC,MP2等的编码和解码的过程,是学习各种声音编码的好资料。-Source code contains a variety of sounds, such as G711, G723, G726, PCM, AAC, MP2, etc. encoding and decoding process, are studying a variety of voice coding good information.
dantongdao
- 单通道欠采样测量频率的程序 可以正确得到信号的频率-dantongdao.m
sphere-triangles collision detect and response
- 本代码用于计算三维空间中的球体与多个三角形之间的碰撞检测及碰撞后的反弹运动