资源列表
yueguang
- 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4
model
- 图像的边缘检测MATLAB代码,对所获取的图像可以进行有效的边缘检测-Image Edge Detection MATLAB code of the acquired image can be an effective edge detection
FreeImage392
- 一个自由、开源的图形库--FreeImage支持位图构件―例如调色板和数据位―的便易访问;将位图从一种位深度转换到另一种位深度;当有多幅位图页―例如TIFF―时访问位图的不同页;基本的位图处理,如旋转、翻转(flipping)和重采样,或点操作,如亮度和对比度调整;Alpha混合与合成(Compositing and blending);FreeImage不支持:高级图象处理操作,如回卷(Convolution)和变换(Transform);位图绘制; 矢量图形。-a free, revenue
VC++语音聊天程序
- VC下实现的语音聊天程序,基于C++语言开发,适合新手作为参考。(VC achieved under the voice chat program.)
FTP客户端
- 关键字:Ftp客户端、FTP协议、工作原理、上传下载(Ftp client, FTP protocol, working principle, uploading and downloading)
DOA估计.zip
- DOA估计,有各种DOA估计算法,以及算法仿真性能分析(DOA estimation, music algorithm simulation program)
ericom-access
- ERICOM ACCESSS SERVER SOURCE AND CRACK
PCA
- 主成分分析主要进行降维处理,以减小变量数目和使信号独立(Principal component analysis mainly reduces dimensionality to reduce the number of variables and make the signal independent)
LPC824_DEMO_Menu
- 一种点阵液晶菜单的实现,完整iar lpc824实例,详尽(The realization of a lattice liquid crystal menu, a complete IAR instance)
Part 1
- AVR_learning_Project 1
lib_dsp-[sw]_3.1.0rc1
- XMOS开发库,用于开发XMOS音频驱动。(XMOS development lib.)
Retinex-master
- 利用retinex算法实现图像增强,基于亮度的自适应多尺度图像增强(Image enhancement using Retinex algorithm)
