CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Windows Mobile Socket

搜索资源列表

  1. CS_CaptureAccumulateTransfer

    0下载:
  2. Windows mobile 5.0的经典客户机、服务器Socket通信实例,摘自Symbol公司的软件源代码,本人已经在VS2005上调试通过。程序中有详细文档说明,如有问题请与本人联系。
  3. 所属分类:Windows Mobile

    • 发布日期:2008-10-13
    • 文件大小:39246
    • 提供者:yinyz
  1. GPRSDemo

    0下载:
  2. 【软件名称】 《Windows Mobile中如何建立GPRS连接以便Socket能正常通信》 【版 本】 1.0.0 【操作系统】 Windows Mobile 5.0 【作 者】 谢红伟 · chrys · chrys@163.com · http://www.howa.com.cn 【软件说明】 手机开通GPRS以后,我们的 socket 程序还不能直接建立网络连接,需要用连接管理器来获取当前可用连接,并自动选择一个最佳的连接途径,然
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:159603
    • 提供者:谢红伟
  1. GPRSDemo

    0下载:
  2. 需要用 Windows Mobile 来做通信处理,需要将手机端的数据通过GPRS传送至公网上的一个服务器上。数据传输我采用的是socket,用数据线+ActiveSync调试通过,数据传输正常,在准备将软件提交给质检部门的时候,用真正的GPRS来做通信测试时
  3. 所属分类:3G开发

    • 发布日期:2008-10-13
    • 文件大小:34038
    • 提供者:pudncom12
  1. SignatureCaptureSample

    0下载:
  2. Windows Mobile用户签名程序,并可将程序通过Socket上传到用户计算机上
  3. 所属分类:Windows Mobile

    • 发布日期:2008-10-13
    • 文件大小:57234
    • 提供者:李卫
  1. WSClient

    0下载:
  2. C#在Windows Mobile平台上Socket通信程序的客户端
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:47610
    • 提供者:coherewang
  1. WSService

    0下载:
  2. C#在windows mobile平台Socket通信程序的服务器端程序 ,和WSClient.rar是一个Socket通信的例子程序
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:45052
    • 提供者:coherewang
  1. windows_mobile_5.0_socket

    0下载:
  2. windows mobile 5.0的经典客户机、服务器socket通信实例
  3. 所属分类:Windows Mobile

    • 发布日期:2008-10-13
    • 文件大小:39246
    • 提供者:aj
  1. PPCSocket

    0下载:
  2. Windows Mobile的简单IM程序(Socket via C sharp) 发一个Csharp socket的Demo, 其中client是WM Pocket PC ,server端是PC机的程序
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:22549
    • 提供者:宋义
  1. GPRSConnection_New

    0下载:
  2. C#。WIndows Mobile开发,关于CMWAP,CMNET网络切换,及Socket发送的相关代码-C#. WIndows Mobile development on CMWAP, CMNET network switch, and send the relevant code Socket
  3. 所属分类:Windows Mobile

    • 发布日期:2017-05-13
    • 文件大小:3198767
    • 提供者:moulunping
  1. Socket_mobile

    0下载:
  2. 在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.
  3. 所属分类:Windows Mobile

    • 发布日期:2017-03-31
    • 文件大小:307394
    • 提供者:lh
  1. Window_Mobile_Socket

    0下载:
  2. windows mobile socket网络编程新手必备资料-windows mobile socket network programming novice information!!
  3. 所属分类:Windows Mobile

    • 发布日期:2017-03-30
    • 文件大小:402863
    • 提供者:lixu
  1. FTPClient_demo

    1下载:
  2. 该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
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-15
    • 文件大小:3739655
    • 提供者:frankli
  1. socketPPC

    0下载:
  2. C# socket连接接收文件client-C# socket connection to receive a file client
  3. 所属分类:Windows Mobile

    • 发布日期:2017-04-05
    • 文件大小:93224
    • 提供者:wangtl
  1. CmnetConn

    0下载:
  2. 用连接管理器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
  3. 所属分类:Windows Mobile

    • 发布日期:2017-04-01
    • 文件大小:190120
    • 提供者:谢红伟
  1. FileExchanger

    0下载:
  2. 用来在Windows和WinCE/Windows Mobile/PPC设备之间交换文件的基于socket的源代码-Exchange files between windows and WinCE/Windows Mobile/PPC, written using windows socket API
  3. 所属分类:Windows CE

    • 发布日期:2017-04-03
    • 文件大小:132157
    • 提供者:朱五
  1. MobileClient

    0下载:
  2. window mobile 上客户端代码编写,适合初学者学习-socket client program on windows mobile
  3. 所属分类:Windows Mobile

    • 发布日期:2017-03-27
    • 文件大小:33539
    • 提供者:陈辉
  1. digital

    1下载:
  2. 该系统是介绍一个基于web service的数字油田监控系统,整个系统分成三个部分:现场监控终端、监控中心和移动控制终端。以嵌入式linux系统作为现场监控终端,分别在windows平台和liunx平台下实现监控中心。移动终端控制利用嵌入式开发板ARM2410S上的相关设备来实现。三端之间的数据传输都是通过web service实现的,只有在视频数据传输时用socket实现。-The system is to introduce a web service based on the number
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:870454
    • 提供者:liao
  1. sockets

    0下载:
  2. 1.TCP流式套接字的编程步骤 在使用之前须链接库函数:工程->设置->Link->输入ws2_32.lib,OK! 服务器端程序: 1、加载套接字库 2、创建套接字(socket)。 3、将套接字绑定到一个本地地址和端口上(bind)。 4、将套接字设为监听模式,准备接收客户请求(listen)。 5、等待客户请求到来;当请求到来后,接受连接请求,返回一个新的对应于此次连接的套接字(accept)。 6、用返回的套接字和客户端进行通信(sen
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:2147
    • 提供者:pingzong
  1. CameraCapture-Public-IP-Multipl-Display-Alpha

    0下载:
  2. Multi Monitor DNA Other windows programs Linux-Unix program Internet-Socket-Network
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-06
    • 文件大小:252523
    • 提供者:sk
  1. test66

    0下载:
  2. 用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
  3. 所属分类:Windows Mobile

    • 发布日期:2017-05-29
    • 文件大小:11717552
    • 提供者:JC
搜珍网 www.dssz.com