资源列表
MSDE SA密码清空
- 系统安装的MSDE在使用过程中提示SA密码不对,这时可以对密码进行清空(The system installed MSDE indicates that the SA password is incorrect during use, and you can empty the password at this time)
antcolony
- 简单的利用蚁群算法计算函数最大值或最小值(use ant colony algorithm to calculate the minimun and maximun of a function)
sahenew
- 实现WINDOWS自带记事本的一般功能,例如新建,打开,保存,字体设置等(Implement WINDOWS with notepad, the general functions, such as new, open, save, font, etc)
EJERCICIOS
- EXERCISES ABOUT SIGNAL PROCESSING
69a3a3a428df
- 利用算法检测特殊点并显示特殊点,然后特殊点之间进行线段连接(#include <stdio.h> #include <iostream> #include "opencv2/nonfree/features2d.hpp" #include "opencv2/legacy/legacy.hpp" #include "opencv2/core/core.hpp"// #include "openc
chaoshengbo
- 代码仅供参考,可根据自己要求自行更改~~(The code is for reference only. You can change it according to your own requirement)
Huffman
- R进制霍夫曼编码的 m a t l a b 实 现,R可以任意改变(Matlab implementation of R ary Hoffman encoding)
CFAR
- 雷达恒虚警m a t l a b 仿真,代码仅供参考,可以根据需求进行修改(Radar CFAR m, a, t, l, a, B simulation, the code is for reference only, can be modified according to requirements)
24C256
- 一次写2个字节的数据,读取一个字节的数据(Write 2 bytes of data at one time and read one byte of data)
matlab floyd
- 弗洛伊德算法的matlab实现,里面的调用文件需自己根据需要改动。(Matlab implementation of Freud algorithm)
FloodFill
- 填充算法用于干涉图像的解缠,是对枝切算法中缺点的补充。(FloodFill.m unwraps the phase image, avoiding all branch cuts. Created by B.S. Spottiswoode on 12/10/2004 Last modified on 13/10/2004)
GuidedFloodFill
- Guidefloodfill算法用于图像解缠,针对的是二维图像。输入影像为相位影像(GuidedFloodFill.m unwraps a single 2D image. Input: IM_phase, IM_unwrapped (seed points / pixels already unwrapped), unwrapped_binary the derivative variance, an adjoining matrix and a mask. Created by B