-
拟陀螺运动程序,该程序用MATLAB编写,如有不足之处,希望指出.
拟陀螺运动程序,该程序用MATLAB编写,如有不足之处,希望指出.-to Gyro campaign procedures, the procedures for using MATLAB, if inadequate, and it is hoped that.
- 2023-04-07 10:00:03下载
- 积分:1
-
简单的场景
simple scene -simple scene .........................
- 2023-07-21 22:25:03下载
- 积分:1
-
photoshop图像文件格式说明
photoshop图像文件格式说明-photoshop image file format description
- 2022-07-22 16:28:30下载
- 积分:1
-
DES的各种语言版本,包括C,JAVA,C#,ASP版,请尊重他人的劳动成果!
DES的各种语言版本,包括C,JAVA,C#,ASP版,请尊重他人的劳动成果!-DES for C,JAVA,C#,ASP,please look!
- 2022-04-23 22:48:46下载
- 积分:1
-
Some RFID article, divided into 5 files This is the first 4, in the hope that th...
一些RFID的文章,分为5个文件这是前4个,希望对这一领域的研究有帮助
- 2022-11-09 05:35:04下载
- 积分:1
-
JAVA experimental report JAVA experimental report JAVA experimental report exper...
JAVA实验报告 JAVA实验报告 JAVA实验报告-JAVA experimental report JAVA experimental report JAVA experimental report experimental report JAVA experimental report JAVA
- 2023-08-01 19:15:02下载
- 积分:1
-
这是我随便上传的资料,为了能够下载资料而已,不知道行不行...
这是我随便上传的资料,为了能够下载资料而已,不知道行不行-PDF
- 2022-02-04 12:32:19下载
- 积分:1
-
Delphi编字数统计程序
我们都知道,Word里有“字数统计”的功能,但它的“字数统计”功能有一个缺陷:它会把全角符号都视为汉字处理,结果统计的汉字数总是...
Delphi编字数统计程序
我们都知道,Word里有“字数统计”的功能,但它的“字数统计”功能有一个缺陷:它会把全角符号都视为汉字处理,结果统计的汉字数总是大于实际的汉字数,针对这个缺陷,本人编写了这个程序,方法如下-series wordage statistical procedures we all know, there are Word "word statistics" function, But its "words Statistics" is a functional defect : it will turn the whole angle are seen as symbols of Chinese characters, Statistical results of a few Chinese characters are always larger than the actual number of Chinese characters to address the shortcomings, I prepared for the process, as follows
- 2022-02-25 10:02:19下载
- 积分: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
-
探讨了pbl的格式,Pbl有四种块类型,即Header、Free、Node、Data。Header块的前四个字节一定是HDR*,Free块则是FRE*,Node...
探讨了pbl的格式,Pbl有四种块类型,即Header、Free、Node、Data。Header块的前四个字节一定是HDR*,Free块则是FRE*,Node块是NOD*,Data块是DAT*
- 2022-03-05 20:40:02下载
- 积分:1