-
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
-
packet sniffer writing code
packet sniffer writing code
- 2022-09-03 00:00:03下载
- 积分:1
-
VISIO 样例
visio优秀样例大全,不同样式和应用场景的样图大全(Visio excellent sample book)
- 2018-02-08 19:16:16下载
- 积分:1
-
高斯赛德尔迭代它是数值分析重的经典的算法,我在这儿把我自己写的程序给大家分享。...
高斯赛德尔迭代它是数值分析重的经典的算法,我在这儿把我自己写的程序给大家分享。-high Shisaideer iterative numerical analysis it is heavy classic algorithms, I have been here my own written procedures to share with you all.
- 2022-06-18 02:36:10下载
- 积分:1
-
beiyadianlu
各式各样 倍压 电路图资料 倍压电路图 大全(Wide range of voltage doubler schematic voltage doubler Diagram Index)
- 2013-05-19 17:47:41下载
- 积分:1
-
This library implements the KLT Tracking algorithm [2004] for Feature Tracking i...
This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in computer vision tasks like object recognition, image indexing, tracking and structure from motion. This implementation uses programmable Graphics Hardware to achieve considerable speedup in the running time of the GPU-based implementation.
- 2022-03-07 02:59:13下载
- 积分:1
-
文件更全面地介绍了相关的鲁棒控制…
该文件较全面的介绍了鲁棒控制的相关知识,以及其设计的基本思想,对学习鲁棒控制的人很有借鉴意义,欢迎大家下载!-the document more comprehensive introduction to the robust control of the relevant knowledge, and the basic design idea Robust control for the study of a useful one, we are happy to download!
- 2023-06-25 07:35:03下载
- 积分:1
-
主要总结了近年来智能复合控制系统的研究与发展,介绍了智能复合控制的主要方面的研究成果,探讨了这一领域的研究趋向。...
主要总结了近年来智能复合控制系统的研究与发展,介绍了智能复合控制的主要方面的研究成果,探讨了这一领域的研究趋向。-summarized in the main compound intelligent control systems research and development. introduced a smart composite control the main aspects of research into this area of research trends.
- 2022-02-07 09:52:16下载
- 积分:1
-
这是本人做客城设计用的,王一户多都哦支持,同志们再接再厉...
这是本人做客城设计用的,王一户多都哦支持,同志们再接再厉-this is my guest at the City Design, Wang has more than one oh, the comrades would continue
- 2022-03-28 17:53:34下载
- 积分:1