登录
首页 » Visual C++ » ooptest

ooptest

于 2013-12-12 发布 文件大小:5369KB
0 241
下载积分: 1 下载次数: 3

代码说明:

  C++实现的FFT,详细,简单,内含多个测试类(using C++ implements fft,including serials class)

文件列表:

ooptest
.......\Debug
.......\.....\ooptest.exe,36864,2013-10-15
.......\.....\ooptest.exe.manifest,406,2013-10-15
.......\.....\ooptest.ilk,1118180,2013-10-15
.......\.....\ooptest.pdb,584704,2013-10-15
.......\ipch
.......\....\ooptest-cb193536
.......\....\................\ooptest-55cfd73a.ipch,15532032,2013-10-15
.......\ooptest
.......\.......\Debug
.......\.......\.....\CL.read.1.tlog,14264,2013-10-15
.......\.......\.....\CL.write.1.tlog,1070,2013-10-15
.......\.......\.....\fp.obj,33287,2013-10-15
.......\.......\.....\link.read.1.tlog,2982,2013-10-15
.......\.......\.....\link.write.1.tlog,786,2013-10-15
.......\.......\.....\main.obj,83168,2013-10-15
.......\.......\.....\mt.read.1.tlog,318,2013-10-15
.......\.......\.....\mt.write.1.tlog,318,2013-10-15
.......\.......\.....\ooptest.exe.intermediate.manifest,381,2013-10-15
.......\.......\.....\ooptest.lastbuildstate,67,2013-10-15
.......\.......\.....\ooptest.log,2819,2013-10-15
.......\.......\.....\ooptest.vcxprojResolveAssemblyReference.cache,713,2013-10-15
.......\.......\.....\ooptest.write.1.tlog,0,2013-10-15
.......\.......\.....\vc100.idb,281600,2013-10-15
.......\.......\.....\vc100.pdb,249856,2013-10-15
.......\.......\ooptest.vcxproj,4318,2013-10-15
.......\.......\ooptest.vcxproj.filters,1545,2013-10-15
.......\.......\ooptest.vcxproj.user,143,2013-10-13
.......\ooptest.sdf,6574080,2013-10-15
.......\ooptest.sln,888,2013-10-13
.......\src
.......\...\comno.h,2336,2013-10-15
.......\...\comnocpp.h,1811,2013-10-15
.......\...\comparefunc.cpp,28,2013-10-14
.......\...\comparefunc.h,165,2013-10-14
.......\...\fft.h,952,2013-10-15
.......\...\fp.cpp,1018,2013-10-15
.......\...\fp.h,453,2013-10-15
.......\...\main.cpp,4094,2013-10-15
.......\...\stdafx.h,549,2013-10-14
.......\...\targetver.h,75,2013-10-14

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • GBAS
    利用蚁群算法求解TSP问题, 从Location.dat文件输入每个城市的坐标。(The use of Ant Colony Algorithm for TSP problems Location.dat file input from the coordinates of each city.)
    2009-06-18 09:08:14下载
    积分:1
  • oofem-1.7.tar
    c++的有限元源码,带说明书和测试数据,是难得的有限元开发资料.(This is the code of finite element method, with manual document and data samples, it is valusble for FEM development)
    2009-04-25 13:59:51下载
    积分:1
  • fajri
    music高阶谱分析算法,IDW距离反比加权方法,BP神经网络用于函数拟合与模式识别。( music higher order spectral analysis algorithm, IDW inverse distance weighting method, BP neural network function fitting and pattern recognition.)
    2017-05-23 02:04:12下载
    积分:1
  • matrix_transpose.c
    适用于大型稀疏矩阵 矩阵转置 c语言 来自于有限元方法编程(From the finite element method suitable for large-scale sparse matrix matrix transpose c language programming)
    2013-05-20 10:43:20下载
    积分:1
  • r2fft
    用一个N点复序列的FFT同时计算两个N点实序列离散傅里叶变换(With an N-point complex sequence of N-point FFT calculate two real sequences discrete Fourier transform)
    2013-05-23 20:11:50下载
    积分:1
  • 2DPE_VCPP6.0
    抛物方程是由赫姆霍兹方程推导而来,在计算大区域电磁传播有较大的优势,本程序是二维的情况。(Parabolic equation is derived the Herm Holtz equation, in the calculation of large areas of electromagnetic propagation has a greater advantage, the program is a two-dimensional situation.)
    2016-11-20 12:32:02下载
    积分:1
  • shy1
    自适应滤波器的LMS算法实现,主要实现滤波和算法的方法。(adaptive filter)
    2011-05-18 14:49:17下载
    积分:1
  • na7
    Orthogonal Polynomials Approximation 数值分析,计算正交基多项式的系数 (Given a function f and a set of m >0 distinct points . You are supposed to write a function to approximate f by an orthogonal polynomial using the exact function values at the given m points with a weight assigned to each point . The total error must be no larger than a given tolerance. Format of function int OPA( double (*f)(double t), int m, double x[], double w[], double c[], double*eps ) where the function pointer double (*f)(double t) defines the function f int m is the number of points double x[] contains points double w[] contains the values of a weight function at the given points x[] double c[] contains the coefficients of the approximation polynomial double*eps is passed into the function as the tolerance for the error, and is supposed to be returned as the value of error. The function OPA is supposed to return the degree of the approximation polynomial. Note: a constant Max_n is defined so that if the total error is still not small enough when n = Ma)
    2011-11-27 11:47:21下载
    积分:1
  • CalcExpress
    很好的算法,可广泛用于各行业(如工控)计算组态(It s a very good arithmetic that can be used at many industries.such as industry control,for caculation configuration.)
    2005-07-18 17:14:40下载
    积分:1
  • daoxian
    导线网平差程序,参数约束,通过设定不同的PX达到经典自由网,普通自由网,拟稳平差效果,算例(Wire net adjustment procedures, parameters, constraints, and examples)
    2012-04-13 10:36:43下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载