-
计算机图形学实用小程序可在TC环境下运行
计算机图形学实用小程序可在TC环境下运行-small computer graphics practical procedure could be run under TC
- 2023-07-28 09:15:03下载
- 积分:1
-
VC DLL编程的基础概念:Visual C++支持三个DLL,他们..
VC++动态链接库编程之基础慨念: Visual C++支持三种DLL,它们分别是Non-MFC DLL(非MFC动态库)、MFC Regular DLL(MFC规则DLL)、MFC Extension DLL(MFC扩展DLL)-VC DLL programming basis for the conception : Visual C support three DLL, They are the Non-MFC DLL (Dynamic Library MFC), MFC Regular DLL (MFC rules DLL), MFC Extension DLL (MFC extension DLL)
- 2022-05-27 07:12:43下载
- 积分:1
-
一个数据课程设计开发文档,有代表性。内容丰富
一个数据课程设计开发文档,有代表性。内容丰富-Curriculum design and development of a data documentation, they are representative. Rich in content. .
- 2022-12-06 11:55:03下载
- 积分:1
-
what do you want to? an fox
what do you want to? an fox-what do you want to an fox
- 2022-03-29 09:08:38下载
- 积分:1
-
How to Examine the HTTP Header+ Body for a POST to be sent
How to Examine the HTTP Header + Body for a POST to be sent -How to Examine the HTTP Header+ Body for a POST to be sent
- 2022-03-26 07:06:20下载
- 积分: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
-
TGA格式,英文完全版,经典,有想了解TGA的可以下载
TGA格式,英文完全版,经典,有想了解TGA的可以下载-TGA format, full version in English, classics, and have wanted to know the TGA can be downloaded
- 2022-05-08 11:11:23下载
- 积分:1
-
oox 规格说明
ECMA 376,第二版,第 1 部分-基础知识和标记语言参考
- 2022-02-03 11:10:13下载
- 积分: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
-
SFF
SFF-8090规范书-SFF-8090 specification book
- 2022-05-27 17:35:01下载
- 积分:1