登录
首页 » C# » 动态抓取IPC#实现

动态抓取IPC#实现

于 2015-06-19 发布
0 87
下载积分: 1 下载次数: 0

代码说明:

动态抓取IPC#实现

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

发表评论

0 个回复

  • 爬虫 数据抓取
    自动抓取某网站的数据,并且按照指定的格式、指定的位置、指定的命名自动存储数据(Automatically grab data from a website, and automatically store data according to the specified format, specified location and named naming.)
    2018-05-30 22:12:13下载
    积分:1
  • INNETER-IC
    网络重传选择协议,可以检查传输信息的正确性。通过接受方的校检,通知发送方重新发送。 ( Network retransmission protocol, you can check the correctness of the transmission of information. By accepting the prosecution s school to notify the sender to resend.)
    2015-10-14 09:19:13下载
    积分: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
  • Windows与通信序设计_
    说明:  windows网络编程,设计到基本的socket入门,异步socket,iocp,后面还有驱动,(Windows network programming, design to the basic socket entry, asynchronous socket, iocp, there are drivers behind.)
    2020-06-21 12:00:02下载
    积分:1
  • CSocket-file-transfer
    基于CSocket点对点文件传输,用c++实现。(CSocket file transfer developed by c++)
    2012-11-27 16:27:19下载
    积分:1
  • 基于winpcap的抓包序,用MFC实现
    说明:  一个基于winpcap的抓包程序,用MFC实现的课程设计,里面有具体的WORD介绍。(A package grabbing program based on WinPcap, the course design realized by MFC, which contains the specific word introduction.)
    2020-11-27 10:29:30下载
    积分:1
  • UDP-communication
    一个基于 Labview 的 UDP 通信实例。用户可通过该实例对 TCP-UDP 协议的工作方式有基本的了解。(Labview an instance of communication based on UDP. Users can work through the example of TCP-UDP protocol is a basic understanding.)
    2015-07-07 19:16:37下载
    积分:1
  • mk
    说明:  mac输入框 方便快捷的mac输入框,有点和无点模式,自动判断十六进制输入(mac input)
    2015-06-25 21:17:53下载
    积分:1
  • 设计:FTP客户端源代码实现(源码+文档+可执行文件)
    FTP客户端的实现源代码,包含功能如下:  (1)实现一个图形用户界面的FTP客户端,保证文件的安全传输和存储。  (2)提供登录界面,上传下载界面、帮助界面、关于界面  (3)通过输入服务器地址、用户名和密码,可以实现远程FTP主机的登录。  (4)提供本地文件上传功能,可对FTP主机文件进行下载和删除文件。  (5)提供对本地目录的读取与返回,能正确列出文件和文件夹,在没有登录服务器前可以作为一个简单的文件查询工具对本地文件进行查询。  (6)帮助页面可以对用户提供使用说明。  (7)关于界面包含设计者的信息(帮助界面和关于界面整合在一起)。  (9)支持ASCII传输模式和二进制数据传输模式,外加自动选择的模式  (10)FTP的两种工作模式的选择Port模式(主动)和P assive模式(被动)  (11)提供用户操作的状态信息输出
    2019-06-28下载
    积分:1
  • 端口线扫描序(附源码BCB5)(1[1].0)
    端口扫描小程序,C语言编写,亲测可用欢迎使用。(Port scanning program, written in C language, pro-test can be welcomed.)
    2020-06-16 09:20:01下载
    积分:1
  • 696524资源总数
  • 103990会员总数
  • 18今日下载