- xj 在一些大型电器设备生产制造行业
- pwm you can use this code to generate PWM to drive your dc motor. it is written in C. it s a .c file.
- sddsa 了解光栅图形显示器的工作原理和特点; 2. 学习C环境下的基本绘图方法; 3. 掌握直线扫描转换算法的原理及实现; 4. 实践与巩固直线的基本生成算法
- Vb-pointer-with-string- 用Vb指针技术提高字符串处理的效率
- CA-Single GPS CA positionig matlab code
- FFT 简单实现信号的时域频域转换
资源列表
zhongzi_tianchong
- 实现所给圆的内部的颜色填充,主要是先设置一点,再从上下左右扩充得出.-round to achieve the internal color filling, the main point is to set up first and then expand from all around come.
liantongyu
- 基于4邻接性的宽度优先搜索算法,可以检测图像中的各连通域,并给出连通域的矩形框表示-based on four adjacent width of the first search algorithm can detect the image of the connected domain, and the domain is connected rectangular box said
fzxs
- 雷达信号回波仿真 多普勒
NNPCA
- 这个小程序也还是自己根据pca的定义编的哦,传上来仅供参考,大家一起讨论讨论哈-This applet is still its own series based on the definition of the pca Oh, Chuan-up is for reference only and we can work together to discuss to discuss Kazakhstan
xiaobofenjie
- 小波分解的程序一例,欢迎有需要的朋友借以参考!-Case of wavelet decomposition process, are welcome to refer to a friend in need!
NLG
- 在NLM去噪方法中引进新的距离计算方法,从而改进权重的计算方法-NLM denoising method to introduce a new distance-based methods, thus improving the weight calculation method
houghBIANHUAN
- hough变换实现检测直线的程序,在Visual C++环境下进行编译,执行-hough transform to achieve a straight line detection procedure in Visual C++ compiler environment, implementation
OLDA
- 在LDA算法基础上优化的OLDA算法,用于特征提取、降维等-In LDA algorithm based on the optimization of OLDA algorithm for feature extraction, dimensionality reduction, etc.
kmeans
- 非监督分类的K-MEANS,遥感图像处理中常用。-Unsupervised classification K- MEANS, is commonly used in remote sensing image processing.
fglg
- matlab实现的FGLG算法,效果较好,可以直接使用,也可以参考学习-FGLG algorithm matlab implementation, better, can be used directly, or you can refer to learning
drawing
- opencv def random_color(random): Return a random color icolor = random.randint(0, 0xFFFFFF) return cv.Scalar(icolor & 0xff, (icolor >> 8) & 0xff, (icolor >> 16) & 0xff) if __name__ == __main__ : # some consta
ICP算法
- 三维点云配准matlab算法,简洁易懂高效,适合入门学习。
