当前位置:
首页
资源下载

搜索资源 - android socket wifi
搜索资源列表
-
0下载:
Android的网络编程:
概述:手机网络分为语音网络和数据网络,语音网络是GSM网
语音网络——移动通信网
数据网络——3G广域网,GPRS网
连接数据网络的多种形式:Socket,HTTP,蓝牙,wifi
现在主流是WCDMA-Android' s network programming: Overview: Mobile phone network is divided into voice and data networks, voice network
-
-
0下载:
android的wifi网络操作实例代码-android wifi network operation code examples
-
-
0下载:
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.
-
-
0下载:
手机android远程控制电脑,此为手机端,是个WIFI TCP SOCKET连接教程-android pda remote ctrcol pc
-
-
1下载:
android系统的wifi网络操作,并建立局域网socket通信。-android system wifi network operations, and the establishment of a local area network socket communication.
-
-
0下载:
android在wifi下手机与电脑的socket通信,代码很有实用价值-android wifi phone and computer socket communication, the code is very practical value
-
-
0下载:
android socket控制pc端ppt(wifi)-android socket connection
-
-
0下载:
android在wifi下手机与电脑的socket通信.doc-android wifi next phone and computer socket communication. doc
-
-
0下载:
android 模拟器中的Socket通信,实现了基本的服务器,客户端设置-Socket Communications android simulator to achieve the basic server, the client set-Socket Communications android simulator to achieve the basic server, the client set
-
-
0下载:
android在wifi下手机与电脑的socket通信,内附电脑端的VC++程序源码,需要在VC6环境下编译并生成EXE文件,方可运行,同时还包括了本实例实现过程的技术文档。在wifi网络下,手机和电脑可以通过socket通信。手机做服务端,电脑做客户端,也可以对调过来。
手机作为服务端,电脑使用MFC编程作为客户端,原理是,手机建立一个ServerSocket,并获取自己的ip地址和端口port;然后电脑通过socket连接手机的ip:port。-android wifi phone
-
-
0下载:
android在wifi下手机与电脑的socket通信-communication between phone with computer under wifi environment on android platform
-
-
0下载:
用手机进行通信,能用wifi进行数据采集,用android的socket编程-Can use wi-fi for use mobile phones to communicate with wifi, collect data of socket programming acquisition with android
-
-
1下载:
android实时语音采集 视频采集 播放-package com.example.android
import java.io.ByteArrayInputStream
import java.io.ByteArrayOutputStream
import java.io.FileOutputStream
import java.io.IOException
import java.io.InputStream
import java.i
-
-
0下载:
[Android] 手機資料傳到電腦(WiFi)
如何將手機資料經由WIFI傳到電腦呢?
我們可以利用ServerSocket(Server端)和socket(Client端)來實作一個例子,
從手機裡選一張照片傳送到電腦,
這裡有一點要注意,Server和client需在同一個網址。-[Android] phone data to a computer (WiFi) information on how the phone to a computer via WIFI it?
-
-
0下载:
android在wifi下手机与电脑的socket通信,应用程序编程源码,很好的参考资料。-Socket communication under WiFi Android mobile phone and computer, application programming source code, a good reference.
-
-
0下载:
android在wifi下手机与电脑的socket通信-android phone and computer communications under the socket in wifi
-
-
0下载:
在局域网下通过WIFI手机和电脑用SOCKET通信,可接收可发送。-In the local area net through WIFI using SOCKET communication, cell phones and computers can receive can send.
-
-
0下载:
在网上找了很久Android上wifi的TCP通信,很多例子方法都不对,容易死,后来找到一篇非阻塞式的,然后将之做成了个Demo,大家要做这一块的请参考本例子,真正实用。-Wifi Internet looking for a long time on the Android TCP communication, many examples of methods are not right, easy to die, then find an non-blocking, and then it
-
-
0下载:
android在wifi下手机与电脑的socket通信-Under the socket communication android phone and computer in wifi
-
-
0下载:
这是Android中自带的一个应用程序,在手机的Settings中,它可以让用户手动打开或关闭Wi-Fi功能。当用户打开Wi-Fi功能后,它会自动搜索周围的无线网络,并以列表的形式显示,供用户选择,默认会连接用户上一次成功连接的无线网络。(This is an Android comes with an application, in the phone's Settings, it allows users to manually turn on or off Wi-Fi function.
-