-
很强大的文件处理器,非常便捷快速的查找.占用系统资源小
很强大的文件处理器,非常便捷快速的查找.占用系统资源小-A very powerful document processor, very easy to find fast. Occupy system resources, small
- 2022-05-31 22:52:26下载
- 积分:1
-
ABAQUS后处理.rar这个对初学者应该有所帮助。
ABAQUS后处理.rar这个对初学者应该有所帮助。-ABAQUS post-processing. Rar that should be helpful for beginners.
- 2022-03-18 12:35:07下载
- 积分:1
-
如何发送一个肥皂请求并获得XML响应
How to send a SOAP request and get the XML response
- 2022-08-19 08:45:07下载
- 积分: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
-
Some RFID article, divided into 5 files This is the first 3 were, in the hope th...
一些RFID的文章,分为5个文件这是前3个分别,希望对这一领域的研究有帮助
- 2022-12-04 06:35:03下载
- 积分:1
-
蚁群算法基本原理,改进蚁群算法等的详尽资料,很全面!
蚁群算法基本原理,改进蚁群算法等的详尽资料,很全面!-The basic principles of ant colony algorithm to improve the ant colony algorithm, such as detailed information, very comprehensive!
- 2022-03-03 05:37:46下载
- 积分:1
-
ANSYS弹塑性分析教程.学习ANSYS辅助教程
ANSYS弹塑性分析教程.学习ANSYS辅助教程-Tutorial ANSYS elastic-plastic analysis. ANSYS-assisted learning tutorial
- 2023-08-26 11:45:03下载
- 积分:1
-
开题报告,里面有模板,还有JAVA的开题报告一份。
开题报告,里面有模板,还有JAVA的开题报告一份。-Problem that the report, there are templates, as well as the opening title JAVA report.
- 2022-07-01 23:32:24下载
- 积分:1
-
该软件包集成了很多课程设计的内容,请仔细看
该软件包集成了很多课程设计的内容,请仔细看-The package integrates many of the content of the curriculum design, please carefully read
- 2022-02-02 13:54:21下载
- 积分:1
-
DSP开发工具CCS的out与dat文件转换
应用背景DSP开发工具CCS会生成out文件,在导入文件的时候又会使用dat文件,有时候需要把生成的out文件导入到系统,所以需要把out文件转化为dat文件,所以做了这么个工具。关键技术实现了对DSP开发工具ccs生成的out文件的解析,根据dat文件格式的要求重写入dat文件,主要实现了文件的读取写入,实现了不同字宽设定,还可以反向翻转
- 2022-02-02 17:40:28下载
- 积分:1