登录
首页 » Fortran » PO

PO

于 2015-07-17 发布 文件大小:4386KB
0 449
下载积分: 1 下载次数: 1

代码说明:

说明:  时域物理光学法,包括了立方体刨分程序,二维fft计算,任意目标的散射系数的程序。 学习物理光学的很好的入门代码。(The physical optics method in time domain, including the cube planing procedures, two-dimensional fft calculation, any scattering Coefficients of the target program.)

文件列表:

CUBE.F90,9825,2016-05-17
MAKEFACE.F90,3527,2016-05-17
PRCS-FFT.F90,8682,2016-05-17
TDPO.F90,14508,2016-05-17
时域物理光学及应用.doc,4171264,2016-05-17
立方体的剖分方式.doc,282624,2016-05-17

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

发表评论

0 个回复

  • cube_0p1mm
    说明:  abaqus周期性边界条件代码,可以参考学习(ABAQUS periodic boundary condition code can refer to learning)
    2020-08-13 22:08:28下载
    积分:1
  • PatternRecognition3
    K均值算法实现二维点的聚类,可以手动选择分的类别数(K mean algorithm for clustering two dimensional points)
    2018-11-08 18:04:38下载
    积分:1
  • CaculateWeekday
    已知日期,计算出星期几的程序.以过测试。计算正确。请放心使用。(Caculate Weekday)
    2012-07-11 00:01:32下载
    积分:1
  • supervisedWSD
    利用贝叶斯分类原理实现多义词的消歧。首先利用训练语料进行训练,然后基于机器已经获取的知识的基础上对生语料进行词义标注。(Realize the principle of the use of Bayesian classification polysemous word sense disambiguation. First of all, the use of training corpus for training, and then the machine has been based on knowledge gained on the basis of corpus for semantic tagging of Health.)
    2008-05-15 19:04:24下载
    积分:1
  • 初始对准
    说明:  卡尔曼初始对准主程序,说明了卡尔曼滤波在初始对准里的应用(Main program of Kalman initial alignment)
    2021-03-28 14:19:11下载
    积分:1
  • 创意折叠桌
    2015年全国大学生数学建模比赛创意折叠桌,利用Mathematica实现(2015 National Undergraduate Mathematical Modeling Competition creative folding table, using Mathematica to achieve)
    2018-05-13 15:57:48下载
    积分:1
  • PCA_classifier_version1b
    许多图像问题需要某种物体的检测,其中图像之间的物体的外观有自然的变化。 如人脸识别,病变检测,神经通道分割。 这些图像问题可以通过手动注释图像对象来解决,以训练识别正常物体外观的模型。 这可以通过基于PCA的最大似然分类器来完成。(PCA algorithm suitable for detection / recognition of 2D image "objects")
    2018-01-22 21:20:02下载
    积分:1
  • qiantuihuidai_method
    这是前推回代法求解三相不平衡配电网的潮流计算,适合各种情况下的节点。(This is the forward and backward substitution method to solve the three-phase unbalanced distribution network power flow calculation, suitable for a variety of situations node.)
    2021-05-07 16:52:36下载
    积分:1
  • 1D-FDTD
    用C语言编写的1D-FDTD程序,含一阶mur边界,附结果matlab画图程序(Using C language 1D-FDTD procedures, including an order Mur boundary, with results of MATLAB drawing program)
    2013-07-30 13:13:30下载
    积分: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
  • 696516资源总数
  • 106914会员总数
  • 0今日下载