-
圣诞节控制 照相机客户最可恨 这下参加和照相机客户从状况
圣诞节控制 照相机客户最可恨 这下参加和照相机客户从状况-Christmas, the most detestable that control the camera customers to participate and cameras clients range from the status of
- 2022-05-15 23:47:36下载
- 积分:1
-
1.学习7段数码显示译码器设计。
2.进一步熟悉VHDL设计技术,掌握CASE语句的使用。
3.掌握文本输入法的顶层设计方法。...
1.学习7段数码显示译码器设计。
2.进一步熟悉VHDL设计技术,掌握CASE语句的使用。
3.掌握文本输入法的顶层设计方法。
-1. Learning 7 decoder design digital display. 2. More familiar with the VHDL design techniques, master the use of CASE statements. 3. Have the text input method of the top-level design methods.
- 2022-06-18 07:27:38下载
- 积分:1
-
本书旨在帮助c成员建立功能强大,直观易学的屏幕接口. 书中给出了具体程序,用户可以用它来开发。...
本书旨在帮助c成员建立功能强大,直观易学的屏幕接口. 书中给出了具体程序,用户可以用它来开发。 -C book is designed to help members of the establishment of a powerful, intuitive screen interface easy to learn. The book gives specific procedures, the user can use it to develop.
- 2022-01-26 20:17:25下载
- 积分:1
-
独立分量分析方法及在图像处理中的应用研究,一篇学位论文...
独立分量分析方法及在图像处理中的应用研究,一篇学位论文-IndePendent ComPonentl alysis(ICA) is a kind of Poweruf lmethod of rBlind
SignalProeessing(BSP).
- 2022-07-19 01:33:18下载
- 积分:1
-
ABAQUS导入外来模型,这个对初学者应该有所帮助。
ABAQUS导入外来模型,这个对初学者应该有所帮助。-ABAQUS to import foreign models, this should be helpful for beginners.
- 2023-02-02 11: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
-
f DEVICE SPECIFICATION FOR
I...
f DEVICE SPECIFICATION FOR
I
LQ9D161 -
f DEVICE SPECIFICATION FOR
I
LQ9D161
- 2022-06-01 08:43:56下载
- 积分:1
-
Windows环境下的Unicode编程
Windows环境下的Unicode编程-Windows environment Unicode Programming
- 2023-07-26 13:05:02下载
- 积分:1
-
计算器的功能实现 Java编写的计算器程序及源代码
计算器的功能实现 Java编写的计算器程序及源代码-Java calculator functions of the calculator to prepare procedures and source code
- 2022-06-20 10:29:19下载
- 积分:1
-
Computer Science and Technology undergraduate internship report the production o...
计算机科学与技术专业本科生的生产实习报告电子档-Computer Science and Technology undergraduate internship report the production of electronic files
- 2022-01-31 17:58:59下载
- 积分:1