-
delphi学习资料,DELPHI初学者入门的好东西
delphi学习资料,DELPHI初学者入门的好东西-delphi learning materials, DELPHI beginners entry of good things
- 2022-08-02 14:11:10下载
- 积分: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
-
可以读出log文件, 本转换成文本文件。
可以读出log文件, 本转换成文本文件。-Log files can be read out, the converted text file.
- 2022-01-22 11:43:09下载
- 积分:1
-
获取文件中版本信息
获取文件中版本信息-access to documents version
- 2022-07-25 13:44:44下载
- 积分:1
-
ESRI公司ArcInfo的Shape文件格式介绍
ESRI公司ArcInfo的Shape文件格式介绍-the ESRI ArcInfo Shape file format introduced
- 2022-02-11 15:48:56下载
- 积分:1
-
有关单片机读写U盘的资料,包括USB相关的协议UFI、CBI等,以及FAT12/FAT16/FAT32/NTFS文件格式,硬盘数据结构...
有关单片机读写U盘的资料,包括USB相关的协议UFI、CBI等,以及FAT12/FAT16/FAT32/NTFS文件格式,硬盘数据结构-Single-chip U disk read and write the relevant information, including the USB-related agreements UFI, CBI, as well as FAT12/FAT16/FAT32/NTFS file format, hard disk data structure
- 2023-05-13 01:55:04下载
- 积分:1
-
假设你需要指定范围内的随机数,传统的方法是使用ANSI C的函数random(),然后格式化结果以便结果是落在指定的范围内。但是,使用这个方法至少有两个缺点...
假设你需要指定范围内的随机数,传统的方法是使用ANSI C的函数random(),然后格式化结果以便结果是落在指定的范围内。但是,使用这个方法至少有两个缺点-suppose you need, within specified limits, random number, the traditional method is to use ANSI C function random (), then formatted results to the results fell within the scope specified. However, the use of this method at least two shortcomings
- 2022-02-20 20:43:34下载
- 积分:1
-
campus network coding design ~ ~ from the entire campus to design the layout of...
校园网络编码设计方案~~是从整个校园的布局来设计的-campus network coding design ~ ~ from the entire campus to design the layout of the
- 2022-10-27 00:25: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
-
数学
Mathimatics-Numerical algorithms -Mathimatics-Numerical algorithms
- 2022-02-20 04:12:15下载
- 积分:1