搜索资源列表
TCP.IP.Sockets.In.C.Practical.Guide.For.Programmer
- TCP/IP Sockets 的入门讲义,用 C 语言编写-TCP/IP Sockets introductory lectures, using C language
cPPPRIMEPLUS4
- C++语言的发展方向以及C++程序员的关注点,已经从以往注重运行时效率,转向到千方百计地提高程序员的编程效率上。随着标准库的广泛使用,现在已经能够比以往更高效地学习和使用C++。本版充分体现了这样的可能性-C++ language, as well as the development of C++ programmer' s attention has been focused on from the previous run-time efficiency, shift to do e
wat2001b
- 765K 非常强大,著名和实用的TCP/IP等网络功能的编程库,完全免费且简单易用,基于Borland C.它的使用很广泛,比如近年来推出的DOS下的Internet工具大都是用它编写出来的.这是DOS实模式的版本,其它各种说明和资料以及DOS保护模式下TCP/IP的版本可在它的网站http://www.wattcp.com/上找到.推荐程序员使用! 如果使用BC31环境,请在prj中加入lib\目录下的库文件,并调用对应H文件的函数接口-765K is very powerful, well-
TCP_IP_Socket_In_CSharp_Practical_Guide_For_Progr
- TCP IP Socket In CSharp Practical Guide For Programmer
TCP-IP-Sockets-in-C-Practical-Guide-for-Programmer
- TCP IP Sockets in C-Practical Guide for Programmers
FileTransfer2
- 基于Socket使用TCP进行文件传输程序设计,Client-Server分布式应用软件结构和工作原理-a programmer using TCP based on Socket to transfer files, of which structure and principle is Client-Server distributed application software.
TCP_Socket_1.6
- 这个程序是一个非常干净的代码,由有经验的程序员编写,使用C ++类cSocket,在C ++平台上编写,并且附带一个MFC演示应用程序。 cSocket类很容易使用,即使是初学者也没有问题。(Event driven (non blocking, asynchronous) Winsock programming is a very complex topic. It is definitely NOT for beginners! I needed such code and searched