资源列表
basicAlgorithm(pascal)
- 基本算法正稿 包括:一、数论算法;二、图论算法;三、背包问题;四、排序算法;五、高精度计算;六、 树的遍历;七 进制转换;八 全排列与组合的生成;九.查找算法;十、贪心;十一、回溯法框架;十二、DFS框架;十三、BFS框架;十五、数据结构相关算法
themeshodofdip
- 我正在作人脸表情识别的毕业设计 这篇《人脸表情识别方法》的论文给出了不少很有参考价值的方法 包括静态动态表情提取方法 表情识别的方法
lyb
- 采用PHP加MySQL编写的留言板系统,方便学习借鉴
thenewdevelopmentofdip
- 这是给我帮助很大的论文之一 详细说明了人脸表情识别的过程以及完成相关步骤的方法总结 对于刚刚接触到这一领域的朋友会有很大帮助
applicationofIPLOPENVCinVC
- 做个人脸识别系统需要好的编程工具与平台 这篇关于IPL和OPENCV在VC++中的应用的论文 会给你不少启发 至少也让你少走些弯路
Water
- 这是我写的一个很简单得关于水的类(开发网游的),可导入程序中实现!
Semiblind_channel_estimation
- This paper considers semiblind channel estimation and data detection for orthogonal frequency-division multiplexing (OFDM) over frequency-selective fading channels.
Sparse_Channel_Estimation_with_Zero_Tap_Detection.
- Algorithms for the estimation of a channel whose impulse response is characterized by a large number of zero tap coefficients are developed and compared.
Efficient_high_performance_decoding_for_overloaded
- For this reason, iterative soft decoding has been studied to approach the optimal ML decoding performance at affordable complexity.
On_the_Complexity_of_Sphere_Decoding_for_Different
- In this correspondence, the computational complexity of this sphere-decoding based MSDD is analyzed.
Efficient_Blind_Receiver_Design_for_Orthogonal_Spa
- A general decision rule for stochastic blind maximum-likelihood OSTBC detection is derived.
migong
- 这是一个迷宫问题,用Astar来实现迷宫问题,里面有很详细的说明这是我从其它网站上下载下来的