-
mvb
列车MVB网络开发的C程序,对于初学者了解列车网络通讯,为进一步开发列车网络控制系统具有借鉴。(it is a C program about vehicle mvb network)
- 2021-01-03 16:48:55下载
- 积分:1
-
all_protocol_relationship
描述当前所有的网络协议的关系,只用一张图形式表示出来(All describe the current relationship between the network protocol, only the form of a map that out)
- 2009-02-12 14:54:39下载
- 积分:1
-
network data monitoring vc code
网络数据监控的vc代码-network data monitoring vc code
- 2022-05-05 00:18:29下载
- 积分:1
-
可监控流量、WEB等内容,是一套很好用的局域网监控软件
可监控流量、WEB等内容,是一套很好用的局域网监控软件-good
- 2022-08-14 07:21:14下载
- 积分:1
-
C# MessageQueue 消息队列 实例源码下载
C# MessageQueue 消息队列 实例源码下载
- 2014-08-21下载
- 积分:1
-
家政
说明: 家政服务小程序。适合预约上门家政服务项目店铺使用(Housekeeping Service Procedure)
- 2020-10-19 21:37:25下载
- 积分:1
-
tom
实现smtp协议。根据HTTP协议的会话过程,本实例中实现了GET请求的Web服务器程序的方法(Smtp protocol to achieve. HTTP protocol session in accordance with the process, the example of a GET request in the Web server program method)
- 2008-04-30 10:50:31下载
- 积分:1
-
Schools with movies
学校用电影点播网站源码,下载试用下吧,带SQL数据库的-Schools with movies-on-demand source site, download the trial, are you with SQL database
- 2022-10-29 23:25: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
-
LAN ip scan the entire source code, the compiler can pass, can be used.
扫描整个局域网ip的源代码,编译可以通过,可以使用。-LAN ip scan the entire source code, the compiler can pass, can be used.
- 2022-07-10 08:10:30下载
- 积分:1