-
好的,有关AVI文件操作的实例,a demo code for avi file recording
好的,有关AVI文件操作的实例,a demo code for avi file recording-a demo code for avi file recording
- 2022-01-26 18:05:10下载
- 积分:1
-
课程设计、数据库课程设计、数据库格式,格式的主题…
数据库课程设计格式 题目 数据库课程设计格式 题目-Curriculum design, database format, curriculum design, database format, the subject title
- 2022-03-23 00:35:27下载
- 积分:1
-
ABAQUS非线性有限元分析与实例,作为非线性的参考资料
ABAQUS非线性有限元分析与实例,作为非线性的参考资料-ABAQUS nonlinear finite element analysis and examples, as a non-linear reference
- 2022-03-12 03:34:23下载
- 积分:1
-
Oracle内部函数function to促进学习词典
oracle 内部函数,方便学习,函数字典-oracle internal function to facilitate learning, function dictionary
- 2022-05-17 17:51:49下载
- 积分:1
-
Synatics TM
Synatics TM-603 触摸键开发规范文档.-Synatics TM- 603 Touch Key developing standardized documents.
- 2023-02-12 23:00: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
-
模块分析
模块分析--- --- -----11
4.1 用户登录模块-----------------------------------------11
4.2 企业人事管理模块-------------------------------------11
4.2.1 主窗体的设计-------------------------------------11
4.2.2 系统界面的设计-----------------------------------12
4.2.3 员工基本信息设计---------------------------------13
4.2.4 员工考勤系统设计---------------------------------13
-err
- 2022-06-26 00:59:53下载
- 积分:1
-
为研究分析与对策构建DRM技术标准
DRM技术标准建设分析及对策研究,属于介绍性文章,感觉还不错-DRM technical standards for the construction of analysis and countermeasures research, belongs to an introductory article, I feel pretty good
- 2022-02-28 19:26:29下载
- 积分:1
-
A common reset circuit and there are several subsequent fat slowly
一种常用的复位电路,后面还有好几种,以后慢慢发
-A common reset circuit and there are several subsequent fat slowly
- 2022-10-09 02:05:04下载
- 积分:1
-
this procedure can be large text documents N divided into small files.
本程序可以将大的文本文档分割成N个小文档。-this procedure can be large text documents N divided into small files.
- 2022-02-06 16:06:30下载
- 积分:1