资源列表
BT-local-devce
- Used for checking Bluetooth information on local device (Computer). DO NOT SUPPORT CSR Bluetooth Stack driver.
avefilt
- 网上的均值滤波器,经过自己测试可以使用。在这里共享一下。-Internet mean filter, after their tests can be used. Click here to share.
NEWfrost
- Forst滤波器,matlab编写,亲测可用,希望大家喜欢-Forst filter, matlab prepared pro-test is available, I hope you like
fusion_demo
- 基于小波变换的图像融合算法(使用MATLAB自带的索引图,将两张模糊图像合成为清晰的图像)-Image fusion algorithm based on wavelet transform (using MATLAB with the index of the figure, the two fuzzy image synthesis for clear image
fzu-1075
- ACM程序设计大赛福州大学分解素因子的源文件代码-ACM Programming Contest Fuzhou University prime factor decomposition of the source code file
doy2date
- linux shell脚本实现天数转换为日期,如果2012年第25天转换日期为2012年1月25日.-Linux shell scr ipt can realize the function of the number of days into the date
juanjijisaun
- Can easily use this code for 100 elements within the two one dimension of the matrix of convolution calculation
uac
- This code is used to features large features vector.-This code is used to features large features vector.
biseccion
- This code allow to solve equations through the numerical method: Bisection
window
- 加窗后的雷达信号脉冲压缩测距算法,大幅度提高主旁瓣比值-Radar signal pulse windowed ranging compression algorithm, greatly improve the primary side lobe ratio
calculator
- 由文件读入的计算器 支持优先级运算 希望对大家能有帮助-Read from the document into the calculator to support the priority operator would like to have everyone able to assist
vehicle
- 定义一个车(vehicle)基类,具有MaxSpeed,Weight等成员变量,Run,Stop等成员函数,由此派生出自行车(bicycle)类,汽车(motorcar)类。自行车(bicycle)类有高度(Height)等属性,汽车(motorcar)类有座位属性,从bicycle和motorcar类派生出摩托车(motorcycle)类,在继承过程中,注意把vehicle设置成为基类。如果不把vehicle设置为虚基类,会有什么问题?编程试试看。-The definition of a ca