代码搜索:Functions
找到约 10,000 项符合「Functions」的源代码
代码结果 10,000
www.eeworm.com/read/482889/1282255
hpp functions.hpp
/*=============================================================================
Phoenix V1.2.1
Copyright (c) 2001-2002 Joel de Guzman
Use, modification and distribution is subject to
www.eeworm.com/read/482889/1282883
hpp functions.hpp
// Boost.Range library
//
// Copyright Thorsten Ottosen 2003-2004. Use, modification and
// distribution is subject to the Boost Software License, Version
// 1.0. (See accompanying file LICENSE
www.eeworm.com/read/481452/1296526
c functions.c
#include "math.h"
#include "functions.h"
const double PI = 3.1415926535897932384626433832795;
__declspec( dllexport ) short DFT_AmpAndPhase(double *data, unsigned long n, double *amp, double *p
www.eeworm.com/read/481452/1296530
h functions.h
#ifndef FUNCTIONS_H
#define FUNCTIONS_H
__declspec( dllexport ) short DFT_AmpAndPhase(double *data, unsigned long n, double *amp, double *pha);
// 用于计算一段数据的离散傅立叶变换(DFT)
// double *data --- 数据数组
www.eeworm.com/read/481452/1296534
c functions.c
#include "math.h"
#include "functions.h"
const double PI = 3.1415926535897932384626433832795;
__declspec( dllexport ) short DFT_AmpAndPhase(double *data, unsigned long n, double *amp, double *p
www.eeworm.com/read/481452/1296538
h functions.h
#ifndef FUNCTIONS_H
#define FUNCTIONS_H
__declspec( dllexport ) short DFT_AmpAndPhase(double *data, unsigned long n, double *amp, double *pha);
// 用于计算一段数据的离散傅立叶变换(DFT)
// double *data --- 数据数组