-
DICOM3.0标准中文版1
DICOM3.0标准中文版1-DICOM3.0 a Chinese version
- 2023-08-14 10:35:04下载
- 积分:1
-
离散Fourier变换(简称DFT)为离散信号的分析从理论上提供了变换工具,但由于计算时间较长而难以实现,快速Fourier变换(简称FFT)则是一种减少计算时...
离散Fourier变换(简称DFT)为离散信号的分析从理论上提供了变换工具,但由于计算时间较长而难以实现,快速Fourier变换(简称FFT)则是一种减少计算时间的有效算法。本文在对DFT计算量进行分析的基础上指出了FFT的实现途径与计算方法,针对FFT算法进行了程序设计并给出了应用实例。-Discrete Fourier transform (referred to as DFT) analysis for discrete signal theory provides a transform tool, but due to a computational time and difficult to realize, fast Fourier transform (the FFT) is a reduction in the effective algorithm to calculate time. In this paper, DFT calculation was carried out on the basis of the analysis points out the ways and realize the FFT calculation of FFT algorithm for program design and application examples are given.
- 2022-10-16 22:45:03下载
- 积分:1
-
关于内存分配的一些重要经验。作者积累了近十年工作中所遇到的各种内存管理方面的细节问题并加以详细说明。...
关于内存分配的一些重要经验。作者积累了近十年工作中所遇到的各种内存管理方面的细节问题并加以详细说明。-Memory allocation on a number of important experience. The author has accumulated nearly a decade of work that were encountered in a variety of memory management details and detailed description of the problem.
- 2022-08-04 07:35:00下载
- 积分:1
-
MAPGIS 软件支持多种GIS 数据交换,且其明码数据格式较全面、清晰,易于读写。本文以MAPGIS 明码数据格式和Oracle 数据库为例,研究通过编程实现...
MAPGIS 软件支持多种GIS 数据交换,且其明码数据格式较全面、清晰,易于读写。本文以MAPGIS 明码数据格式和Oracle 数据库为例,研究通过编程实现ASCII 码格式的空间数据上载Oracle Spatial 数据库的方法, 探讨各类GIS 软件与Oracle Spatial 进行空间数据交换的基本过程。-MAPGIS software supports a variety of data exchange and data format of its codes more comprehensive, clear and easy to read and write. This paper MAPGIS code data format and the Oracle database as an example, the research program through the ASCII format for spatial data available on Oracle Spatial database, to look into different aspects of GIS software with Oracle Spatial space for the basic data exchange process.
- 2022-04-09 12:15:30下载
- 积分: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
-
a pictures for desktop
a pictures for desktop
- 2022-05-30 16:43:14下载
- 积分:1
-
广告管理系统的UML设计方案~~~欢迎参考
广告管理系统的UML设计方案~~~欢迎参考-advertising management system UML design ~ ~ ~ welcome reference
- 2023-05-13 23:05:03下载
- 积分:1
-
web日志数据预处理的。非常好的文章啊。
web日志数据预处理的。非常好的文章啊。-web log data pretreatment. Ah very good article.
- 2023-01-29 13:05:04下载
- 积分:1
-
jsdk和tomcat的配置方法。我已经配置过好多次,每次都能够成功。希望对大家有用...
jsdk和tomcat的配置方法。我已经配置过好多次,每次都能够成功。希望对大家有用-jsdk tomcat and the configuration method. I already have too many times, and each time to be successful. We hope that the right useful
- 2022-02-12 16:21:13下载
- 积分:1
-
公务员的一些专题练习,里面介绍了历年的好多考体.
公务员的一些专题练习,里面介绍了历年的好多考体.-Civil some thematic exercises, which introduced a lot of the calendar year examination body.
- 2023-04-01 01:00:04下载
- 积分:1