登录
首页 » matlab » DHIMatlabToolbox20140522

DHIMatlabToolbox20140522

于 2020-12-05 发布 文件大小:4964KB
0 148
下载积分: 1 下载次数: 6

代码说明:

  toolbox to deal with dfsu files with matlab

文件列表:

Documentation\DHI_MATLAB_Toolbox_Disclaimer.pdf
Documentation\DHI_MATLAB_Toolbox_User_Guide.pdf
Example\create_dfs0.m
Example\create_dfs0_dfsTSO.m
Example\create_dfs1.m
Example\create_dfs1_noneqspat.m
Example\create_dfs2.m
Example\create_dfs3.m
Example\create_dfsu_2D.m
Example\create_dfsu_3Dfrom3D.m
Example\read_dfs0.m
Example\read_dfs0_dfsTSO.m
Example\read_dfs1.m
Example\read_dfs2.m
Example\read_dfs2b.m
Example\read_dfs3.m
Example\read_dfsu_2D.m
Example\read_dfsu_3D.m
Example\read_Network.m
Example\read_pfs.m
Example\read_res11.m
Example\res11read.m
Example\write_dfs1.m
Example\write_dfs2.m
Example\write_dfsu_2D.m
Example\data\bathy_oresund.mesh
Example\data\bathy_oresund_900.dfs2
Example\data\data_corner.dfs2
Example\data\data_moving_bump.dfs1
Example\data\data_ndr_roese.dfs0
Example\data\data_odense_3D.dfsu
Example\data\data_oresund_2D.dfsu
Example\data\data_oresund_initsalt900.dfs3
Example\data\data_rodvig_waterlevel.dfs0
Example\data\data_vida96-3.res11
Example\data\data_vida96-3.res1d
mbin\dfsCreateCustomBlock.m
mbin\elmtsearch.m
mbin\elmtsearch.mexw32
mbin\elmtsearch.mexw64
mbin\fractilequickselect.m
mbin\fractilequickselect.mexw32
mbin\fractilequickselect.mexw64
mbin\MatlabDfsUtil.2011.dll
mbin\MatlabDfsUtil.2012.dll
mbin\MatlabDfsUtil.2014.dll
mbin\MatlabDfsUtil.2016.dll
mbin\mzCalcElmtArea.m
mbin\mzCalcElmtCenterCoords.m
mbin\mzCalcGradient.m
mbin\mzCalcNodeValuePL.m
mbin\mzCalcNodeValues.m
mbin\mzCalcNodeValues2.m
mbin\mzCalcNodeValues3.m
mbin\mzMeshAddNode.m
mbin\mzMeshAnalyse.m
mbin\mzMeshAnalyseAction.m
mbin\mzMeshAnalyseHelp.txt
mbin\mzMeshAnalysePlot.m
mbin\mzMeshCollapseElement.m
mbin\mzMeshCollapseFace.m
mbin\mzMeshDeleteNode.m
mbin\mzMeshMoveNode.m
mbin\mzMeshProperties.m
mbin\mzMeshPropertiesHist.m
mbin\mzMeshQuadFromTriFace.m
mbin\mzMikeVersion.m
mbin\mzNetFromElmtArray.m
mbin\mzNETinit.m
mbin\mzNetToCoordArray.m
mbin\mzNetToElmtArray.m
mbin\mzPlot.m
mbin\mzPlotMesh.m
mbin\mzReadMesh.m
mbin\mzReadMh2.m
mbin\mzReadPFS.m
mbin\mzReadRg2.m
mbin\mzReadxyz.m
mbin\mzRefineMesh.m
mbin\mzReorderMesh.m
mbin\mzTriangulateElmtCenters.m
mbin\mzWriteMesh.m
mbin\mzWritePFS.m
mbin\mzWritexyz.m
mbin\NETaddAssembly.m
mbin\NETaddDfsUtil.m
mbin\NetworkPlotGridPoint.m
mbin\NetworkPlotProfile.m
mbin\NetworkReachChainages.m
mbin\NetworkResult.m
mbin\triangleReadMesh.m
mbin\trisearch.m
mbin\trisearch.mexw32
mbin\trisearch.mexw64
mbin\tritables.m
mbin\@dfsTSO\addItem.m
mbin\@dfsTSO\addTimesteps.m
mbin\@dfsTSO\close.m
mbin\@dfsTSO\Contents.m
mbin\@dfsTSO\dfsTSO.m

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

发表评论

0 个回复

  • mfctab
    MFC Graphics Tablet Test Application
    2005-06-12 17:23:43下载
    积分:1
  • vcf_csv_dat
    手机通讯录格式格式转换的,。手机电话簿转换工具(vcf_csv_dat)(Phone contacts format format conversion. Mobile Phonebook conversion tool (vcf_csv_dat))
    2013-11-24 14:33:54下载
    积分:1
  • 聊天室ChatClient源码
    聊天室ChatClient源码-Chat rooms ChatClient source
    2022-10-29 17:15:04下载
    积分:1
  • 7
    说明:  7. 单径瑞利信道中的两发一收STBC: (1) 分析误码率的理论性能,画出比特信噪比与误码率的关系曲线。 (2) 请设计一种具体的导引辅助的信道估计方法,用Simulink进行仿真,测量BPSK调制时的误码率性能。画出比特信噪比与信道估计均方误差的关系曲线,画出比特信噪比与误码率的关系曲线。(7. Two outgoing and one outgoing STBC in single-path Rayleigh channel: (1) analyze the theoretical performance of bit error rate and draw the curve of the relationship between bit SNR and bit error rate. (2) please design a specific navigation-assisted channel estimation method, Simulink simulation, measurement of BPSK modulation error rate performance.The relation curve between the bit signal-noise ratio and the mean square error of channel estimation is drawn, and the relation curve between the bit signal-noise ratio and the bit error rate is drawn.)
    2019-01-15 11:00:37下载
    积分:1
  • ffmpegmfc
    自己做的FFMPEG移植到VC下的开源工程:ffmpeg for MFC。本工程将ffmpeg工程中的ffmpeg转码器(ffmpeg.c)移植到了VC环境下。并且使用MFC做了一套简单的界面。它可以完成一个视频转码的基本功能:封装格式以及编码格式的转换。 详细参见: http://blog.csdn.net/leixiaohua1020/article/details/28744935(This software transplant ffmpeg to Microsoft VC++ environment. And use MFC to build a simple Graphical User Interface. )
    2014-08-16 14:39:40下载
    积分:1
  • OFDM
    说明:  详细的OFDM设计过程,包括Matlab仿真、DSP源码及文档说明。 OFDM(正交频分复用)技术实际上是MCM(Multi-Carrier Modulation,多载波调制)的一种。(OFDM detailed design process, including the Matlab simulation, DSP source code and documentation. OFDM (Orthogonal Frequency Division Multiplexing) technology is actually MCM (Multi-Carrier Modulation, multi-carrier modulation) is.)
    2008-10-11 22:45:00下载
    积分:1
  • port_dll
    vc++6.0开发的,可通过此动态链接库向串口发送命令、信息。可用于串口程序的开发,非常有用。(vc 6.0 development, through this dynamic link library sent to the serial order information. Serial procedures can be used for the development, very useful.)
    2007-04-20 10:17:54下载
    积分:1
  • EarlyClassifier.tar
    对于网络流量的分类程序,作者分析了10种常用的网络流量,并通过端口,以及流统计特征进行分类,效果不错。(Procedures for the classification of network traffic, the authors analyzed 10 kinds of commonly used network traffic, and through the port, and the statistical characteristics of stream classification, the effect is good.)
    2021-03-19 10:29:19下载
    积分:1
  • VC实现邮件发送
    用microsoft virtual studio 中的VC实现普通的邮件发送,在这个基础上可以衍生出很多的邮件发送的例子,希望对大家有帮助。谢谢
    2022-03-29 04:07:24下载
    积分:1
  • C3O0Jar
    说明:  c3p0数据库连接jar,有需要其他的可以联系up(the connector of DB by c3p0)
    2019-05-02 15:47:38下载
    积分:1
  • 696518资源总数
  • 106245会员总数
  • 18今日下载