-
MSVC++ HIDIO Example
MSVC++ HIDIO Example
- 2022-03-10 09:34:32下载
- 积分:1
-
video compression tenets of the White Paper in English and imagine the English o...
视频压缩原理的英文白皮书和imagine的英文原版用户手册-video compression tenets of the White Paper in English and imagine the English original user"s manual
- 2023-08-13 00:10:04下载
- 积分: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
-
将DXF文件转换标签
将dxf转化tab文档-will dxf file conversion tab
- 2023-08-21 10:55:04下载
- 积分:1
-
ISO/IEC 14496 OLD MPEG4标准
ISO/IEC 14496 OLD MPEG4æ ‡å‡†-ISO/IEC 14496 standard MPEG4 OLD
- 2022-01-26 02:49:10下载
- 积分:1
-
收集了很多好的风格及代码的指导准则供参考,遵守这些代码风格及代码指导准则可以提高VHDL程序的可读性,且易于修改。...
收集了很多好的风格及代码的指导准则供参考,遵守这些代码风格及代码指导准则可以提高VHDL程序的可读性,且易于修改。-collected a lot of good style and code guidelines for reference, compliance with these codes and code style guidelines VHDL procedures can improve the readability and easy to change.
- 2023-08-21 19:20:03下载
- 积分:1
-
FIFO
FIFO,命名管道。对linux命名管道的一些归纳,总结。希望对大家有帮助。你说好不好(FIFO, named pipe. Linux named pipe on a number of summary, in conclusion. We want to help. You say good)
- 2009-06-07 20:07:43下载
- 积分:1
-
这是一个很好的设计研究生论文!设计是有一个主要的水果…
这是一个很好的毕业设计论文!主要是设计一个关于水果智能分类的系统!-This is a very good design graduate thesis! Design is a major fruit of intelligent classification system!
- 2022-03-19 00:34:46下载
- 积分:1
-
最经典的数据库高级教材 数据库概念(第4版)实验 用于数据库学习和实验 强烈推荐...
最经典的数据库高级教材 数据库概念(第4版)实验 用于数据库学习和实验 强烈推荐-classic database senior materials database concept (Release 4) experimental database for the study and experiment strongly recommended
- 2022-04-23 22:59:03下载
- 积分:1
-
Dijkstra算法的完整实现版本之算法的源代码
Dijkstra算法的完整实现版本之算法的源代码-Dijkstra algorithm realize the complete version of the algorithm source code
- 2022-01-26 02:41:03下载
- 积分:1