登录
首页 » Fortran » mom-Fortran-Programs

mom-Fortran-Programs

于 2021-02-02 发布 文件大小:126KB
0 291
下载积分: 1 下载次数: 42

代码说明:

  矩量法的fortran程序,忘了那本书的源码了(Method of Moments fortran program, forgot the source of the book)

文件列表:

矩量法Fortran Programs
......................\Chapter 02
......................\..........\Directiv.for,5104,1996-04-09
......................\..........\Directiv.mdp,24576,2011-07-17
......................\..........\READ ME-Directivity.doc,26112,2004-09-17
......................\Chapter 04
......................\..........\Dipole.for,3751,1996-04-09
......................\..........\READ ME - Linear Dipole.doc,27648,2004-09-17
......................\Chapter 05
......................\..........\Loop.for,5890,1996-04-09
......................\..........\READ ME - Circular Loop.doc,28160,2004-09-17
......................\Chapter 06
......................\..........\Arrays.for,31942,1996-04-10
......................\..........\READ ME - Arrays.doc,39936,2004-09-17
......................\Chapter 08
......................\..........\MoM
......................\..........\...\MoMethod.for,24571,1996-04-13
......................\..........\...\READ ME - MoM.doc,27136,2004-09-17
......................\..........\Self and Mutual Impedances
......................\..........\..........................\Mutual-Z.for,18299,1996-04-09
......................\..........\..........................\READ ME - Self and Mutual Impedances.doc,32768,2004-09-17
......................\Chapter 10
......................\..........\READ ME - Yagi-Uda.doc,28672,2004-09-17
......................\..........\Yagi-Uda.for,28850,1996-11-08
......................\Chapter 11
......................\..........\Log-Perd Document.doc,46332,2004-09-17
......................\..........\Log-Perd.for,110334,1996-11-05
......................\..........\READ ME - Log-Periodic Array.doc,40448,2004-09-17
......................\Chapter 13
......................\..........\Horn Analysis
......................\..........\.............\HornAnal.for,13071,1996-04-09
......................\..........\.............\READ ME - Pyramidal Horn - Analysis.doc,27648,2004-09-17
......................\..........\Horn Design
......................\..........\...........\HornDesn.for,6915,1996-04-09
......................\..........\...........\READ ME - Horn Design.doc,26624,2004-09-17
......................\Chapter 14
......................\..........\MicroStp.for,25970,1996-04-10
......................\..........\READ ME - Microstrip.doc,29696,2004-09-17
......................\juliang.f,2645,2006-09-16
......................\juliang.mdp,24064,2011-09-23

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

发表评论

0 个回复

  • MFIE
    本程序用于磁场积分方程求解圆柱的电磁散射问题。(This procedure for the cylindrical magnetic field integral equations of electromagnetic scattering problems.)
    2009-10-16 22:51:18下载
    积分:1
  • EFIE
    EFIE-电场积分方程的详细推倒过程,对于初步学习电磁场的人很有用。(Electric field integral equation EFIE-down process in detail, the electromagnetic field for the preliminary study were very useful.)
    2020-10-30 08:59:57下载
    积分:1
  • 11087 统逆序对
    Description 设a[0…n-1]是一个包含n个数的数组,若在i<j的情况下,有a[i]>a[j],则称(i, j)为a数组的一个逆序对(inversion)。 比如 <2,3,8,6,1> 有5个逆序对。请采用类似“合并排序算法”的分治思路以O(nlogn)的效率来实现逆序对的统计。 一个n个元素序列的逆序对个数由三部分构成: (1)它的左半部分逆序对的个数,(2)加上右半部分逆序对的个数,(3)再加上左半部分元素大于右半部分元素的数量。 其中前两部分(1)和(2)由递归来实现。要保证算法最后效率O(nlogn),第三部分(3)应该如何实现? 此题请勿采用O(n^2)的简单枚举算法来实现。 并思考如下问题: (1)怎样的数组含有最多的逆序对?最多的又是多少个呢? (2)插入排序的运行时间和数组中逆序对的个数有关系吗?什么关系? 输入格式 第一行:n,表示接下来要输入n个元素,n不超过10000。 第二行:n个元素序列。 输出格式 逆序对的个数。 输入样例 5 2 3 8 6 1 输出样例 5(Set a[0... N-1] is a n array containing n numbers. If there is a [i] > a [j] i n the case of I < j, then (i, j) is a n inversion pair of a array. For example, <2,3,8,6,1> has five reverse pairs. Please use the idea of "merge sorting algorithm" to achieve the statistics of inverse pairs with O (nlogn) efficiency. The number of inverse pairs of a sequence of n elements consists of three parts: (1) The number of reverse pairs in the left half, (2) the number of reverse pairs in the right half, (3) the number of elements in the left half is greater than that in the right half. The first two parts (1) and (2) are implemented by recursion. To ensure the final efficiency of the algorithm O (nlogn), how should the third part (3) be implemented? Do not use O (n ^ 2) simple enumeration algorithm to solve this problem.)
    2019-01-07 23:52:06下载
    积分:1
  • Ascii-Char
    ascii char conversion
    2011-12-19 01:36:48下载
    积分:1
  • hybrid_pseudo_L
    高超声速飞行器上升轨迹优化计算。采用勒让德伪谱法直接优化方法。(trajectory optimization of hypersonic craft program with legendre method)
    2013-08-28 18:26:44下载
    积分:1
  • MARALAND
    说明:  并联机器人MARALAND,其数值解及解析解,正解和逆解以及雅可比矩阵及动力学问题分析(Parallel robot maraland, its numerical solution and analytical solution, positive solution and inverse solution, Jacobian matrix and dynamics analysis)
    2021-01-21 16:37:35下载
    积分:1
  • SIMPLER-Tao
    西安交大陶老师经典SIMPLER算法程序,Fortran编写,对学习CFD很有帮助!(Tao, Xi' an Jiaotong University Teachers classic SIMPLER algorithm program, Fortran write, to learn CFD helpful!)
    2009-12-29 18:04:15下载
    积分:1
  • valve
    一个在fluent udf中使用Compute_Force_and_Moment函数计算力的算例(An Example of Compute_Force_and_Moment Function in Fluent UDF)
    2020-06-19 14:14:38下载
    积分:1
  • fdtd3D_PML
    计算光子晶体的源程序,基于fdtd 算法,很有帮助(photonic crystal calculation of the source, based on fdtd algorithm, helpful)
    2007-04-20 15:36:13下载
    积分:1
  • sai_gm01
    多目标跟踪的粒子滤波器,车牌识别定位程序的部分功能,最小均方误差等算法的MSE的计算。( Multi-target tracking particle filter, Part of the license plate recognition locator feature, Minimum mean square error MSE calculation algorithm.)
    2017-03-15 15:54:56下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载