登录
首页 » matlab » 3d-dv-hop

3d-dv-hop

于 2012-12-05 发布 文件大小:3KB
0 142
下载积分: 1 下载次数: 69

代码说明:

  不同于普通DV-Hop算法,讲述了三维DV-Hop算法的过程。(Unlike ordinary DV-Hop algorithm, and about the process of three-dimensional DV-Hop algorithm.)

文件列表:

3d dv-hop.txt,11583,2012-11-26

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

发表评论

0 个回复

  • C++hao-zi-liao
    大家共享好东西, 尤其是学C++的出血者(share good things, especially learning C bleeding)
    2006-10-30 18:29:27下载
    积分:1
  • 75642532
    winsock完成端口,易语言写的网络相关程序,很好的参考。(The Winsock completion port, easy to network related written procedures, a good reference.)
    2013-10-01 14:10:32下载
    积分:1
  • 客户端聊天室写 c/s
    客户端聊天室编写 c/s- The customer end chatroom compiles c/s
    2022-01-26 15:22:48下载
    积分: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
  • 计算机――自顶向下方法与Internet特色(中文版)
    计算机网络――自顶向下方法与Internet特色(中文版)-Computer network- top-down methods and Internet features (Chinese Version)
    2022-07-25 08:29:17下载
    积分:1
  • 这是一个思科交换机路由器的配置的PPT文件
    这是一个思科交换机路由器的配置的PPT文件-!-word format of the LAN to share tutorials! A total of nine of our network-centric total workers prepared detailed structures LAN settings at the time!
    2022-03-03 01:22:28下载
    积分:1
  • 国产显示器驱动,来自南京的一个厂家4326546457657
    国产显示器驱动,来自南京的一个厂家4326546457657-the country with a font graphic LCD drivers, knowledge from the network
    2023-08-13 10:45:05下载
    积分:1
  • socket,IO,线池,同步,日志等等, 利用面向对象以及范性特性,为在VC下开发应用序打下坚实的底层基础。...
    网络socket,IO,线程池,同步,日志等等, 利用面向对象以及范性特性,为在VC下开发网络应用程序打下坚实的底层基础。-network socket, IO, thread pool, synchronization, log, etc., and the use of object-oriented Fan sexual characteristics, for the VC and development of network applications and lay a solid basis for the bottom.
    2022-03-11 23:49:23下载
    积分:1
  • 多线IP扫描
    多线程IP扫描程序-multithreaded IP Scan
    2023-07-22 18:00:02下载
    积分:1
  • rtt
    实现window到linux的网络时间的计算(Implementation of window to Linux network time calculation)
    2017-09-26 20:37:32下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载