登录
首页 » matlab » kraken

kraken

于 2019-06-06 发布 文件大小:16582KB
0 258
下载积分: 1 下载次数: 5

代码说明:

  海洋声传播的相关程序,包括射线模型,简正波模型,抛物方程模型。(The related programs of ocean sound propagation include ray model, normal wave model and parabolic equation model.)

文件列表:

kraken, 0 , 2018-04-22
kraken\a, 991392 , 2014-09-11
kraken\a-10, 17944706 , 2014-09-17
kraken\a-11, 8302 , 2018-04-16
kraken\a-4, 8170348 , 2014-09-15
kraken\b, 991392 , 2014-09-11
kraken\b-10, 17944706 , 2014-09-17
kraken\b-4, 7178956 , 2014-09-15
kraken\bzssp.mat, 2846 , 2014-11-19
kraken\c, 991392 , 2014-09-11
kraken\c-10, 17944706 , 2014-09-17
kraken\c-4, 7178956 , 2014-09-15
kraken\field.exe, 753741 , 2014-06-05
kraken\fort.100, 33220 , 2018-04-22
kraken\fort.27, 33220 , 2018-04-22
kraken\MODFil0001, 4608 , 2018-04-22
kraken\pekeris.env, 1119 , 2018-04-22
kraken\PforgiveSSP.m, 2239 , 2018-04-22
kraken\prtfilRqy0001, 20586 , 2018-04-22
kraken\speedout0001, 46404 , 2018-04-22
kraken\声速剖面1.txt, 652 , 2014-03-12
kraken\声速剖面3.txt, 900 , 2014-03-17

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

发表评论

0 个回复

  • 软件定义:SDN与OpenFlow解析
    软件定义网络:SDN与OpenFlow解析 中文pdf版+英文原版[37MB](Software Definition Network: SDN and OpenFlow parsing Chinese PDF version + English original [37MB])
    2019-05-09 10:41:37下载
    积分:1
  • 一个聊天的服务端源代码
    一个聊天的服务端源代码-a chat server source code
    2022-04-18 05:49:21下载
    积分:1
  • Multi
    多线程下载的,性能很好,visual c++编写的,可以参考-Multi-threaded download, good performance, visual c++ Prepared, you can reference
    2022-01-26 00:58:04下载
    积分:1
  • 设计:FTP客户端源代码实现(源码+文档+可执行文件)
    FTP客户端的实现源代码,包含功能如下:  (1)实现一个图形用户界面的FTP客户端,保证文件的安全传输和存储。  (2)提供登录界面,上传下载界面、帮助界面、关于界面  (3)通过输入服务器地址、用户名和密码,可以实现远程FTP主机的登录。  (4)提供本地文件上传功能,可对FTP主机文件进行下载和删除文件。  (5)提供对本地目录的读取与返回,能正确列出文件和文件夹,在没有登录服务器前可以作为一个简单的文件查询工具对本地文件进行查询。  (6)帮助页面可以对用户提供使用说明。  (7)关于界面包含设计者的信息(帮助界面和关于界面整合在一起)。  (9)支持ASCII传输模式和二进制数据传输模式,外加自动选择的模式  (10)FTP的两种工作模式的选择Port模式(主动)和P assive模式(被动)  (11)提供用户操作的状态信息输出
    2019-06-28下载
    积分:1
  • socket_src
    Socket编程指南及示例程序 Socket编程指南及示例程序(Socket Programming Guide and sample programs Socket Programming Guide and sample programs)
    2008-08-10 15:51:09下载
    积分:1
  • Windows上的MUD客户端
    Windows上的MUD客户端程序-Windows MUD customer end procedure
    2023-07-06 00:55:03下载
    积分:1
  • weblogic基本概念
    WebLogic 应用服务器有如下几个基本概念:  Domain: 域是个逻辑概念,用来组织管理一系列的应用服务器实例,也就是下面要解释的server. 域是WebLogic应用服务器中最大的概念,WebLogic应用服务器启动的时候就是以某个域来启动的,它有一个中心配置文件叫config.xml. A domain is the basic administration unit for WebLogic Server instances (servers) that is represented in its own configuration file (config.xml). A domain consists of one or more servers (and their associated resources) that you manage with a single Administration Server. Cluster: 族也是一个逻辑概念,用来分组用途相同的服务器实例,一个域中可以有多个族。 A cluster is a deployment in which multiple WebLogic Server instances (servers) run simultaneously and work together to provide increased scalability and reliability. A cluster appears to clients to be a single WebLogic Server instance. The servers that constitute a cluster can run on the same machine, or be located on different machines. Machine: 机器是物理上的概念,代表一台运行WebLogic应用服务器的实在的机器,包括其IP地址等信息。一个域中可以包括多台机器。(同一台机器可以属于不同的域吗?) A machine is the logical representation of the computer that hosts one or more WebLogic Server instances (servers). WebLogic Server uses configured machine names to determine the optimum server in a cluster to which certain tasks, such as HTTP session replication, are delegated. The Administration Server uses the machine definition in conjunction with the Node Manager application to start remote servers. Server: 服务器,也就是一个应用服务器的实例,用来部署和运行各种J2EE应用程序,也可以来配置各种服务程序。它是WebLogic应用服务器的基本服务单元。一个WebLogic域中一般有一个管理服务器和多个被管理服务器。也就是下面我们要谈到的两个概念。  A server is an instance of WebLogic Server that runs in its own Java Virtual Machine (JVM) and has its own configuration. Each WebLogic Server domain must have one server that acts as the Administration Server. In a typical production environment, the Administration Server is where the Administration Console is run and used to perform administrative tasks. By default, the Administration Server is called myserver. A typical production environment may also have one or more Managed Servers, which are instances of WebLogic Server used to host enterprise applications. Administrative Server: 管理服务器是用来管理配置域的中心点,一般来说,管理服务器上是不部署应用程序的,而是用来统一管理、配置、监控被管理服务器以及部署应用程序到被管理服务器上。一个域中有一台管理服务器。 Managed Server: 被管理服务器是用来部署运行各种应用程序的。一个域中有一台或多台被管理服务器。 Node Manager: 节点管理器是一个单独运行的后台程序,一般运行在被管理服务器的机器上,用来提供远程启动和停止服务器(Server)的功能。
    2014-02-28下载
    积分:1
  • 老外站上一个很经典的鼠标跟随效果,改变里面的2个参数可以产生截然不同的表现效果traceline...
    老外网站上一个很经典的鼠标跟随效果,改变里面的2个参数可以产生截然不同的表现效果traceline-Foreigner web site is a classic mouse to follow the effect of changing the inside of the two parameters can produce very different performance results traceline
    2023-02-10 12:10:03下载
    积分:1
  • gqcotce
    一篇很不错的基于MIMO OFDM 源码,供有需求的朋友!()
    2018-02-01 11:28:09下载
    积分:1
  • xonbtdnt
    可以查询基本的API常量与结构体 本工具由易语言开发 内部WINDOWS常量为常量定义文件 如有添加请修改此文件(You can query the basic API constants and structures. This tool is developed by easy language to develop internal WINDOWS constants for constant definition files if added, please modify this file)
    2018-08-10 23:41:24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载