资源列表
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.
whole-array
- 递归实现全排列(c++实现)dev下通过编译-Recursive implementation of the whole array
nqueens
- 输入皇后数量N,输出一种N皇后的分布排列方法-Arrangement of the distribution of the number of input Queen N, O N Queen
main
- 基于pca的人脸识别,实现简单的人脸识别及错误率计算-Pca face recognition, face recognition and error rate
youcheng
- 用C语言实现的游程编码 所属课程为本科 数据压缩课程 包括黑白游程编码的替换编译 因为是大学实验用 黑白游程编码表只写入了一部分 后面可自行补充-C language run-length coding belongs courses for undergraduate data compression programs include black and white run-length encoding replace compile University experiment
IEEE754
- 将单精度浮点数的IEE754表示解析为实数,采用两种方法:移位法和指针转换法。-Analyse the float point number
CS-OMP
- 最新理论压缩感知中的信号重构算法,能够实现OMP这种常用的重构算法-The latest theory of compressed sensing signal reconstruction algorithms to achieve this common OMP reconstruction algorithm
QuickSort
- 这是一个Java实现的快速排序的源码,可以高效地对数组进行排序。-This is the code that implements quick sort function,