-
literacy ini format configuration file
读写ini格式的配置文件-literacy ini format configuration file
- 2022-04-01 01:14:45下载
- 积分:1
-
Teacher to the software engineering course design report format you want to be u...
老师给的软件工程课程设计报告格式~~希望对大家有用-Teacher to the software engineering course design report format you want to be useful ~ ~ ~ ~
- 2022-02-13 17:46:05下载
- 积分:1
-
Html and css key to explain the desire to help students who are learning
主要讲解html和css 希望可以帮到正在学习的同学-Html and css key to explain the desire to help students who are learning
- 2022-04-16 05:11:54下载
- 积分:1
-
JAVA聊天室的课程设计报告,很全,欢迎下载
JAVA聊天室的课程设计报告,很全,欢迎下载-JAVA chat rooms course design report, it is full, please download the
- 2022-03-22 20:16:20下载
- 积分:1
-
pcb related words. professional and accuracy.
pcb related words. professional and accuracy.
- 2022-03-13 15:24:31下载
- 积分:1
-
ls-dyna_database
LS-DYNA软件的二进制输出文件的格式说明。可用于开发读取、写入这些数据库的程序(LS-DYNA binary output files. Guidance on how to access and read these )
- 2021-04-14 14:28:55下载
- 积分:1
-
unix 下的一个tcp通信例子,看看也许对大家有帮助
unix 下的一个tcp通信例子,看看也许对大家有帮助-unix under a tcp communication examples to see if we might be of help!
- 2022-09-05 21:55:02下载
- 积分: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
-
Spring 框架将体系结构依赖性降至最低,并且将应用程序中得组成部分进行了具体化,但是应用程序仍然是需要管理的。...
Spring 框架将体系结构依赖性降至最低,并且将应用程序中得组成部分进行了具体化,但是应用程序仍然是需要管理的。-Spring Framework architecture to minimize dependence, and application components of a specific, but application is still the need for management.
- 2022-04-23 03:10:34下载
- 积分:1
-
这是一个在法国的文件流
this is a document of straming in French-this is a document of straming in French...
- 2022-05-31 23:35:06下载
- 积分:1