资源列表
memery_copy
- 将内存中的一段数据拷贝到另外一段内存中,要考虑其中的内存覆盖问题。-A section of the memory to copy data to another section of memory, it is necessary to take into account the memory coverage problems.
6_1
- 编写函数 对整形数组排序,输出原数组及排序后的数组-sort numbers
guangchangge
- 相关性检测,一张图片中与某一对象,相似性检测。-Correlation detection, a picture with an object, similarity detection.
Untitled3
- 折半查找算法的c-c++实现,里边为可执行文件 -Binary search algorithm c-c++ implementation, an executable file inside
bahuanghou
- 八皇后问题模拟,数据结构综合设计上机题目,请大家参考。-A model to solve the Eight Queen problem.It is originally for Data Structure subject.
main
- 基于pca的人脸识别,实现简单的人脸识别及错误率计算-Pca face recognition, face recognition and error rate
imag_encode
- 本程序实现阵列图像的子图像编号,其中中心子图编号为1, 与其距离为1的图像编号为2,依次类推,距离为横纵坐标和与中心子图横纵坐标和的差值的绝对值 中心子图坐标为(x,y),当前子图坐标为(x1,y1),编号为abs((x1+y1)-(x+y)) I是图像编号后的编号矩阵,center_x为横向中心子图坐标,center_y为纵向中心子图坐标 h_num为横向子图数,p_num为纵向子图数-image encoder
CS-OMP
- 最新理论压缩感知中的信号重构算法,能够实现OMP这种常用的重构算法-The latest theory of compressed sensing signal reconstruction algorithms to achieve this common OMP reconstruction algorithm
ransac
- 基于ransac的椭圆检测,对于一组随机的椭圆点,可以得到椭圆参数,检测精度高。-Based ransac ellipse detection, for a group of random elliptic points, you can get an ellipse parameters, high detection accuracy.
glpf
- 超声颈动脉图像分割的一部分程序,前期处理-part of segmentation method
dct_encode_matlab
- 大数据量的图像信息会给存储器的存储容量,通信干线信道的带宽,以及计算机的处理速度增加极大的压力。单纯靠增加存储器容量,提高信道带宽以及计算机的处理速度等方法来解决这个问题是不现实的,这时就要考虑压缩。DCT压缩(matlab实现)压缩的关键在于编码,如果在对数据进行编码时,对于常见的数据,编码器输出较短的码字;而对于少见的数据则用较长的码字表示,就能够实现压缩-DCT compression (matlab realization)
QuickSort
- 这是一个Java实现的快速排序的源码,可以高效地对数组进行排序。-This is the code that implements quick sort function,