搜索资源列表
Searchnetwork
- 这个代码演示了扫描局域网所有机器。您可以指定扫描的局域网段(程序可以自动获取当前计算机所属的局域网IP段)然后程序自动获取当前局域网段所有计算机的IP的地址和主机名。程序中的 clsNet.cls文件不错。 -this code displays of all LAN scanning machines. You can specify scan LAN (automatic procedures can be obtained under the current computer LAN
HardwareInfo
- 获取计算机硬件信息包括cpu、内存、硬盘等,并扫描当前局域网内的正在使用的IP-Access to computer hardware information, including cpu, memory, hard drives, and scan the current LAN is using the IP
LAN-online-computer-IP
- 获取当前局域网的内,在线电脑的ip地址,使用了多线程,速度一般。-Gets the current local area network, online computer IP address, the use of multi threading, speed in general.
Socket
- 开发工具:Visual Studio 2005 本程序演示了Socket通信的基本原理,非常适合初学者。程序分为两部分:服务器端与客户端,实际上客户端也可以充当服务器端,本程序两端的区别在于服务器端要发送数据必须要有客户端的连接作为基础,而客户端没有此限制。希望本示例能够给大家学习SOCKET带来帮助。 注意事项: 1.运行程序之前请先设定好服务器端的IP地址,在客户端程序中的设置-》服务器IP设置,可更改为具体服务器的IP地址,否则程序将不能正常运行 2.运行服务器端程序,运行
