登录
首页 » matlab » cs

cs

于 2009-06-02 发布 文件大小:7KB
0 236
下载积分: 1 下载次数: 0

代码说明:

说明:  当前统计模型的跟踪方法,并给出相应的目标运动轨迹和预测估计,程序经证明是有效的。(Current statistical model of the tracking method, and gives the corresponding target trajectory estimates and projections, the program proved to be effective)

文件列表:

当前
....\currentmodel.m
....\filter_result.asv
....\filter_result.m
....\Kalman_filter.asv
....\Kalman_filter.m
....\realTrack.m

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

发表评论

0 个回复

  • http
    基于HTTP的入侵检测程序,运行前需先装winpcap。(HTTP-based intrusion detection procedures, first installed before running winpcap.)
    2021-03-29 20:29:10下载
    积分:1
  • 是个论坛,使用过还可以.
    是个论坛,使用过还可以.-is a forum can be used also.
    2023-01-26 00:20:04下载
    积分:1
  • 这是有关邮件操作的源序代码,是很有用的源代码
    这是有关邮件操作的源程序代码,是很有用的源代码-This is the message of the source code to operate it is very useful to the source code
    2022-02-01 06:32:07下载
    积分:1
  • 实验一 图像颜色特征提取
    图像颜色特征提取 颜色是彩色图像最重要的内容之一,被广泛用于图像检索中。但从图像中提取颜色特征时,很多算法都先要对图像进行量化处理。量化处理容易导致误检,并且产生的图像特征维数较高,不利于检索(qqwxcszcsefxzvczfeczx)
    2018-04-20 08:49:51下载
    积分:1
  • 递回式智能型切割IP分类
    HiCut ip classification
    2022-03-19 01:48:33下载
    积分:1
  • 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
  • VC++实现局域聊天,只需要输入对方IP地址,即可以进行聊天。具有全部的源代码。...
    VC++实现局域网聊天,只需要输入对方IP地址,即可以进行聊天。具有全部的源代码。-VC++ to achieve LAN chat, only need to enter each other" s IP address, that can chat. With all the source code.
    2023-07-27 11:00:03下载
    积分:1
  • 99273901LSP
    说明:  lsp vc++6 dsw基本能用,网上下载的(lsp vc++6 dsw download form www)
    2020-06-21 05:40:01下载
    积分:1
  • UDP
    基于UDP协议的文件传输系统,采用python语言编程实现。(File transfer system based on UDP protocol.)
    2020-06-17 06:20:02下载
    积分:1
  • findeclist
    实现列出机器上已安装网卡的一些信息.能够列出网卡描述,网卡名称.(Realize the machine has been installed are listed some of the information card. To describe the card list, card name.)
    2008-05-08 18:20:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载