CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 android开发 搜索资源 - 客户端和服务端

搜索资源列表

  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. android

    0下载:
  2. android客户端和服务端源代码,mysql数据库。-android client and server source code, mysql database.
  3. 所属分类:android

    • 发布日期:2017-03-23
    • 文件大小:798818
    • 提供者:李强
  1. socket-between-android

    0下载:
  2. 正在学习关于socket的内容,发现网上很少有客户端和服务端都是android的例子,就自己写了一个-Learning about the contents of the socket and founding that There is very few example whose both client and server are the android, I write it myself
  3. 所属分类:android

    • 发布日期:2017-03-25
    • 文件大小:90775
    • 提供者:张伯轩
  1. poker-online-game

    0下载:
  2. 源码名称:网络游戏开发-扑克网络对战游戏。 包括android客户端和服务端源码; 主要技术包括:牌类游戏的开发技巧、2D贴图技术、联网对战开发。-Source: the development of online games- poker online play game. Android client and server source code The main technologies include: the development of skills of the
  3. 所属分类:android

    • 发布日期:2017-05-19
    • 文件大小:6108587
    • 提供者:时r
  1. socket

    0下载:
  2. Android编写的聊天软件,用于简单的用户之间的交流。有客户端和服务端组成。-Android chat software written for the simple communication between users. A client and server components.
  3. 所属分类:android

    • 发布日期:2017-03-26
    • 文件大小:23928
    • 提供者:suntao
  1. AIDL_example

    0下载:
  2. android上调用AIDL的例子,包含客户端和服务端,一个例子就可以掌握android下aidl的原理了。aidlclien和aidlserver-android to call AIDL examples, including client and server, an example you can master the principle of the android under aidl.
  3. 所属分类:android

    • 发布日期:2017-03-28
    • 文件大小:62521
    • 提供者:feng
  1. diancaibishe

    0下载:
  2. Android点菜 毕设,包括客户端和服务端-Android order complete set,ncluding client and server
  3. 所属分类:android

    • 发布日期:2015-04-19
    • 文件大小:2909184
    • 提供者:侯影
  1. android手机 客户端和服务端源代码

    1下载:
  2. android手机 客户端和服务端源代码,mysql数据库,强大的实现功能,比较不错的代码,我收藏了-android mobile phone client and server source code, mysql database, a powerful realization of functions, more good code, I collection
  3. 所属分类:android开发

    • 发布日期:2013-06-09
    • 文件大小:799399
    • 提供者:陈功
  1. gfda

    0下载:
  2. 安卓平台上的高仿手机QQ客户端和服务端的小程序-Android high imitation mobile phone QQ8 client server
  3. 所属分类:android

    • 发布日期:2017-05-13
    • 文件大小:3393195
    • 提供者:zhenggaozhi
  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. android-cilent-and-server-demo

    0下载:
  2. 一个android客户端和服务端四种通信方式的源码。-android cilent and server demo.
  3. 所属分类:android

    • 发布日期:2017-11-06
    • 文件大小:246493
    • 提供者:叶平
  1. remotedroid

    0下载:
  2. android开源项目remotedroid的客户端和服务端源代码,值得深入研究-android open source project client and server remotedroid in source code, worthy of further study
  3. 所属分类:android

    • 发布日期:2017-11-16
    • 文件大小:1817700
    • 提供者:zn
  1. AmrEncoderAndPlayerDemo

    1下载:
  2. android 音频流的实时传输与播放,包含客户端和服务端,这是一个音频流实时传输的参考例子。-Android audio stream real-time transmission and broadcast, including client and server, this is a reference example of audio stream real-time transmission.
  3. 所属分类:android

    • 发布日期:2017-04-01
    • 文件大小:85286
    • 提供者:linjinping
  1. SocketAutoConnect

    0下载:
  2. 在Android4.0平台运行过的Socket连接的客户端和服务端,解决之后将两个工程导入之后直接运行即可-Android4.0 platform that ran in the Socket connection client and server, resolved after the introduction of the two projects can be run directly
  3. 所属分类:android

    • 发布日期:2017-04-06
    • 文件大小:119836
    • 提供者:rouge
  1. ClientAndServerLoginDEMO

    0下载:
  2. Android下一个客户端和服务端登录的例子,内有客户端和服务端,很好的一个小例子,可以拿来参考和学习-Android developers a simple login DEMO, the client and service side, a good example of a small, can be used to reference and learning
  3. 所属分类:android

    • 发布日期:2017-04-16
    • 文件大小:67806
    • 提供者:姜泰平
  1. android-socket

    0下载:
  2. android socket网络通信编程实例,TCP/IP Socket、ServerSocket的形式。在JAVA编程中, 经常使用java.net和javax.net包来开发socket程序,下面列出所有常用的类,并简单介绍。再此说明一下:Socket仅仅是对TCP、UDP网络接口的封装,不涉及上层协议。   Java.net   Java.net.Socket 客户端连接使用的TCP socket   Java.net.DatagramSocket 客户端和服务端共同使用
  3. 所属分类:android

    • 发布日期:2017-04-02
    • 文件大小:52528
    • 提供者:rpudn93
  1. UDPDemo

    0下载:
  2. UDP的简单实现 客户端和服务端都有可以参考一下-UDP to achieve a simple client and server have reference
  3. 所属分类:android

    • 发布日期:2017-04-24
    • 文件大小:9581
    • 提供者:逍遥
  1. WIFICommunication_server

    0下载:
  2. 一款WIFI下客户端和服务端互相通信的Demo(两端都是手机) 首先将手机连接wifi,打开本程序,会自动创建服务,等待客户端连接-Under a WIFI client and server communicate with each other Demo (both ends of the phone) First, connect your phone wifi, open this program, it will automatically create a service,
  3. 所属分类:android

    • 发布日期:2017-05-10
    • 文件大小:2203752
    • 提供者:mmxx
  1. exam_client

    0下载:
  2. 安卓简单的登陆注册 客户端和服务端的交互(Android simple login, registered client and server interaction)
  3. 所属分类:android开发

    • 发布日期:2017-12-25
    • 文件大小:277504
    • 提供者:兔子牙
  1. Android 手机联网对战 中国象棋 游戏源码

    1下载:
  2. Android 中国象棋游戏 可以网络对战,分为客户端和服务端,客户端为 Android 应用,服务端使用Java语言实现,数据库为MySQL,使用到了Socket和多线程技术。(An Android Chinese chess game which can be network to combat, divided into client and server, client is Android application, server uses Java language, database
  3. 所属分类:android开发

    • 发布日期:2018-05-01
    • 文件大小:8585216
    • 提供者:啊小小小
« 12 3 4 »
搜珍网 www.dssz.com