搜索资源列表
BCB网络编程精编
- BCB网络编程精编,socket通讯,ip欺骗,Winsock API 函数大全,客户-服务器远程数据传输处理技巧,tcp-ip通讯,多线程技术实现,屏幕抓取及回传,获取ip地址机器名,网络连接检测等。
socket
- 是学习socket编程难得的pdf,udp,tcp编程必看-It is rare to learn socket programming pdf, udp, tcp programming see
WindowsSockettedian
- Windows Socket 网络编程 —— TCP/IP体系结构、特点及相关术语 -Windows Socket network programming- TCP/IP architecture, features and related terminology
Sockets-notes
- Network Programming Topics in this section include: • What a socket is • What you can do with a socket • The difference between TCP/IP, UDP/IP and Multicast sockets • How servers and clients communicate over sockets
C_-Socket-communications
- 网络套接字(Socket)是基于TCP/IP协议的程序实现协议。实际上,我们所有的网络编 程都是基于Socket而实现的。 -The network socket (Socket) is to achieve an agreement based on the TCP/IP protocol procedures. In fact, all of our network programming are achieved based on Socket.
tcp-ip
- tcp ip协议内核源码分析,讲解TCP/IP的SOCKET通讯初始化,设置,地址绑定,地址监听和地址连接等。-tcp ip protocol kernel source code analysis, explain TCP/IP SOCKET communication initialization settings, address binding, address listeners and address connection.
TCP-IP_Protocols_NO2
- 本书完整而详细地介绍了TCP/IP协议是如何实现的。书中给出了约500个图例,15 000行实际操作的C代码,采用举例教学的方法帮助你掌握TCP/IP实现。本书不仅说明了插口API和协议族的关系以及主机实现与路由器实现的差别。还介绍了4.4BSD-Lite版的新的特点,如多播、长肥管道支持、窗口缩放、时间戳选项以及其他主题等等。读者阅读本书时,应当具备卷1中阐述的关于TCP/IP的基本知识。本书适用于希望理解TCP/TP协议如何实现的人,包括编写网络应用程序的程序员以及利用TCP/IP维护计算机
TCP_client_ok
- 自己写的一个 简单的TCP发送端的SOCKET程序 写得很简单,只是实现了下SOCKET功能-a very simple SOCKET NETWORK program client port debug is ok
socket
- socket客户端,与服务端,用于远程监控与数据传输- socket client service side programming Remote data transmission, TCP Client Serverip address, port number, data transmission and receptionCan be used for remote monitoring
2
- 一个程序为服务端,建立UDP服务端套接字 另外一个程序为客户端,建立UDP客户端套接字 这两个新程序可以互联,完成一个基于TCP/IP网络的文本聊天程序.-A procedure for the server, a UDP server socket another program for the client, UDP client socket the two new program can be interconnected, complete a chat program of TC
3
- 一个程序为服务端,建立UDP服务端套接字。 另外一个程序为客户端,建立UDP客户端套接字。 这两个新程序可以互联,完成一个基于TCP/IP网络的文本聊天程序。-A procedure for the server, a UDP server socket.Another program for the client, UDP client socket.The two new program can be interconnected, complete a chat program t
UDP_Trans
- 网络通信,介绍基于TCP/IP协议下的UDP数据包的传递方法。-socket upd,in vb how to use udp protocal to transmate infomation by tcp/ip.this is a txt file write by dl.
socket_source_code
- 本文档使用套接字socket进行网络通信编程,同时进行TCP和UDP两种方式详解。-Source codes of SOCKET.
ETEHRNET
- Software test send data Socket Tcp and UDP . Cliente - Server Server Socket-Software test send data Socket Tcp and UDP . Cliente - Server Server Socket
AndroidTCPUdpComm
- 最近一个项目可能要用到socket和串口方面的编程,网上找了很多这方面的资料,例子,不过都不怎么全,而且很多例子不能直接拿来用。花了几天时间,将TCP、UDP、串口整合到一起做了个小的project,由于没有真机,仅在模拟器上测试通过,且都是在一台机子上,现贴出代码,希望对大家有所帮助。注意涉及IP地址的地方可能需要修改成你自己的地址-A recent project you might want to use the socket and serial programming, online
xcppro_veryhuo.com
- 通讯 modbus通讯tcp、ip与ASCII |RTU通讯,包括serialPor太累-SerialPort Class ,Socket Class,Includeing TCP/IP,ASCII And Rtu
SocketChat-master
- Simple group chat between clients using socket programming. Tcp protocol is used for communication