搜索资源列表
用Socket编写的通过网络的数据采集程序
- 用Socket编写的通过网络的数据采集程序,当客户端和服务器连接后,就可以通过设置频率采集服务器端数据(开发版)- Compiles with Socket through the network data acquisition procedure, after the customer end and the server connection, may (develop version) through the establishment frequency gathering ser
Socket文件传输
- 1服务端接收文件,客户端发送文件。 2 每个Socket连接同时只能够传输一个文件。 3 可同时发送网络消息 -receive a document server, a client sends documents. Socket two each while only link to a document transmission. 3 can also send news network
用原始套接字实现网络监听的源代码
- 这是一款用Visual C++编写的,用原始套接字实现网络监听的源代码,运行环境为 VC。 -This is a Visual C prepared with raw socket network of eavesdropping source code, operating environment for the VC.
java23socket
- 23篇socket网络编程资料,pdf格式 包括基于局域网的Java即时信息传送软件的设计与实现.pdf 基于Java的网络即时通讯系统设计分析.pdf等-23 socket network programming, pdf format, including LAN-based Java instant messaging software design and implementation. pdf-based Jav a network of instant communications
socket网络通信,组包函数,解包函数
- socket网络通信,组包函数,解包函数,socket network communication, group package function, unpack function
socket
- 一个简单的局域网通信软件,可以实现两个人之间的文本通信以及文件传输-A simple local area network communication software, you can achieve both the text of communication between people, as well as file transfer
SOCKET
- Socket编程,简单实现,为了大家能够熟悉网络编程。-Socket programming, simple implementation, in order to everyone to become familiar with network programming.
PublicNetSoft
- VC++ SOCKET API通讯实例源码 本源代码主要是演示如何使用VC++的SOCKET API进行网络通讯的实例,代码包括客户端与服务器端,分别运行两程序,互相监听,互相接发消息,原理简单,没用到什么高深技术,都是很基础的,因此可能对VC的入门者比较有-VC++ SOCKET API communication example source code for the main origin is to demonstrate how to use the VC++ the SOCKET
SocketDemo
- 网络通讯的简单例子 网络通讯的简单例子-A simple example of network communication simple example of network communication
Adavanced-Socket-Programming
- 电子科技大学的网络编程之高级套接字编程部分的PPT,讲解详细,深入,有好多书上没说透的细节-University of Electronic Science and Technology of Advanced network programming socket programming part of the PPT, explained in detail, depth, there are a lot of the details of the book did not say throu
SOCKET
- socket通信,客户端+服务器,是我初学网络编程时写的例子-socket communication, client+ server, when I write beginner example of network programming
socket
- 这是一个关于socket通信的java程序,综合运用网络协议、编程语言、API和图形界面实现基于socket建立、监听、连接、发送数据和接收数据的网络通信程序。-This is about the socket communication program, a comprehensive use of Java network protocol, programming languages, API and graphic interface based on socket set up, li
socket
- 完成网口通信的服务器端和客户端通信,采用socket编程。可用于编写网口通信的参照,已经在arm9200上和arm11调通。-Complete network communication server and client communication, using socket programming. Can be used for the preparation of network communication reference, has been in the arm9200 and A
socket
- 一个利用socket进行通信的开发程序,客户端和服务端代码都有,可以实现网络间进行数据传输-A socket to communicate with the development process, the client and server code has, can achieve data transmission between the network
ServerCandJava
- 实现C和JAVA的网络通信,采用socket网络编程,JAVA为服务端。-C and JAVA network communication using socket network programming, JAVA server.
MFCSockets_src
- MFC socket 网络通讯 利用MFC socket 进行通讯的简单例子,只有服务端,客户端可以通过系统自带 telnet 工具 来自codeproject -MFC socket network communications use MFC socket communication simple example, only the server, the client can through the system comes with the telnet tool from Code
MFC-Socket
- VC++网络编程 MFC Socket编程 Socket程序(CAsyncSocket传统版、CAsyncSocket指针版、CSocket版)-VC++ Programming Network Programming MFC Socket Socket procedures (CAsyncSocket traditional version, CAsyncSocket pointer version, CSocket Edition)
WiFiRM04-master
- 串口转wifi的socket 网络编程,实现简单的通信功能适合初学者,通过编译了已经。-socket network programming, simple communication functions for beginners, compile already.
Socket-network-programing
- 工程演示了socket的基本函数使用,其实不管有多复杂的网络程序,都使用的这些基本函数。功能是只有处理完一个客户端请求才会去处理下一个客户端的请求,这样的服务器处理能力是很弱的,现实中的服务器都需要有并发处理能力!为了需要并发处理,服务器需要fork()一个新的进程或者线程去处理请求等-Engineering demonstrates the basic functions of the socket, in fact, no matter how complex the network pro
Socket示例
- 最为通用的网络通信---SOCKET通信的示例程序,包含一个服务器Socket和一个客户端Socket,注释详细,简单易理解。(The most common example of network communication ---SOCKET communication program, including a server Socket and a client Socket, Notes detailed, easy to understand.)
