Welcome![Sign In][Sign Up]
Location:
Search - windows CE socket

Search list

[Other resourceWINDOWS__socket13

Description: 利用“原始套接字”(Raw Socket),我们可访问位于基层的传输协议。本章专门讲解如 何运用这种原始套接字,来模拟I P的一些实用工具,比如Tr a c e r o u t e和P i n g程序等等。使用原 始套接字,亦可对I P头信息进行实际的操作。本章只关心I P协议;至于如何针对其他协议使 用原始套接字,我们不打算提及。而且,大多数协议(除AT M以外)根本就不支持原始套接 字。所有原始套接字都是使用S O C K _ R AW这个套接字类型来创建的,而且目前只有Wi n s o c k 2提供了对它的支持。因此,无论Microsoft Windows CE 还是老版本的Windows 95 (无 Winsock 2升级)均不能利用原始套接字的能力。-use "raw socket" (Raw Socket), we can visit at the grassroots transmission agreements. This chapter specifically on how to use the original socket, I P to simulate some practical tools, For example Tr a c e r t o u e and P i n g procedures, and so on. Original socket, I can right the first P information of the actual operation. I only care about this chapter P Agreement; As to how the other agreements original socket, we do not intend to mention. Moreover, most agreements (except outside AT M) simply does not support the original socket. All original socket are using S O C K R AW _ the socket types to create, but it's only Wi n o c k 2 of the support it. Therefore, Whether Microsoft Windows CE or an older version of Windows 95 (non-Win sock escalation 2) are not using the ori
Platform: | Size: 692344 | Author: 楼洛阳 | Hits:

[Internet-Networkzinc_evb_sockets

Description: WindowsCE中用的WinSock通訊函式庫,可以快速的建立網路連線。-WindowsCE communications using the WinSock added and quickly establish Internet connections.
Platform: | Size: 33792 | Author: 王八淡 | Hits:

[OtherWindows CE Programming [PDA][C++]

Description: Windows CE Programming [PDA][C++] 基于WinCE的PDA应用程序编程,Jeff Baker著,不可多得的好书,推荐大家下载-Windows CE Programming [PDAs] [C] WinCE PDA-based application programming, with Jeff Baker, rare books, we recommend downloading
Platform: | Size: 957440 | Author: ROY | Hits:

[Internet-NetworkServer_Client_Sockets_src

Description: The reason why I decided to write this article is because, I was learning myself how to use sockets with under windows, I could not find one place that had a tutorial which included every thing i was looking for, or if it did it was way to complicated for me to understand. In the end after doing my research I put together my resources and came up with this tutorial. I hope that it is clear and informative so that other people can benefit from it -The reason why I decided to write this Artic le is because, I was learning myself how to use sockets with und er windows, I could not find one place that had a tutorial WHI ch included every thing i was looking for. or if it did it was way to complicated for me to und erstand. In the end after doing my research I put my resources together and came up with this TUTO 77. I hope that it is clear and informative so t hat other people can benefit from it
Platform: | Size: 4096 | Author: l | Hits:

[DocumentsWindowsCE

Description: 该文档简要介绍Windows CE系统的基本内容。包括:Windows CE的特性指标,Windows CE的应用,Windows CE的特点等方面内容。-the document briefed Windows CE system of basic content. Including : Windows CE characteristic indicators of Windows CE applications, Windows CE features and so on.
Platform: | Size: 6144 | Author: 张瑜 | Hits:

[VC/MFCWINDOWS__socket4

Description: “命名管道”或“命名管线”(Named Pipes )是一种简单的进程间通信( I P C)机制, Microsoft Windows NT,Windows 2000、Windows 95以及Windows 98均提供了对它的支持 (但不包括Windows CE)。命名管道可在同一台计算机的不同进程之间,或在跨越一个网络的 不同计算机的不同进程之间,支持可靠的、单向或双向的数据通信。-"named pipe" or "named pipe" (Named Pipes) is a simple process communication (I P C) mechanism for Microsoft Windows NT, Windows 2000, Windows 95 and Windows 98 are provided with the support it (but excluding Window 's CE). Named pipes in the same computer different processes, or across a network of different computers of different processes to support reliable, one-way or two-way data communications.
Platform: | Size: 761856 | Author: 楼洛阳 | Hits:

[VC/MFCWINDOWS__socket13

Description: 利用“原始套接字”(Raw Socket),我们可访问位于基层的传输协议。本章专门讲解如 何运用这种原始套接字,来模拟I P的一些实用工具,比如Tr a c e r o u t e和P i n g程序等等。使用原 始套接字,亦可对I P头信息进行实际的操作。本章只关心I P协议;至于如何针对其他协议使 用原始套接字,我们不打算提及。而且,大多数协议(除AT M以外)根本就不支持原始套接 字。所有原始套接字都是使用S O C K _ R AW这个套接字类型来创建的,而且目前只有Wi n s o c k 2提供了对它的支持。因此,无论Microsoft Windows CE 还是老版本的Windows 95 (无 Winsock 2升级)均不能利用原始套接字的能力。-use "raw socket" (Raw Socket), we can visit at the grassroots transmission agreements. This chapter specifically on how to use the original socket, I P to simulate some practical tools, For example Tr a c e r t o u e and P i n g procedures, and so on. Original socket, I can right the first P information of the actual operation. I only care about this chapter P Agreement; As to how the other agreements original socket, we do not intend to mention. Moreover, most agreements (except outside AT M) simply does not support the original socket. All original socket are using S O C K R AW _ the socket types to create, but it's only Wi n o c k 2 of the support it. Therefore, Whether Microsoft Windows CE or an older version of Windows 95 (non-Win sock escalation 2) are not using the ori
Platform: | Size: 692224 | Author: 楼洛阳 | Hits:

[CommunicationCCDTCPServer080919

Description: EVC写Wince程序,PC104服务端程序,主要涉及Socket网络通信,端口读取-A Windows CE program,Written by Embeded Visual C++,suitable for PC104 platform,it is about Socket communication and operate the port
Platform: | Size: 1258496 | Author: heshousheng | Hits:

[Windows CECE_XTALK

Description: 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 mechanism used for the screen refresh message mechanism is used. Main function is a simple tool for a group chat, a call to speak to its broadcast server. At the same time, he can with the desktop Windows version of the process of communication.
Platform: | Size: 111616 | Author: fang | Hits:

[Windows DevelopListNet

Description: Windows ce网络编程的例子,实现一个网络连接小程序-Windows ce examples of network programming, the realization of a network connection applet
Platform: | Size: 1020928 | Author: hj | Hits:

[CommunicationWINCE_Socket

Description: windows CE 下的SOCKET封装类,封装十分完美,可应用到工程项目中。-SOCKET under windows CE package type, package is perfect, can be applied to projects.
Platform: | Size: 12288 | Author: heyong | Hits:

[Windows CEIPAQ

Description: Socket Demo for windows ce
Platform: | Size: 157696 | Author: coyehv | Hits:

[Windows CETCPClient

Description: 使用VS2005开发的WinCE5.0应用程序,通过Socket进行通讯的客户端,对类进行了封装,可以直接使用类方便进行开发,有很强的实用和参考价值,。-WinCE5.0 developed using VS2005 applications to communicate through the Socket client, on the class of the package, you can directly use the class to facilitate the development, there are strong practical and reference value.
Platform: | Size: 3385344 | Author: 毛生 | Hits:

[Windows Mobilewism

Description: test socket for pda or windows ce 6.0
Platform: | Size: 157696 | Author: Sadizadeh | Hits:

[Windows CEWinCE_UDP

Description: 本源码演示了,在Windows CE操作系统下,通过VC++和socket技术,如何编写UDP的通讯程序。这个例子已经非常详细了,希望对大家能够有帮助。-The source code demonstrates, in the Windows CE operating system, through the VC++ and socket technology, how to write UDP communication program. This example has been very detailed, and hope we can help.
Platform: | Size: 37888 | Author: joyzml | Hits:

[Windows CEWinsockDemo

Description: 该程序是实现的一个基于socket技术的Windows CE改版网络通信程序,可以实现群聊,互聊,以及pc和模拟器之间的通信。其实现参照了 Programming Windows CE .net, 3rd edition中的xtalk-The program is to achieve a technology based on Windows CE revision socket network communication program, can achieve a group chat, Internet chat, as well as communication between the pc and the simulator. Its realization with reference to Programming Windows CE. Net, 3rd edition of the xtalk
Platform: | Size: 3666944 | Author: yjj | Hits:

[Internet-Networkoverlap

Description: 套接字 重叠模型 ,重叠I / O(Overlapped I/O) 模型使应用程序能达到更佳的系统性能。重叠模型的基本设计原理便是让应用程序使用一个 重叠的数据结构,一次投递一个或多个Winsock I/O请求。针对那些提交的请求,在它们完成 之后,应用程序可为它们提供服务。该模型适用于除Windows CE之外的各种Wi n d o w s平台。 模型的总体设计以Wi n 3 2重叠I / O机制为基础。那个机制可通过R e a d F i l e和Wr i t e F i l e两个函数, 针对设备执行I / O操作。-Socket overlap model, overlapping I/O (Overlapped I/O) model so that applications can achieve better system performance. The basic design principles overlap model is to enable applications to use an overlapping of the data structure, a delivery of one or more Winsock I/O requests. For those requests submitted in their complete, the application can provide them with services. The model is applicable in addition to Windows CE platform outside of Wi ndows. The overall design of the model to Wi n 3 2 overlapping I/O mechanisms. That the mechanism by R ead F ile and Wr ite F ile two functions for the device performs I/O operations.
Platform: | Size: 3072 | Author: qin | Hits:

CodeBus www.codebus.net