登录
首页 » Visual C++ » ooptest

ooptest

于 2013-12-12 发布 文件大小:5369KB
0 258
下载积分: 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 个回复

  • Gravity-anomaly
    计算重力异常,只需要输入最大重力场模型的最大阶数以及重力场模型文件名在程序里设置经纬度范围和间隔即可得到重力异常(Gravity anomaly)
    2013-06-13 14:46:49下载
    积分:1
  • turbulence
    计算流体动力学中湍流模型的源程序,代码十分宝贵(Computational fluid dynamics model of the source of turbulence, the code is very valuable)
    2021-01-02 15:08:57下载
    积分:1
  • convolution
    稀疏脉冲反褶积代码,包括高尔消元法解矩阵方程阻,自相关,互相关,褶积,反褶积的代码. 刚参加工作那会儿,上进心也足,爱动脑,编了很多的程序,唯有这一个是我引以为傲的,花了几个星期写的稀疏脉冲(预测)反褶积的代码,放到了现在,觉得也没必要再私藏下去了,不出五年,我都不知道这段代码是干什么的了. 希望对大家有用,方法太简单,所以效果不是太好,请大家修改,如要转载,请记得注明出处. (vc++)
    2009-05-09 16:51:58下载
    积分:1
  • wenjian
    汽车油耗计算(C实现)对于家用经济型小轿车来说,统计油耗是经常做的一件事。本题目要求根据汽油单价、每次加油所用钱数,以及该次加的油所跑里程数计算出该车的百公里油耗,并进行保存,根据需要给出统计数据。(Vehicle fuel consumption calculation (C implementation) for the household economy cars, the fuel consumption statistics is often one of the things. The questions asked based on gasoline price, amount of money each fuel used, and the second oil added to calculate the mileage run car 100 km fuel consumption, and save, according to the need to give statistics.)
    2011-12-15 16:45:12下载
    积分:1
  • Unconstrained-directly
    基于GWBASIC实现的无约束寻优算法,内附GWBASIC主程序和说明(Non-binding on GWBASIC achieve optimization algorithm, the main program and instructions included GWBASIC)
    2011-09-25 19:18:07下载
    积分:1
  • KMEANS
    This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KMEANS.CPP <enter> (This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector]- vector N (real) To compile: ICC KMEANS.CPP <enter> )
    2013-01-05 23:11:23下载
    积分:1
  • distance
    C++程序求两点距离 可以点入坐标点(C++ program distance between two points)
    2013-01-08 22:03:02下载
    积分:1
  • fft
    this is fft header file for fast fourier transform. with this file, you can compute frequency spectrum zero to tow pi.
    2009-10-17 02:06:53下载
    积分:1
  • shdom
    fortran语言的球谐函数离散坐标法大气传输模型主程序,可用于大气场景生成(FORTRAN, spheric harmonic function of the discrete coordinate method main program, the atmospheric transmission model can be used for the atmospheric scene is generated)
    2020-10-11 09:57:33下载
    积分:1
  • Complex_operator_overloading
    新建复数类进行复数运算,重载+、=+、*、/等运算符用于复数间的运算。(New complex class complex operation, overloading+ =+,*,/operator for computing the plural.)
    2012-09-08 20:34:31下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载