搜索资源列表
网络五子棋源码
- 基于windows 下面的socket网络五子棋编程的源码.....
J2ME网络编程
- 详细介绍了J2ME网络编程的相关知识,包含HTTP,GPRS,SOCKET等连接方式
FTP 用C++编写的socket网络编程
- 用C++编写的socket网络编程,实现了FTP服务器端的功能,能同时支持链接过个客户端。
TCP聊天 MFC socket 网络编程
- TCP聊天 MFC socket 网络编程
UDP_Demo 基于UDP协议编写的socket网络编程程序
- 基于UDP协议编写的socket网络编程程序,包含客户端与服务器端程序,欢迎下载-Prepared based on UDP protocol socket network programming process, including client and server-side program, please download
CSocket.rar
- socket套接字通信,TCP/IP协议,对网络编程很有用的。支持下哈!,socket socket communication, TCP/IP protocol, network programming very useful. The support of Kazakhstan!
MFC
- 一个学习MFC最基本也最全面的源代码实例,包含了基于C/S架构的socket网络编程,也包含了database,初学者必看-MFC learning the most basic and most comprehensive source code examples, including based on the C/S structure of the socket network programming, but also includes a database, for beginners
socket
- linux下面实现的socket网络编程。可以实现多客户端联机server的功能。-linux following the realization of the socket network programming. Can be achieved online multi-client server functionality.
winsock_doc
- Windows Socket网络编程与规范-Windows Socket network programming and standard
Socket
- Socket网络编程 -Socket Network Programming
test-net
- tcp udp socket 网络编程 linux-tcp udp socket network programming linux
Socket
- C#语言编写,socket网络编程(tcp协议编写),含客户端,服务端,界面华丽,.net平台-C# Languages, socket network programming (tcp protocol preparation), including client, server, interface gorgeous,. Net platform
tcgd
- 本人毕业作品“同城购电系统”的源码,包括“电表端”,“缴费端”,“服务端”的所有代码。 主要运用的技术有ADO操作数据库,SOCKET网络编程,界面美化技术(使用SKIN++)等技术。希望对学VC++的爱好者有所帮助!-I graduated from work city purchasing electricity system, the source, including the meter-side , payment side , server all the co
Implementation-using-VC-Client-Services-machine-mo
- 用VC实现客户机服务机器模式的聊天程序: 在TCP/IP网络中两个进程间的相互作用的主机模式是客户机/服务器模式(Client/Server model)。本实验的目标是利用Visual C++的WINDOWS SOCKET网络编程实现客户机与服务器之间的通信,通过一个聊天室的程序来体现这一通信过程,该模式的建立基于以下两点: 1、非对等作用; 2、通信完全是异步的。客户机/服务器模式在操作过程中采取的是主动请示方式,-Implementation using VC Client S
SOCKET
- socket网络编程,好就一个字,不信-socket network programming, so on a word, do not believe look at the
VCWinSockProgramming
- 1. WinSock学习笔记(一) 2 2. WinSock学习笔记(二) 11 3. 使用CSockets进行文件传送 17 4. 基于UDP的网络通迅程序 19 5. 点对点多线程断点续传的实现 22 6. Windows Socket 网络编程(一) 34 7. Windows Socket 网络编程(二) 36 8. Windows Sockets 网络编程(三) 40 9. TCP实现P2P通信(TCP穿越NAT/TCP打洞) 44 10. 深入 C
Expert_WinAPI_8_to_17
- 这是《精通Windows API函数、接口、编程实例》第8-17章源代码,包括服务、图形用户界面、系统信息的管理、进程间通信、Windows Shell程序设计、Windows GDI、Windows Socket网络编程、设备驱动管理、内核通信、用户认证和对象安全。-This is the " Mastering Windows API function, interface, programming examples" section of Chapter 8-12, th
Socket网络编程
- 通过SOCKET网络编程,实现客户端和服务器端程序的通信(Through the SOCKET network programming, client and server-side procedures to achieve communication)
unix网络编程第一卷:套接字联网API
- unix网络编程第一卷:套接字联网API,经典书籍(Unix network programming, Vol. 1: socket networking, API, classic books)
java网络编程http socket
- java网络编程http socket,实例练习,对应语言程序设计系列书中的例子