搜索资源列表
-
0下载:
unix/linux使用socket编程的一个具体示例,包括服务器段和客户端程序。并给出使用嵌入式microwin的GUI的参考设计说明。-unix / linux use socket programming of a specific examples, including the server and client programs. Given the use of embedded microwin GUI reference design specification.
-
-
0下载:
嵌入式linux系统的socket通信程序,包括服务器端和客户端程序-Embedded Linux System socket communication procedures, including server and client programs
-
-
0下载:
基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。
客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据
-Linux operating system based on the socket programming, to complete a simple
-
-
0下载:
DavinciDM6446系统下,网络通讯SOCKET传输YUV文件代码.包括客户端和服务端-DavinciDM6446 system, network communication SOCKET transfer YUV file code. Including client and server-side
-
-
0下载:
根据套接字建立TCP连接的过程,创建服务端程序,并在接收到客户端连接请求后,产生一个新的线程来处理这个客户端的通讯工作-Process to establish a TCP connection according to the socket to create a server program, and receives the client connection requests, resulting in a new thread to handle client communicatio
-
-
0下载:
建立基于TCP套接字的服务器与客户端的连接,客户端向服务器发送字符串,服务器将接受到的字符串打印出来-Establish a connection based on the TCP socket server and client, the client sends the server a string, the server will receive the string print out
-
-
0下载:
这是银行排队系统的项目,是基于socket编程的,有客户端和服务端-This is a bank queuing system project, is based on the socket programming, the client and the server
-
-
0下载:
linux下的一个基于socket通信的时间服务器和客户端的源码!-a socket-based communication server and client source code under linux!
-
-
0下载:
linux下的socket通信,基于线程的并发服务器和客户端程序!-linux socket communication, thread-based concurrency server and client programs!
-
-
0下载:
在linux下使用socket编译,实现client调试用服务器的端的函数,实现了一个小型的COM架构,可以很好的适用于跨进程函数调用-Use socket compiled under linux, achieve client debugging server-side function to achieve a small COM architecture, can be well applied to cross-process function calls
-
-
0下载:
Socket server that sends video stream a server to a client. Uses opencv to get the data, which is transformed into bytes. Ran on an embedded linux zynq cpu.-Socket server that sends video stream a server to a client. Uses opencv to get the data, whi
-