搜索资源列表
talk_tcp_linux
- 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.
Socket1
- Linux下socket编程例子!主要介绍socket编程的基本用法-Linux socket programming examples! Socket programming introduces the basic usage
EmbedNetC
- 计算机与嵌入式系统或者是单片机之间网络传输时,计算机端的SOCKET编程,-computer and embedded microcontroller system or between network transmission, the computer side of the socket programming,
http-lwip
- 该程序是在NIOS II环境下运行的 使用LWIP协议栈实现了HTTP协议的接受请求 SOCKET编程-the procedures in NIOS II is run under the protocol stack used LWIP realization of the HTTP protocol receive requests Socket Programming
socket_set_cli
- linux下socket编程示例,通过网络传送控制信息给下位机
socket
- 非常好用的网络多线程socket编程代码,多线程
socket
- linux下的socket编程,认真阅读!
wince下socket编程的例子,包括server端和client端
- 基于Mini2440的S3C2440的Socket编程源程序。
Socket
- 这是一个在FriendlyARM的mini2440上调试过的简单的socket编程。编程环境是:EVC4.2。希望对初学者有一定的参考价值。-This is an increase in mini2440 tried the FriendlyARM simple socket programming. Programming environment: EVC4.2. Beginners would like to have some reference value.
WinceSocketExample
- wince socket编程 ,包括server 和 client 两个程序源码。-wince socket programming ,including server and client!
socket_html
- 利用SOCKET编程做的一个获取html源码的程序,没有请求网页上的资源。用c语言写的。-SOCKET programming done using a process access to html source code, there is no request for the resources page. Written by c language.
CSocket
- wince 下开发,EVC的socket编程,为evc开发提供借鉴-wince under development, EVC' s socket programming, in order to learn from the development of evc
socket2
- 基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。 客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据 -Linux operating system based on the socket programming, to complete a simple
Socket_Server
- 嵌入式主板,wince操作系统,Socket编程服务端,evc++开发平台下的工程-Embedded Motherboard, wince the operating system, Socket programming service side, evc++ project under development platform
linux-socket-C-S
- 嵌入式linux-socket串口编程,-Serial programming embedded linux-socket,
CeChat
- WinCE聊天程序,初步应用WInCE Socket编程。实现通信-Wince chat program
socket
- Linux下socket编程示例,包括TCP/UDP编程,循环服务器、并发服务器等-Linux socket programming examples, including TCP/UDP programming cycle servers, concurrent server, etc.
AB-PLC-Socket-Demo
- RockwellAutomation AB PLC的5370系列PLC的Socket编程例子,已经试过可用-RockwellAutomation Company AB 5370 PLC Socket Program Demo.I have it run in the real machine.
C语言实现socket编程代码
- 服务器步骤:建立socket,绑定socket和地址信息,开启监听,收到请求后发送数据。 客户端步骤:建立socket,连接服务器端,接收并打印服务器给的数据。
C语言实现socket编程代码
- 服务器步骤:建立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,