搜索资源列表
socket.rar
- 一个winsock网络通信程序,实现单向的身份认证,还不构完善
linux-socket
- linux下网络编程,客户端和服务器端通信程序-Network programming, client and server communications procedures
socket.study
- 一个简单的C/S网络通讯程序,说明网络通信的基本原理,很适合初学者学习.-a simple C / S network communications procedures on network communication to the basic principles of learning is very suitable for beginners.
Socket
- 基于C/S结构的Socket程序设计 即通信双方一方作为服务器等待客户提出请求并予以响应。客户则在需要服务时向服务器提出申请。服务器一般作为守护进程始终运行,监听网络端口,一旦有客户请求,就会启动一个服务进程来响应该客户,同时自己继续监听服务端口,使后来的客户也能及时得到服务。
Sniff
- 能够对本机器上的任意断口号进行截取并分析其中的内容,与常规的Socket程序设计方式有点区别,比较底层.
socket
- Linux下的网络通信程序,请把SERVER跟CLIENT分别放在不同的两台机上运行测试.
socket
- 一个winsock网络通信程序,实现单向的身份认证,还不构完善--A Winsock communication program. It implements one-way identity verification. But it is not complete yet.
kernel_socket
- socket程序大家见多了,给大家写个Linux 2.6.x内核,从内核态发包的 socket程序,笑纳◎!-socket program we see more and give everyone write a Linux 2.6.x kernel from the kernel socket state contract procedures笑纳◎!
socket
- linux下程序开发,有关的Socekt编程接口-linux under development, the Socekt Programming Interface
Socket
- 在linux使用c++开发的socke程序,适合与想使用c++在linux环境开发程序的朋友们-In linux using c++ development socke procedures, fit and want to use c++ in linux environment for the development of procedures friends
Socket
- 网络通信编程,socket编程,socket客户端程序,可运行。代码简单完整,注释清晰,linux下编译通过,可运行。适合socket编程入门参考。 与服务端配合使用-Network communication programming, socket programming, socket client program, you can run. Code is simple and complete, clear notes, linux compiled by, you can run.
socket
- linux下的socket编程的相关代码和测试程序 希望能够帮助大家学习-linux programming socket under the relevant code and testing procedures hope to help them to learn
socket-example
- Linux网络编程中的一些高级应用程序的源代码 大家可以对照参考《linux高级编程》一书的十四章来看 讲的很不错
socket
- 这个猜数字游戏的代码和程序,有客户端和发送端,程序是c语言程序,有需要的可以下载-The number guessing game code and procedures, client and send the client, the program is the c language program can be downloaded in need
socket
- linux上的socket程序,包含客户端和服务端两个程序-slllsld
socket
- Linux下的SOCKET通信程序,包括TCP通信范例和UDP通信范例,修改Makefile文件可在PC平台或者嵌入式平台上运行-Linux Socket communications programs, including TCP and UDP traffic communication paradigm, paradigm, modify the Makefile file can be run in an embedded platform
SOCKET-Linux-chat
- 本程序在ubuntu下用C语言实现,采用server/client模式,服务端通过功效内存存储聊天记录,发给每个客服端-Under this program in ubuntu with the C language, using server/client model, the effectiveness of memory storage server through the chat, each customer-side distributed
ubuntu-socket
- linux socke编程实例:一个简单的echo服务器程序-ubuntu socket
socket-demo
- 使用C++编写Linux下socket程序练习-Using C++ to write under Linux socket program practice
socket
- socket 网络编程 服务器端程序,发送字符数据(socket server transmit char date)