资源列表
铅笔画线、刷新
- 绘图铅笔功能,可刷新
ArcMap
- 常见的地图操作和常用的功能实现(基本功能)-Common map operations and functions commonly used to achieve (basic function)
restore
- 复制到u盘后运行即可,可以将病毒隐藏的文件显示出来-Copy u after-hours running, you can display hidden files virus
curveture
- 用向前差分 中心差分计算矩阵的曲率,可对图像操作,挺好用的-Matrix of curvature of the forward differential center differential, image manipulation, very good use
ZF
- Matlab code for MIMO Zero Forcing
common-tan
- 基于matlab求解公切线,使用了网络搜索法-Based on matlab solving common tangent, using a web search method
XxToDx
- 小写金额转大写金额的函数,输入数字,支持小数点,输出大写金额数。-Function lowercase to uppercase amount, the amount of input digital, support the decimal point, output of capital amount.
AC6654
- AV6654的板卡驱动程序,用于工控机对外输出控制的-AC6654 card driver AC6654 driver program
EightQueen
- 八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。计算机发明后,有多种计算机语言可以解决此问题。-Eight Queen
hough111
- hough变换直线检测-hough Straight line detection.......................
huahua
- ,用matlab绘制菊花 大家可以 使用此代码再次进行花的画法- data base t0=linspace(0,2*pi) for i=1:100 if rem(i,4)==0 t1(i)=NaN else t1(i)=t0(i) end if rem(i,4)==2 t2(i)=NaN else t2(i)=t0(i) end end p=linspace(0,0.25*pi) [xx,yy]=meshgrid
EKF_function
- 实现卡尔曼滤波器的估计,适用于初学者学习卡尔曼滤波。-The realization of the Kalman filter is estimated for beginners to learn Kalman filter.