登录
首页 » C# » 潮汐调和分析

潮汐调和分析

于 2020-06-28 发布 文件大小:57KB
0 142
下载积分: 1 下载次数: 0

代码说明:

  可以利用某验潮站一定观测周期内的水位数据进行调和分析(最小二乘法)求解出十一个主要分潮的潮汐调和常数(The harmonic constants of eleven main tidal components can be obtained by harmonic analysis of water level data in a certain observation period of a tide gauge station (least square method).)

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

发表评论

0 个回复

  • C# pop3 邮件接收
    private void Connect_Click(object sender, System.EventArgs e)        {            //将光标置为等待状态            Cursor cr = Cursor.Current;            Cursor.Current = Cursors.WaitCursor;            String a ,b,c;              //用110端口新建POP3服务器连接            Server = new TcpClient(PopServer.Text, 110);            Status.Items.Clear();             try            {                //初始化                NetStrm = Server.GetStream();                RdStrm = new StreamReader(Server.GetStream());                Status.Items.Add(RdStrm.ReadLine());                 //登录服务器过程                Data = "USER " Username.Text CRLF;                szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray());                NetStrm.Write(szData, 0, szData.Length);                Status.Items.Add(RdStrm.ReadLine());                 Data = "PASS " Password.Text CRLF;                szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray());                NetStrm.Write(szData, 0, szData.Length);                Status.Items.Add(RdStrm.ReadLine());                 //向服务器发送STAT命令,从而取得邮箱的相关信息:邮件数量和大小                Data = "STAT" CRLF;                szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray());                NetStrm.Write(szData, 0, szData.Length);                //Status.Items.Add(RdStrm.ReadLine());                 //改变按钮的状态                Connect.Enabled = false;                Disconnect.Enabled = true;                Retrieve.Enabled = true;                 //将光标置回原来状态                Cursor.Current = cr;             }            catch (InvalidOperationException err)            {                Status.Items.Add("Error: " err.ToString());            }        }
    2014-11-02下载
    积分:1
  • SdiMulti
    说明:  SdiMulti 多文档应用程序,实现了CView、CTreeView、CListView、CScrollView、CEditView、CRichEditView、CFormView等视图和按钮、列表控件、静态文本等控件的透明背景显示。(SdiMulti multi-document application, achieved a CView, CTreeView, CListView, CScrollView, CEditView, CRichEditView, CFormView, etc. View and buttons, list controls, such as static text control transparent background shows.)
    2008-11-26 13:29:56下载
    积分:1
  • 基于距离向量算法的路由协议的实现RIP
    说明:  基于距离向量算法的路由协议的实现,用c++实现了rip路由协议的距离向量算法,支持动态路由表的变化。(Implementation of routing protocol based on distance vector algorithm)
    2020-07-17 02:08:49下载
    积分:1
  • huawei_HandsetWinDriver
    手机的驱动,话为手机 官方更新,电信 定只的集资(Phone driver, if the official update for the phone, telecommunications fixed capital formation only)
    2013-10-12 19:43:21下载
    积分:1
  • first
    实现固定时隙分配的TDMA算法,有完整的节点和进程模型,用opnet实现(The TDMA algorithm for fixed slot allocation has a complete node and process model, which is implemented by opnet.)
    2021-02-08 15:09:54下载
    积分:1
  • AcquireKlg
    专家系统 基于MFC 连接数据库有点复杂(MFC connect to the database based expert system)
    2010-05-25 10:38:23下载
    积分:1
  • 3dde
    3d demo c++ opengl demo (good 3d demo)
    2009-06-18 13:47:11下载
    积分:1
  • SCMOfC
    the Development of SCM
    2007-05-09 23:22:28下载
    积分:1
  • Turn
    GIS专业入门必修课-多边形左转算法,首先在屏幕上点取点,后连接三角形,最后自动形成多边形。(GIS professional entry courses- turn left polygon algorithm, the first check point on the screen points, after connecting the triangle, and finally form a polygon automatically.)
    2008-03-20 01:30:01下载
    积分:1
  • TI28335SVPWM
    说明:  Dsp28335电机控制历程,非常有用适合新人学习SVpwm算法相关的知识和电机控制算法(DSP28335 motor control history)
    2020-01-09 16:11:17下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载