资源列表
gethostname
- 获得主机名和IP地址的源代码利用GETHOSTNAME函数实现的-was host name and IP address of the source code for the use of the Function GETHOSTNAME
多线程实现客户-服务器结构的一个例子.zip
- 多线程实现客户-服务器结构的一个例子
简单的ftp客户类
- 简单的FTP客户类-simple FTP client categories
Explorer_by_vc++
- 使用vc++编写的一个网页浏览器!!通过这个例子的学习,你能轻松掌握在vc++环境下如何对网页浏览的操作-vc prepared by the use of a web browser! ! Through this example the study, you can easily grasp the vc environment how to operate the Web browser
SimpleChatter
- 按照基本socket连接步骤编写,计算机网络课程实验作业
MySerialCom_VC
- VC++写的一个串口通信API编程实例,为了读取输入的串口数据,采用轮询方式检测串口,具体的做法是设置一个定时器,每隔一段时间就访问一次串口.请在VC++6.0及以上环境下编译-VC write a serial communication API programming examples, in order to read the serial data input, Polling testing techniques used Serial, specific practices are
laowaixiedechengxu
- 老外写的公开源代码的远程屏幕跟踪程序,速度非常快.rar -foreigners write open-source remote screen tracking procedures, very fast. rar foreigners write open-source remote screen tracking procedures, very fast. rar foreigners write open-source remote screen tracking procedures
IntenetFunc
- Window Internet functions 示例代码-Window Internet functions sample code
QQSniffer
- 此嗅探器只能在支技RAW SOCKET的机器上运行,而且还得是非交换机的局域网内 代码原创:cooldiyer-this Sniffer technology only in RAW Socket Extension of machines, but also to non LAN switches original code : cooldiyer
netsniffer1111
- 一个很实用的网络抓包程序。界面简单,是在JBuilder9环境下编译运行的。-a very practical procedures for capturing Packet Network. Simple interface is JBuilder9 environment compiler running.
htmlpage
- 用vc编写的一个在程序中嵌入HTML网页的实例,相当于是一个浏览器,能够通过输入网址而打开网页,是学习的好例子。-vc used in the preparation of a process embedded in HTML pages example, is equivalent to a browser, through the Web address and open the site, and is a good example to study.
NetNeighbor
- 列出当前网络中所有的网络邻居的一个小程序,希望对你的开发有用。