登录
首页 » C# » C# P2P demo

C# P2P demo

于 2015-02-05 发布
0 187
下载积分: 1 下载次数: 0

代码说明:

C# P2P demo

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

发表评论

0 个回复

  • 26-Visual-CSharp
    Visual C 网络核心编程(Programming Visual C network core)
    2011-05-20 00:05:05下载
    积分:1
  • test
    检测网口通信功能,在两台电脑间连接网线检测TCP协议正确性。(test the TCP protocol)
    2010-06-22 17:26:29下载
    积分:1
  • Socket
    socket 通讯 事例 源码,不多哦,大家可以看看(socket sourse code,this is veay good)
    2014-01-15 11:46:42下载
    积分: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
  • 用pop3收信,解决收取邮件要使用ssl的问题
    用pop3收信,解决收取gmail邮件要使用ssl的问题
    2015-04-23下载
    积分:1
  • FANDISK
    典型的点云数据fandisk,适合点云研究者进行仿真,六千多个点(Typical fandisk point cloud data, suitable for researchers point cloud simulation, more than six thousand points)
    2014-12-22 19:31:17下载
    积分:1
  • nas
    从libnids得到TCP重组的数据,当libnids的状态为NIDS_JUST_EST时,表示TCP建立连接,在此时给TCP流增加一个flow_id用来标识此连接;当libnids的状态为NIDS_DATA时,表示接受数据,当有新的数据到达时,根据flow_id把数据push到相应的流表中,为之后的数据分析做准备。因此,可以在此框架上增加符合http协议的应用解析(Data TCP libnids restructuring, when libnids status to NIDS_JUST_EST, said the TCP connection is established, at the same time adds a flow_id to TCP flow is used to identify this connection When libnids status to NIDS_DATA, accepted data, when new data arrives, according to flow_id to push data to the corresponding flow table, prepare the way for after data analysis. Can be increased on this framework, therefore, in accordance with the application of the HTTP protocol parsing)
    2015-02-02 17:44:36下载
    积分:1
  • TESTopenbaidu
    网络程序,判断是否连接至外网,主要是读取内容来判断(Network program, to determine whether to connect to the external network, is read content to determine)
    2012-10-05 14:42:19下载
    积分:1
  • MAC-scanV3.21
    可实现多种方式的MAC扫描,确保扫描到目标网络中所有的网络mac地址(MAC can be scanned to achieve a variety of ways to ensure that the network scan to the destination mac address of all network)
    2010-12-17 06:44:28下载
    积分:1
  • dns-Audit
    A simple DNS auditing tool
    2014-01-04 15:28:26下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载