代码搜索:PR
找到约 10,000 项符合「PR」的源代码
代码结果 10,000
www.eeworm.com/read/428876/8832182
c 13kfft0.c
#include "stdio.h"
//<mark>pr</mark>l=0存放n个采样输入的实部返回离散傅里叶变换的模l=1存放傅里叶变换的n个实部
//返回逆傅里叶变换的模 pi存放n个采样输入的虚部返回离散傅里叶变换的复角°l=1存放傅里叶变换的n个实部
//返回逆傅里叶变换的复角°l=0计算本函数计算傅里叶变换,l=1逆傅里叶变换 n采样点数 k=2的k次方
// frl=0傅里叶变换实部l=1 ...
www.eeworm.com/read/427573/8935314
c 10gear.c
#include "math.h"
#include "stdlib.h"
#include "4rinv.c"
int gear(a,b,hmin,hmax,h,eps,n,y0,k,t,z,ss,f)
void (*f)(),(*ss)();
int n,k;
double a,b,hmin,hmax,h,eps,y0[],t[],z[];
www.eeworm.com/read/183533/9155343
ini sysinfo.ini
[system]
server=DCWZ
user=prhvfzvz
password=pr468
www.eeworm.com/read/182220/9211339
txt ddddfff.txt
说明:
pr[n]——输入的实部
pi[n]——数入的虚部
n,k——满足n=2^k
fr[n]——输出的实部
fi[n]——输出的虚部
l——0 FFT,1 IFFT
il——0 输出按实部/虚部;1 输出按模/幅角
#include "math.h"
void kkfft(pr,pi,n,k,fr,fi,l,il)
int n,k,l,il;
do
www.eeworm.com/read/181239/9264033
~cpp fftdisp.~cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "FFTDisp.h"
#include "math.h"
//---------------------------------------
www.eeworm.com/read/181239/9264100
cpp fftdisp.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "FFTDisp.h"
#include "math.h"
//---------------------------------------
www.eeworm.com/read/181239/9264101
cpp frmfft.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "frmFFT.h"
//-----------------------------------------------------------
www.eeworm.com/read/181237/9264187
cs math.cs
using System;
namespace nanwin
{
///
/// math 的摘要说明。
///
public class math
{
public math()
{
//
// TODO: 在此处添加构造函数逻辑
//
}
public static void
www.eeworm.com/read/374163/9418658
c display.c
/*
* Copyright (c) 1989 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted pr