登录
首页 » matlab » thresholds

thresholds

于 2021-03-18 发布 文件大小:2KB
0 209
下载积分: 1 下载次数: 11

代码说明:

  分布式网络,考虑拜占庭攻击,通过门限设计改善网络性能,提高分布式定位精确度(Distributed network, consider the Byzantine attack, by improving the design of network performance threshold, distributed improve positioning accuracy)

文件列表:

140926_thresholds.m,6145,2016-01-04

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

发表评论

0 个回复

  • 一个很好用的html辑器。带源码
    一个很好用的html编辑器。带源码- A very easy to use html editor. Belt source code
    2022-04-12 18:44:03下载
    积分:1
  • 75642532
    winsock完成端口,易语言写的网络相关程序,很好的参考。(The Winsock completion port, easy to network related written procedures, a good reference.)
    2013-10-01 14:10:32下载
    积分:1
  • VC dial
    VC++实现拨号上网程序-VC dial-up procedures
    2022-04-17 20:52:33下载
    积分:1
  • Communication-with-MFC-based-on-TCP
    基于TCP/IP协议的MFC网络编程实例,适合windows网络编程的初学者(MFC network programming example based on TCP/IP protocol, adaptive for whose who starts to learn Windows network programming.)
    2015-12-15 10:52:10下载
    积分:1
  • 流媒体传输协议实现的代码,很有用的。和“彩信
    流媒体传输协议的实现代码,非常有用.可以支持rtsp mms等流媒体传输协议-streaming media transmission protocol implemented code, very useful. And@mms-j.jp support RTSP streaming media such as transfer protocol
    2022-02-28 19:08:56下载
    积分:1
  • 一个监听
    一个网络监听程序-a network monitoring procedures
    2022-05-24 07:10:17下载
    积分: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
  • zxshell3
    说明:  后门zxshell3.0 一个功能强大的后门(Zxshell3.0 a powerful backdoor backdoor)
    2008-09-27 14:29:31下载
    积分:1
  • BSection
    将patran中的模型的bdf文件中的单元信息和节点信息保存成txt文档,在matlab中调用,直接输出为vabs的前处理文件(Save the unit information and node information in the BDF file of the Patran into TXT document, call it in MATLAB and output it directly to the pretreatment file of vabs.)
    2021-09-15 21:30:02下载
    积分:1
  • N9 基于C# TCP 的摄像头的图像视频传输
    编程语言使用用C#,基于TCP传输协议,完成了图片传输(Using C#, based on TCP transmission protocol, picture transmission)
    2020-06-24 05:40:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载