搜索资源列表
-
0下载:
Windows mobile 5.0的经典客户机、服务器Socket通信实例,摘自Symbol公司的软件源代码,本人已经在VS2005上调试通过。程序中有详细文档说明,如有问题请与本人联系。
-
-
0下载:
【软件名称】
《Windows Mobile中如何建立GPRS连接以便Socket能正常通信》
【版 本】
1.0.0
【操作系统】
Windows Mobile 5.0
【作 者】
谢红伟 · chrys · chrys@163.com · http://www.howa.com.cn
【软件说明】
手机开通GPRS以后,我们的 socket 程序还不能直接建立网络连接,需要用连接管理器来获取当前可用连接,并自动选择一个最佳的连接途径,然
-
-
0下载:
需要用 Windows Mobile 来做通信处理,需要将手机端的数据通过GPRS传送至公网上的一个服务器上。数据传输我采用的是socket,用数据线+ActiveSync调试通过,数据传输正常,在准备将软件提交给质检部门的时候,用真正的GPRS来做通信测试时
-
-
0下载:
Windows Mobile用户签名程序,并可将程序通过Socket上传到用户计算机上
-
-
0下载:
C#在Windows Mobile平台上Socket通信程序的客户端
-
-
0下载:
C#在windows mobile平台Socket通信程序的服务器端程序 ,和WSClient.rar是一个Socket通信的例子程序
-
-
0下载:
windows mobile 5.0的经典客户机、服务器socket通信实例
-
-
0下载:
Windows Mobile的简单IM程序(Socket via C sharp) 发一个Csharp socket的Demo, 其中client是WM Pocket PC ,server端是PC机的程序
-
-
0下载:
C#。WIndows Mobile开发,关于CMWAP,CMNET网络切换,及Socket发送的相关代码-C#. WIndows Mobile development on CMWAP, CMNET network switch, and send the relevant code Socket
-
-
0下载:
在windows mobile 6.5平台下的socket通信,实现功能是利用线程池从一个手机端向客户端发送文件。-In windows mobile 6.5 platform, the socket communication to achieve function is to use the thread pool from a mobile terminal to send the file to the client.
-
-
0下载:
windows mobile socket网络编程新手必备资料-windows mobile socket network programming novice information!!
-
-
1下载:
该FTP采用标准的FTP cmd,实现登录,上传,下载文件,对于需要跟踪底层消息处理的非常有帮助,并且稍加改动就可以移植到Windows Mobile,我们目前的产品一直在使用,非常的稳定,代码采用C/C++ 和 模板来编写,结构清晰,可读性强,对于socket编程来说也是很好的学习代码-The FTP standard FTP cmd, the realization of the registry, upload, download files, the need for follow-up
-
-
0下载:
C# socket连接接收文件client-C# socket connection to receive a file client
-
-
0下载:
用连接管理器API可以对Windows Mobile的GPRS连接进行管理,由程序发起连接GPRS请求完成连接的建立,但是有时候不那么幸运,Internet设置里多了一些其他无效的连接或者是复位后所有连接都丢失了,那我们应该主动创建自己的连接,然后实现联网。-Connection Manager API can be used on Windows Mobile' s GPRS connection management program initiated by the GPRS conn
-
-
0下载:
用来在Windows和WinCE/Windows Mobile/PPC设备之间交换文件的基于socket的源代码-Exchange files between windows and WinCE/Windows Mobile/PPC, written using windows socket API
-
-
0下载:
window mobile 上客户端代码编写,适合初学者学习-socket client program on windows mobile
-
-
1下载:
该系统是介绍一个基于web service的数字油田监控系统,整个系统分成三个部分:现场监控终端、监控中心和移动控制终端。以嵌入式linux系统作为现场监控终端,分别在windows平台和liunx平台下实现监控中心。移动终端控制利用嵌入式开发板ARM2410S上的相关设备来实现。三端之间的数据传输都是通过web service实现的,只有在视频数据传输时用socket实现。-The system is to introduce a web service based on the number
-
-
0下载:
1.TCP流式套接字的编程步骤
在使用之前须链接库函数:工程->设置->Link->输入ws2_32.lib,OK!
服务器端程序:
1、加载套接字库
2、创建套接字(socket)。
3、将套接字绑定到一个本地地址和端口上(bind)。
4、将套接字设为监听模式,准备接收客户请求(listen)。
5、等待客户请求到来;当请求到来后,接受连接请求,返回一个新的对应于此次连接的套接字(accept)。
6、用返回的套接字和客户端进行通信(sen
-
-
0下载:
用VS2008 C++编写的windows mobile6的最简单的socket客户端。经过测试,模拟器可以向电脑的服务端发送消息。适合新手学习用。-Windows with VS2008 C++ written in the most simple mobile client socket 6. After testing, the simulator can send a message to the service side of the computer. Suitable for be
-