登录
首页 » Visual C++ » FMM_C

FMM_C

于 2020-12-03 发布 文件大小:68KB
0 317
下载积分: 1 下载次数: 10

代码说明:

  电磁计算用的快速多级子算法,欢迎大家下载交流(Fast multilevel sub algorithm for electromagnetic computation)

文件列表:

FMM_C
.....\FMM
.....\...\cell.h,2975,2004-12-17
.....\...\dpmta_legendre.h,2734,2004-12-17
.....\...\file.cpp,11619,2004-12-17
.....\...\file.h,3803,2004-12-17
.....\...\FMMtreetest.cpp,8297,2004-12-17
.....\...\FMMtreetest.dsp,4187,2004-12-17
.....\...\FMMtreetest.dsw,518,2004-12-17
.....\...\FMMtreetest.ncb,38,2004-12-17
.....\...\FMMtreetest.opt,49664,2004-12-17
.....\...\FMMtreetest.plg,3718,2004-12-17
.....\...\multipole.cpp,23210,2004-12-17
.....\...\multipole.h,5339,2004-12-17
.....\...\particle.cpp,1089,2004-12-17
.....\...\particle.h,2484,2004-12-17
.....\...\stdinc.cpp,133,2004-12-17
.....\...\stdinc.h,1263,2004-12-17
.....\...\tree.cpp,38506,2004-12-17
.....\...\tree.h,3328,2004-12-17
.....\...\treetest.cpp,5278,2004-12-17
.....\...\vektor.h,5687,2004-12-17
.....\fmm.doc,24064,2014-04-10
.....\fmm_subversion
.....\..............\cell.h,2975,2004-12-17
.....\..............\dpmta_legendre.h,2734,2004-12-17
.....\..............\file.cpp,11619,2004-12-17
.....\..............\file.h,3803,2004-12-17
.....\..............\FMMtreetest.cpp,8297,2004-12-17
.....\..............\multipole.cpp,23210,2004-12-17
.....\..............\multipole.h,5339,2004-12-17
.....\..............\particle.cpp,1089,2004-12-17
.....\..............\particle.h,2484,2004-12-17
.....\..............\stdinc.cpp,133,2004-12-17
.....\..............\stdinc.h,1263,2004-12-17
.....\..............\tree.cpp,38506,2004-12-17
.....\..............\tree.h,3328,2004-12-17
.....\..............\treetest.cpp,5278,2004-12-17
.....\..............\vektor.h,5687,2004-12-17

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

发表评论

0 个回复

  • CFD-SIMULATION-OF-BOILING-FLOWS
    计算机流体理论方面的文献,动网格的划分和计算(Literature, of the theory of computational fluid dynamic division and calculation of the grid)
    2012-06-06 10:07:31下载
    积分:1
  • FROG
    电磁计算 几何光学 计算电磁学 几何光学法 程序(computational electromagnetic GO)
    2021-04-06 09:29:02下载
    积分:1
  • Least-Squre
    最小二乘法拟合曲线C++代码,任意的M个数据,任意的次数N(N不易太高)。输出拟合曲线的表达式(Least Squre For ...)
    2012-04-06 10:03:38下载
    积分:1
  • microdisk_FDTD_backup
    FDTD Solutions 是一款三维麦克斯韦方程求解软件,可以分析紫外、可见、红外至太赫兹和微波频率段电磁波与具有亚波长典型尺寸复杂结构的相互作用。 FDTD Solutions 使得设计师能够从容地面对光子设计复杂的挑战问题。快速原型制造和高精度仿真大大降低对费用高昂的原型试验的依赖,因而可以对设计概念进行快速评价,进而缩短产品研发周期,降低费用。 FDTD Solutions 可以帮助你成功应对各种复杂的应用,从基础光子学研究,到目前工业界领先应用领域如成像、照明、生物光子学、光伏、以及众多其他应用。(FDTD Solutions is a three-dimensional software for solving Maxwell' s equations, we can analyze the ultraviolet, visible, infrared and microwave to terahertz frequencies of electromagnetic waves having a typical size of subwavelength interaction of complex structures. FDTD Solutions allows designers to calmly face the complex photonic design challenges. Rapid prototyping and simulation precision greatly reduce dependence on costly prototype testing, which can quickly uate design concepts, and thus shorten the product development cycle and reduce costs. FDTD Solutions can help you successfully deal with a variety of complex applications, leading application areas such as imaging, lighting, biophotonics, photovoltaics, and many other applications basic photonics research, the current industry.)
    2016-03-20 17:40:02下载
    积分:1
  • Complex_operator_overloading
    新建复数类进行复数运算,重载+、=+、*、/等运算符用于复数间的运算。(New complex class complex operation, overloading+ =+,*,/operator for computing the plural.)
    2012-09-08 20:34:31下载
    积分:1
  • HertzMindlin_supporting_files
    edem接触程序,用于计算各种模型的接触力(edem modle)
    2021-03-26 16:19:13下载
    积分:1
  • 4zeyunsuan
    复数的四则运算完整版,包括加减乘除,阶乘,开方等。。。(The plural arithmetic full version,, including addition, subtraction, multiplication, and division factorial, prescribing, etc...)
    2013-10-11 16:41:48下载
    积分: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
  • test1_1
    说明:  研究舍入误差的例程,可以帮助初学计算方法的人。(Of rounding error in the routine that can help beginners who calculation.)
    2011-04-11 23:55:26下载
    积分:1
  • C
    说明:  含随机出题(四则运算)及其迭代程序、返回数组中最大子数组和及其迭代程序等。(Software class operations, including four operations and iterative procedure, returns an array of sub-arrays and the largest and Iterative procedures)
    2016-07-01 08:32:22下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载