登录
首页 » Others » Eigenfunction-Program-Program

Eigenfunction-Program-Program

于 2018-09-11 发布 文件大小:209KB
0 254
下载积分: 1 下载次数: 3

代码说明:

  强大的计算电磁场本征函数与本征模的程序,matlab版本(A powerful Program for calculating the Eigenfunction and Eigenmode of electromagnetic Field)

文件列表:

8Nachangelog.txt, 452 , 2008-01-10
pR5examples, 0 , 2017-11-24
pR5examples\basic_fullvector.m, 1966 , 2007-10-07
pR5examples\basic_semivectorial.m, 1795 , 2007-10-07
pR5examples\coupler_even_odd.m, 1987 , 2007-10-08
pR5examples\faraday_waveguide.m, 4101 , 2007-10-08
pR5examples\fiber_tm_mode.m, 3048 , 2007-10-08
pR5examples\fullvector_all_fields.m, 3998 , 2007-10-08
pR5examples\nonuniform_mesh_fullvector.m, 2152 , 2007-10-08
pR5examples\nonuniform_mesh_semivectorial.m, 1912 , 2007-10-08
pR5examples\pml_fullvector_leaky_mode.m, 2570 , 2007-10-08
pR5examples\pml_semivectorial_leaky_mode.m, 2405 , 2007-10-08
pR5examples\polymer_waveguide.m, 2758 , 2007-10-08
pR5examples\README.txt, 2545 , 2007-10-10
pR5examples\screenshot.gif, 91403 , 2007-10-09
pR5examples\screenshot.png, 86678 , 2007-10-09
pR5examples\silicon_channel.m, 2646 , 2007-10-09
pR5examples\silicon_channel_semivectorial.m, 1362 , 2007-10-10
pR5examples\uniaxial_channel.m, 1785 , 2007-10-08
pR5examples\uniaxial_channel_rotated.m, 2163 , 2007-10-08
tools, 0 , 2017-11-24
tools\circularc.m, 3146 , 2006-10-20
tools\contourmode.m, 943 , 2007-10-08
tools\coupler.m, 1675 , 2007-10-06
tools\fiber.m, 1163 , 2007-01-11
tools\imagemode.m, 2012 , 2007-10-08
tools\postprocess.m, 20520 , 2007-10-05
tools\stretchmesh.m, 5271 , 2007-10-08
tools\waveguidemesh.m, 1477 , 2007-08-24
tools\waveguidemeshfull.m, 1570 , 2007-10-07
wgmodes.m, 17342 , 2008-01-10
Zcsvmodes.m, 5419 , 2007-10-07

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

发表评论


0 个回复

  • debbgger
    三次样条插值的C语言算法,但是总是数据溢出()
    2018-05-27 05:33:39下载
    积分:1
  • 40289243
    这是C语言中的难点的一些算法,其中包括用C实现的班级成绩管理,用C实现的排序算法等()
    2018-01-08 21:27:54下载
    积分:1
  • LZYSAD
    雷达数据处理的重要模型算法之一,该代码对imm算法的不同参数下进行了详细的仿真,(One of the important model algorithms for radar data processing, the code simulates the IMM algorithm in detail under different parameters.)
    2018-09-06 13:02:17下载
    积分:1
  • 煤炭价格多元时序预测
    说明:  内附源数据、代码及word。代码包括:平稳性检验、协整检验、滞后阶数的确定、VAR 模型的拟合、脉冲响应分析、VAR 模型的预测(Stationarity test, co integration test, determination of lag order, VAR model fitting, impulse response analysis, VAR model prediction)
    2021-03-30 19:09:09下载
    积分:1
  • python 实现随机森林
    应用背景 数据   :两个月之内 40000个客户的15个数据字段   包含客户的 地          理位置,职业,职级,年收入,。。。。。。    购买过得产品 目的:对新客户进行推荐一个适合该客户的产品, 对老客户推荐可能再购买的产品 数据处理    数据清洗:   describe 每个特征统计分析       方差     -分析缺陷特征和波动性                 空值赋值为  “-1 “              -  保证模型的可使用    数据归一化:eg:邮编 相似度不高 根据一线二线….进行划分  – 特征的重要性 关键技术特征选择    随机森林:  判断特征的重要性 :思考为何重要性高     AHP    :  迭代设置每个特征的权重 模型选择   :根据数据量数量,是否有标签,分类or回归选取 关于模型选择时候我想用协同过滤  但是不知道关于特征的协同过滤是怎么执行的   是每个特征都有一个评分构成评价矩阵么?
    2022-02-25 17:28:51下载
    积分:1
  • 妹子图
    通过Python对妹子图网站的图片集进行爬取(Crawling the collection of images on the sister map site via Python)
    2018-11-15 16:13:39下载
    积分:1
  • 89245721
    说明:  
    2017-12-09 07:59:44下载
    积分:1
  • traversal_consist
    遗传算法优化小波神经网络的源程序 1 构造的非线性函数 位于nninit_test m 2 直接用WNN逼近非线性 Wnn_test()
    2018-03-15 23:48:49下载
    积分:1
  • EM 算法
    用EM算法求解高斯混合模型并可视化,数据是男女生的身高分布,前提是初始化男女生身高各自的均值和方差和比例,然后由EM算法求解,男女生身高的均值方差,以拟合数据。(The EM algorithm is used to solve the Gauss mixture model and visualize. The data is the height distribution of male and female. The premise is to initialize the mean, variance and proportion of the male and female height, then the mean variance of the height of male and female is solved by the EM algorithm, so as to fit the data.)
    2018-07-14 12:46:57下载
    积分:1
  • test_lstm
    说明:  简单的LSTM进行预测,附带数据集方便测试(simple test of LSTM is used for prediction , and related datasets is attached in the file.)
    2020-08-30 16:28:10下载
    积分:1
  • 696518资源总数
  • 104872会员总数
  • 40今日下载