登录
首页 » C# » 11003090313_lzq_Socket

11003090313_lzq_Socket

于 2012-11-26 发布 文件大小:106KB
0 126
下载积分: 1 下载次数: 4

代码说明:

  C#Socket编程,分享给需要的同学,一起交流啊(C# Socket programming Share to students in need, with the exchange.)

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

发表评论

0 个回复

  • 百度贴吧签到助手PHP源码
    百度贴吧签到助手PHP源码  PHP后台任务源码  来自于网络收集
    2015-05-06下载
    积分:1
  • matlab在socket实现
    在matlaB论坛上下载 改动的,代码能够实现在matlab环境下,与其他作为客户端的linux ,windows传输数据!
    2023-08-24 22:05:03下载
    积分: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
  • ADOSocket
    vc++对ado数据库访问的接口类,提供对数据库的连接访问等方法(vc right ado database access interface type, the right to access database methods)
    2006-05-31 12:36:45下载
    积分:1
  • Hacking-the-whole-solution-process
    讲述黑客基础知识。 1.网络以及相关知识 2.入侵概念和基础知识 3.入侵基本过程和使用工具(Basic knowledge about the hacking. 1 Network and Knowledge 2 invasion concepts and basics 3. Invasion process and the use of basic tools)
    2014-01-11 16:01:27下载
    积分:1
  • 局域数据传输序源码,该源代码实现了局域内的信息传递、文件传输,并支持文件夹数据传输功能....
    局域网数据传输程序源码,该源代码实现了局域网内的信息传递、文件传输,并支持文件夹数据传输功能.-LAN data transfer program source code, the source code to achieve a LAN messaging, file transfer, and support for folder data transmission capability.
    2022-06-13 03:50:52下载
    积分:1
  • ppp代码,在linux环境下译执行.
    ppp代码,在linux环境下编译执行.-ppp code, compiled in the linux environment, the implementation.
    2022-02-10 05:34:10下载
    积分:1
  • 混沌蚁群算法
    前推回代法的辐射状配电网潮流程序 matlab编写蚁群算法实践 粒子群工具箱PSOt 基于遗传算法配电网无功优化方法程序源代码 求解机组组合问题的多种群混沌蚁群算法(Forward push back generation method of radial distribution network tidal current procedures matlab prepared ant colony algorithm PSOt based on genetic algorithm distribution network reactive power optimization program source code to solve the problem of unit group multi-group chaotic ant colony algorithm)
    2020-10-07 15:07:38下载
    积分:1
  • VC中socket发送与接收
    控制台socket开发,用来学习socket还不错,发送与接收都有的。
    2022-06-27 13:05:05下载
    积分:1
  • line
    线性相控阵的辐射特征,与阵元之间的距离的关系matlab(The relationship between the radiation characteristics of a linear phased array and the distance between the array elements matlab)
    2017-12-08 12:56:27下载
    积分:1
  • 696516资源总数
  • 106446会员总数
  • 9今日下载