搜索资源列表
-
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进行网络通信,含server.c和client.c文件,使用时可以将server.c在PC linux下运行,client.c经交叉编译后下到开发板运行
-
-
0下载:
这是VxWorks下的Socket UDP通信的源码,包含Server端和Client端
-
-
1下载:
基于Mini2440的S3C2440的Socket编程源程序。
-
-
1下载:
基于嵌入式实时操作系统vxworks的socket网络编程,初学必备!包含udp、tcp的客户机/服务器的代码实现,tcp服务器支持多任务并发处理连接请求;开发工具为tornado for pentium 在vxworks虚拟机上调试通过,含搭建虚拟机的详细步骤。-Vxworks embedded real-time operating system based on the socket network programming, beginners must have! Contains ud
-
-
0下载:
lpc23XX实现TCPIP协议栈,InterNiche的TCP/IP协议套件具有代码小、高移植性和兼容性,包含ANSI C代码、一个Socket API和全部技术文档。InterNiche的IP层软件可以构造成一个标准的客户机、一个IP路由器或一个多主机服务器。InterNiche的TCP/IP协议套件支持以下协议和服务:-lpc23XX achieve TCPIP protocol stack, InterNiche' s TCP/IP protocol suite has the c
-
-
0下载:
实现在wince环境下创建TCP客户端和TCP服务器端程序的方法和步骤以及select I/O模型的应用。-Creating the environment to achieve wince TCP client and TCP server side methods and procedures, and select I/O Model.
-
-
0下载:
linux 里面的socket完好封装。
把基本的客户端和服务器端写成了函数,方便调用。-socket inside the well-linux package. The basic client and server written in a function to facilitate the call.
-
-
0下载:
wince socket编程 ,包括server 和 client 两个程序源码。-wince socket programming ,including server and client!
-
-
0下载:
CE版本的XTALK程序。它包括服务器和客户端两部分。其中对套接字I/O的并发采用线程+select机制,对于屏幕刷新则采用消息机制。主要功能是一个简单的群聊工具,一个客服发言,服务器对其广播。同时,他可以跟桌面Windows版本的程序通信。-CE versions of XTALK procedures. It includes server and client in two parts. Which socket I/O concurrent threads+ select the mec
-
-
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下载:
基于WinCE Socket的网络编程,完成客户端与服务器端的通信-WinCE Socket-based network programming, complete client and server communication
-
-
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下载:
WinCE Socket 通信程序
客户端 服务器端是普通windows系统.-WinCE Socket client-server communication program is an ordinary windows system.
-
-
0下载:
linux 里面的socket完好封装。把基本的客户端和服务器端写成了函数,方便调用。-socket inside the well-linux package. The basic client and server written in a function to facilitate the call.
-
-
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下载:
本代码实现了TMS320C6678通过SOCKET编程建立一个服务器,电脑作为CLIENT端发送图片给TMS320C6678,6678对图片进行sobel滤波-The code to achieve the establishment of a TMS320C6678 server SOCKET programming, computer image as a CLIENT sends to TMS320C6678,6678 the picture sobel filter
-
-
0下载:
服务器步骤:建立socket,绑定socket和地址信息,开启监听,收到请求后发送数据。
客户端步骤:建立socket,连接服务器端,接收并打印服务器给的数据。(Server steps: set up socket, bind socket and address information, open listening, send data after receiving request. Client steps: set up socketside, connect to server,
-