-
IEEE文件格式写法,帮助你去改稿,符合IEEE文件标准。给菜鸟看的,大虾可飘过。...
IEEE文件格式写法,帮助你去改稿,符合IEEE文件标准。给菜鸟看的,大虾可飘过。-IEEE file format written to help you to change draft documents in line with the IEEE standard. To look at the rookie, shrimp may be drifting away.
- 2022-03-23 05:20:45下载
- 积分:1
-
通过学习此压缩文件后,你回了解制作批处理文件的基本方法和技巧...
通过学习此压缩文件后,你回了解制作批处理文件的基本方法和技巧-through study of compressed paper, you back to the production of the batch file basic methods and techniques
- 2023-03-19 10:10:03下载
- 积分:1
-
数据库老师布置的一个很有趣的作业,自拟命题SQL语句,同学相互抽做,互相评分...
数据库老师布置的一个很有趣的作业,自拟命题SQL语句,同学相互抽做,互相评分-database teacher decorated a very interesting process, since the proposed Proposition SQL classmates mutual pumping so, mutual score
- 2023-01-25 21:45:03下载
- 积分:1
-
USB
USB-E2PROM,掌握基于Linux的S3C2410A USB设备控制器驱动程序的使用方法-USB-E2PROM, master Linux-based S3C2410A USB device controller driver to use
- 2022-02-24 20:42:49下载
- 积分:1
-
AT91 ARM在医疗行业中的应用pdf
AT91 ARM在医疗行业中的应用pdf-AT91 ARM in the medical industry pdf
- 2022-08-11 12:17:00下载
- 积分:1
-
nurbs 曲线插值 用matlab编写的nurbs曲线插值绘图
nurbs 曲线插值 用matlab编写的nurbs曲线插值绘图-nurbs interpolation curve prepared using matlab graphics nurbs curve interpolation
- 2022-05-18 02:26:32下载
- 积分:1
-
用vb编写遗传算法,实际应用部分(如适应度函数需要自己编写,程序中已注明),此为转载代码...
用vb编写遗传算法,实际应用部分(如适应度函数需要自己编写,程序中已注明),此为转载代码-Vb prepared using genetic algorithm, the practical application of some (such as the fitness function needs its own written procedures have been specified), this is reproduced in the code
- 2022-02-05 17:50:49下载
- 积分:1
-
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返...
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返回有效的实际值 */
#define A 10
char value
char filter()
{
char new_value
new_value = get_ad()
if ( ( new_value - value > A ) || ( value - new_value > A )
return value
return new_value
}
2、中位值滤波法
/* N值可根据实际情况调整
排序采用冒泡法*/-10 kinds of software filtering method one example of the procedure, limit the Deputy filter/* A value can be adjusted according to the actual value for the RMS, new_value filter for the current sampling procedures for the effective return of the actual value* /# define A 10 char value char filter () (char new_value new_value = get_ad () if ((new_value- value> A) | | (value- new_value> A) return value return new_value ) 2, the median filtering method/* N values can be adjust the actual situation in the use of bubble sort method* /
- 2023-08-29 16:45:03下载
- 积分:1
-
渐进式编码,JPEG 2000标准的另一个特点,就是双…
Progressive coding, another feature of the JPEG 2000 standard, means that the bit stream can be coded in such a way as to contain less-detailed information at the beginning of the stream and more detailed information as the stream progresses. This makes it ideal for Internet/network applications―especially with large images and low bandwidths―as the image can be seen instantly on the decoding side, even with low-speed networks or image databases. The lower subbands are shown first, and more detail is added as time progresses. The picture thus becomes sharper and more detailed over time, and the entire image does not have to be downloaded before it can be seen
- 2023-07-12 08:55:02下载
- 积分:1
-
粒子滤波器和姿态处理的论文,这是粒子滤波的实现,可以实现基本的粒子滤波的算法,也就是用MARLAB实验粒子滤波的程序....
粒子滤波器和姿态处理的论文,这是粒子滤波的实现,可以实现基本的粒子滤波的算法,也就是用MARLAB实验粒子滤波的程序.
-particle filter and posture of paper, which is the realization of particle filter, can achieve basic particle filter algorithm, which is used MARLAB experimental particle filter procedures.
- 2023-04-15 04:00:04下载
- 积分:1