-
高等数学公式手册。包含常用的各种公式,对考研的数学复习有帮助。
高等数学公式手册。包含常用的各种公式,对考研的数学复习有帮助。-Higher manual mathematical formula. Contains a variety of commonly used formula for the mathematical study section review helpful.
- 2022-12-26 18:50:03下载
- 积分: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
-
我写的一个大字体字库访问程序,类似于shxvier,显示方面简单一些主要面向字库的应用,字库索引按照区位码顺序做了调整,有兴趣的看看吧.^_^...
我写的一个大字体字库访问程序,类似于shxvier,显示方面简单一些主要面向字库的应用,字库索引按照区位码顺序做了调整,有兴趣的看看吧.^_^-I wrote a large font library visit procedures, similar to shxvier. a simple display of some of the major application-oriented font, font Index location code with the order made adjustments interested let"s see it. ^ _ ^
- 2022-04-06 09:24:03下载
- 积分:1
-
一个简单的eexemple想学习编程的RMI
a simple eexemple to learn about programming rmi
- 2023-04-05 20:35:04下载
- 积分:1
-
介绍了一种 802.16宽带无线城域网媒体接入控制协议研究与系统实现...
介绍了一种 802.16宽带无线城域网媒体接入控制协议研究与系统实现-This paper introduces a 802.16 broadband wireless metropolitan area network media access control protocol research and system
- 2022-06-15 06:26:36下载
- 积分:1
-
全国软件设计标准文档,包含了概要设计,需求,详细设计等等的模版,可以参考下...
全国软件设计标准文档,包含了概要设计,需求,详细设计等等的模版,可以参考下-national standard software design documentation, including a summary of the design, demand, etc. The detailed design templates can refer to the next
- 2022-02-05 03:17:41下载
- 积分:1
-
对矩阵进行Lu分解,使用使用c语言实现,时间复杂度和力论的一样,比较高...
对矩阵进行Lu分解,使用使用c语言实现,时间复杂度和力论的一样,比较高-Lu decomposition on the matrix, the use of the use of c language, time complexity and power of the same, relatively high
- 2023-02-26 08:00:04下载
- 积分:1
-
SFF
SFF-8090规范书-SFF-8090 specification book
- 2022-05-27 17:35:01下载
- 积分:1
-
Signal and System handouts, principle introduced by the very thorough and high r...
信号与系统的讲义,原理介绍的很详细,参考价值高-Signal and System handouts, principle introduced by the very thorough and high reference value
- 2023-01-26 06:10:03下载
- 积分:1
-
大家自己看吧,不错的图,希望对大家有帮助
大家自己看吧,不错的图,希望对大家有帮助-Check it out all their own, a good map, you would like to help
- 2023-01-13 22:25:03下载
- 积分:1