-
客户端的简单编程实现。
主要是通过udp方式,实现用户间的对话。
其中运用了序列化类的方法。
以下是源代码,请多提意见。...
客户端的简单编程实现。
主要是通过udp方式,实现用户间的对话。
其中运用了序列化类的方法。
以下是源代码,请多提意见。
-simple client program. Mainly through udp way to achieve a dialogue between users. The sequence in which the use of such methods. Following is the source code, please speak up.
- 2023-03-22 11:50:04下载
- 积分:1
-
夸平台的基于ACE的简单文件传输源码
#include <fstream>
#include "ace/OS.h"
#include "...
夸平台的基于ACE的简单文件传输源码
#include
#include "ace/OS.h"
#include "ace/Log_Msg.h"
#include "ace/INET_Addr.h"
#include "ace/SOCK_Stream.h"
#include "ace/SOCK_Connector.h"-Kwame platform based on the ACE source code of a simple file transfer# Include
- 2022-02-12 21:34:47下载
- 积分:1
-
icmp的使用 ping测试与主机网络连接是否正常
icmp的使用 ping测试与主机网络连接是否正常
-icmp use ping to test network connectivity with the host whether it is normal
- 2022-07-04 18:55:20下载
- 积分:1
-
通过输入IP地址,得到本地或者远程的计算机名等信息、
通过输入IP地址,得到本地或者远程的计算机名等信息、-By entering the IP address, by local or remote computer name and other information,
- 2023-05-20 22:50:03下载
- 积分:1
-
获得主机名和IP地址的源代码利用GETHOSTNAME函数实现的
获得主机名和IP地址的源代码利用GETHOSTNAME函数实现的-was host name and IP address of the source code for the use of the Function GETHOSTNAME
- 2022-06-18 17:29:16下载
- 积分:1
-
A very good learning book vc ..
Just getting started network programming stude...
非常好的一本vc网络学习书..
对刚入门的网络编程同学,非常值得
- A very good learning book vc ..
Just getting started network programming students, a very worthy
- 2022-04-12 08:22:43下载
- 积分:1
-
一个简单的网络聊天和传送文件源代码,用VC6.0编辑。封装了NETLIB,可供学习,也可以直接用来在其它应用程序中使用...
一个简单的网络聊天和传送文件源代码,用VC6.0编辑。封装了NETLIB,可供学习,也可以直接用来在其它应用程序中使用-a simple Web chat and document transmission source code editor with VC6.0. Packaging of NETLIB available for learning, and also can be directly used in other applications using
- 2022-03-21 07:36:43下载
- 积分:1
-
一个可以检查HotMail邮件的程序,你可以使用改程序检查你的Hotmail账户是否有邮件而不用登陆到www.hotmail.com上了。使用HotMail的朋...
一个可以检查HotMail邮件的程序,你可以使用改程序检查你的Hotmail账户是否有邮件而不用登陆到www.hotmail.com上了。使用HotMail的朋友一定要下载。
-one can check the Hotmail e-mail program, you can change the use of procedures to check your Hotmail account whether an e-mail instead of landing on the /. Use Hotmail friend must download.
- 2022-12-27 00:00:03下载
- 积分:1
-
利用IP助手函数管理路由表
利用IP助手函数管理路由表- Using IP assistant function management route table
- 2022-12-26 03:35:03下载
- 积分:1
-
Campus Network Management
校园网交换机节点管理
摘要 本毕业论文(设计)是在Visual Basic 6.0编程环境下实现的,主要研究如何使用交换机和利用VB程序设计语言来开发一套图形界面的校园网交换机节点管理程序,对交换机各端口进行设置,修改某一子网在指定时间内的连通状态。完成此管理程序能够方便的管理校园网的交换机节点,减少管理员定时开通或关闭子网的工作量。该程序使用VB自带的Winsock控件telnet到交换机的某一端口,然后通过对交换机发送一系列命令,来设置交换机各Vlan和端口的相关状态;将交换机各子网的相关信息、修改子网连通状态的时间信息等存储在文本文件中,使用一个timer控件定时访问这些文本文件来决定是否修改某子网的连通状态,然后使用访问控制列表(Access Control List, ACL)来修改。通过完成这个题目,加深对交换机的理解,并且更好地学习编程思想,掌握VB语言的应用,了解软件开发的过程,为以后进一步的研究打好基础。
关键词 VB,交换机,Winsock控件
-Campus Network Management
- 2022-02-21 14:11:28下载
- 积分:1