CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 搜索资源 - socket client

搜索资源列表

  1. SocketTest

    0下载:
  2. android 使用socket通信方式,发送信息,其中包含了客户端和服务端的内容-android use socket communication, send a message, which contains the contents of the client and server
  3. 所属分类:android

    • 发布日期:2017-03-26
    • 文件大小:45472
    • 提供者:朱骜
  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. QQ

    0下载:
  2. socket实现简单的QQ聊天功能,包括客户端和服务器端,通过IP和端口号进行连接,达到聊天的效果-socket to achieve a simple QQ chat features, including client and server-side, through the IP and port number to connect, to chat with the effect of
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-08
    • 文件大小:1980979
    • 提供者:晴雨
  1. androidPwifiPsocket

    0下载:
  2. android在wifi下手机与电脑的socket通信。 pc端为MFC程序,可以自由设定为服务端,或客户端。-android wifi under the socket of the phone and computer communication. pc-MFC program can be set freely services side, or client.
  3. 所属分类:android

    • 发布日期:2017-03-28
    • 文件大小:792984
    • 提供者:zww
  1. testSocket1_1

    0下载:
  2. 网络socket编程:Client&Server-Network socket programming: Client
  3. 所属分类:GPS develop

    • 发布日期:2017-04-01
    • 文件大小:14295
    • 提供者:jerry.lien
  1. MySocketPro

    0下载:
  2. 用socket套接字处理串口通信功能,实现客户端和服务器的连接和断开的功能-Socket socket to use to deal with serial communication function, the realization of the client and server functions connect and disconnect
  3. 所属分类:Com Port

    • 发布日期:2017-04-05
    • 文件大小:55252
    • 提供者:齐峰
  1. mobilechat

    0下载:
  2. 手机聊天室应用socket实现远程客户的登录,管理及监事-Mobile chat room application socket remote client' s login, management and supervisors
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-02
    • 文件大小:7927
    • 提供者:shwang
  1. InternetSocketDll

    0下载:
  2. 基本的socket服务器及客户端dll代码,用于简单的socket应用-The basic socket server and client dll code, for a simple socket application
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-04
    • 文件大小:21683
    • 提供者:K
  1. mobileClient-Server-UDPChating

    0下载:
  2. This application enable chatting between PC-Server and Mobile Client using datagram socket in j2me. This is User DataGram Pocket(UDP) Chatting application. MIDlet1.0 and above configuration support for this chatting application
  3. 所属分类:J2ME

    • 发布日期:2017-04-03
    • 文件大小:1818
    • 提供者:prakashtau
  1. AndroidClient

    0下载:
  2. android 手机上的客户端,能够接受电脑发来的字符并发给电脑发送字符,前提是通过无线与电脑相连,socket接口-android client which uses socket interface.
  3. 所属分类:android

    • 发布日期:2017-03-30
    • 文件大小:20047
    • 提供者:Davy Lee
  1. SocketDemo

    0下载:
  2. android系统中的socket编程范例,通过socket,客户端和服务端进行连接通信-socket programming paradigm in the android system, to connect through the socket, the client and server communication
  3. 所属分类:android

    • 发布日期:2017-04-03
    • 文件大小:58829
    • 提供者:李邦
  1. socketchat

    0下载:
  2. android中使用socket实现聊天功能,服务端和客户端源码-android use the the socket chat feature, service and client source code
  3. 所属分类:android

    • 发布日期:2017-11-06
    • 文件大小:909794
    • 提供者:huyuxuan
  1. Bang_socket

    0下载:
  2. socket功能,包含Server端與Client端-socket features, including the Server side and Client
  3. 所属分类:android

    • 发布日期:2017-11-29
    • 文件大小:672612
    • 提供者:bang
  1. client_server

    0下载:
  2. 使用socket通信实现客户端与服务器端的通信,平板与pc的通信-Use the socket communication client and server-side communication, Tablet pc communication
  3. 所属分类:android

    • 发布日期:2017-12-02
    • 文件大小:2810880
    • 提供者:魔神
  1. CSockClient

    0下载:
  2. C++ MFC SOCKET通讯客户端 可以连接服务端 进行聊天通讯、文件传输等功能 默认端口为5050 默认IP地址192.168.0.1-The C++ MFC SOCKET messaging client can be connected to the server chat communication, file transfer function default port 5050 default IP address 192.168.0.1
  3. 所属分类:Com Port

    • 发布日期:2017-11-10
    • 文件大小:2204777
    • 提供者:rivulet
  1. workspace

    0下载:
  2. android socket通信源码,客户端和服务器源码-android socket communication source, the client and server source code
  3. 所属分类:android

    • 发布日期:2017-11-28
    • 文件大小:74235
    • 提供者:zhangcheng
  1. androidwifipcsocket

    0下载:
  2. android在wifi下手机与电脑的socket通信,内附电脑端的VC++程序源码,需要在VC6环境下编译并生成EXE文件,方可运行,同时还包括了本实例实现过程的技术文档。在wifi网络下,手机和电脑可以通过socket通信。手机做服务端,电脑做客户端,也可以对调过来。   手机作为服务端,电脑使用MFC编程作为客户端,原理是,手机建立一个ServerSocket,并获取自己的ip地址和端口port;然后电脑通过socket连接手机的ip:port。-android wifi phone
  3. 所属分类:android

    • 发布日期:2017-11-11
    • 文件大小:4526333
    • 提供者:hpudn37
  1. MyControlComputer(java)

    0下载:
  2. 通过Android手机去关闭电脑,适用windows系统。之前发了一个电脑端用java写的,在网上自学后用C语言写了这个电脑服务器端。注意,这个app对应这个客户端,之前发的不能通用。 在学习的过程中发现,关于C语言与java通过socket通信这方面比较少入门级的简单易懂的例子,在C的cpp里面写了一下一些学到的东西,不足之处望指导。java实现socket比较简单,就不写了。 -Android phone to turn off the computer, for windows sys
  3. 所属分类:android

    • 发布日期:2017-12-01
    • 文件大小:929792
    • 提供者:ck
  1. android-chat-program

    0下载:
  2. 内涵基于socket网络通讯的聊天客户端代码,以及c#的服务端代码-this is a chat program which includes the client code in java and server code in c#,and they communicate by socket
  3. 所属分类:android

    • 发布日期:2017-11-12
    • 文件大小:158820
    • 提供者:calabi
  1. Android-phone-camera

    1下载:
  2. 在手机客户端(Android)通过实现Camera.PreviewCallback接口,在其onPreviewFrame重载函数里面获取摄像头当前图像数据,然后通过Socket将图像数据和相关的用户名、命令等数据传输到服务器程序中。-Mobile client (Android) implement the Camera.PreviewCallback interface in onPreviewFrame overloaded functions inside access to the ca
  3. 所属分类:android

    • 发布日期:2015-06-24
    • 文件大小:84992
    • 提供者:cc
« 1 2 3 45 6 »
搜珍网 www.dssz.com