登录
首页 » Visual C++ » ooptest

ooptest

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

  • CUDAMatrixMul
    说明:  cuda矩阵乘法 通过GPU并行运算实现乘法的加速(cuda GPU parallel matrix multiplication operation by the accelerated realization of multiplication)
    2020-12-13 21:49:14下载
    积分:1
  • Simpleequationstoachieve
    说明:  利用该方程组求解一般的线性方程组,别且符合数学求解原理(Using the equations of linear equations in general, do not and in accordance with principles of mathematics to solve)
    2010-04-22 10:38:10下载
    积分:1
  • Gauss---Seidel-Algorithm
    合肥工业大学数值分析(计算方法A)中高斯—塞德尔算法的实现(Gauss- Seidel Algorithm)
    2011-11-30 14:45:19下载
    积分: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
  • newton
    数值分析的牛顿法,是用C编写的,希望大家互相参考!!1(Pleiades值tub cavity Xu Yang Lai Hey, Did using C met写cavity, submerged mode希望deceive gaze intently EC banana!! 1)
    2008-05-14 13:25:28下载
    积分:1
  • co2
    fluent中关于co2的真实气体模型的自定义程序(fluent in about co2 real gas model custom program)
    2020-12-13 21:59:15下载
    积分:1
  • fft
    fft傅里叶快速变化程序,里面说的很清楚,很使用。(FFT Fourier rapid change program, which made it very clear, is to use. )
    2014-05-11 20:59:38下载
    积分:1
  • interp1_interp2
    C语言实现Matlab中interp1和interp2中的功能。(Interp1 and interp2 in Matlab, C language the function.)
    2021-03-29 14:39:11下载
    积分:1
  • nr_c301
    可以用于科学计算的库,数值计算库,只要将头文件包含即可。(Can be used for scientific computing libraries, numerical libraries, header files will be included as long as you can.)
    2009-05-09 13:08:22下载
    积分:1
  • C_classical_src
    平常练习的一些程序,比较基础,包括求斐波那契数、完数等等(Some of the usual practice procedures, more infrastructure, including seeking Fibonacci numbers, number, etc. End)
    2013-11-18 21:18:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载