-
TCPIP
modbus 测试,用VB的winsock控件实现的modbus tcpip通讯等(modbus test, with VB the winsock control to achieve the modbus tcpip communications)
- 2021-04-06 17:59:02下载
- 积分:1
-
PROFESSOR_5497MILLER_6786811
这是一个关于PROFESSOR_5497MILLER_6786811的源码,希望同学们能喜欢(This is a source of PROFESSOR_5497MILLER_6786811 hope students can like it)
- 2017-02-27 18:14:53下载
- 积分:1
-
xydw22[1]
PHP整站程序,效果非常好 心雨动网~`(PHP entire stations, the effect was very good guo website ~ )
- 2005-01-12 09:47:02下载
- 积分:1
-
made some computer card information source
取得计算机网卡的一些信息的代码-made some computer card information source
- 2022-01-27 13:11:38下载
- 积分:1
-
2015A
说明: 2015年数学建模国赛A题MATLAB源代码(Modeling Question A of the 2015 National Competition)
- 2020-08-15 15:58:28下载
- 积分: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
-
zhuabao
这是基于Visual C++6.0的网络抓包程序(This is a network packet program based on Visual C++6.0)
- 2020-12-01 13:19:26下载
- 积分:1
-
Black Hat Python
本书由 Immunity 公司的高级安全研究员 Justin Seitz 精心撰写。作者根据自己在安全界,特别是渗透测试领域的几十年经验,向读者介绍了 Python 如何被用在黑客和渗透测试的各个领域,从基本的网络扫描到数据包捕获,从 Web 爬虫到编写 Burp 扩展工具,从编写木马到权限提升等。(The book is written by Justin Seitz, a senior security researcher at Immunity company. Based on his decades of experience in the security community, especially in the field of penetration testing, the author introduces how Python is used in various fields of hacker and penetration testing, from basic network scanning to packet capture, from Web crawler to Burp extension tool, from writing Trojan to privilege escalation, and so on.)
- 2018-04-06 22:46:18下载
- 积分:1
-
网站后台管理系统cms一个开源的系统 希望能给大家提供更好的服务...
网站后台管理系统cms一个开源的系统 希望能给大家提供更好的服务-Website background management system an open source cms system hope that they will provide a better service to U.S.
- 2022-08-08 17:48:27下载
- 积分:1
-
Network-authentication3.0
网络验证,很好用的,自己可以在开发下,自己可以在开发下,自己可以在开发下(Network authentication, well used, they can develop under the)
- 2014-02-24 20:23:09下载
- 积分:1