搜索资源列表
android的关于音频采集,传输,播放的源码
- android的关于音频采集,传输,播放的源码,先把采集的音频保存为录音文件,用Socket传输-android on the audio collection, transmission, broadcast source, first collection of audio saved as audio files, with the Socket Transport
android_socket_parcel
- Android环境下通过SOCKET传递Parcel包并解出数据的例子程序 在Android环境下,甲程序(C++程序)将数据封装在 Parcel 中,并把 Parcel 发送到SOCKET;乙程序(C++程序)通过SOCKET接收到Parcel包,并解出封装在其中数据。 附带所需的Android.mk文件,并说明如何编译运行。列出了程序的运行结果,最后对程序存在的一些问题做了分析,提出了解决的思路。-Android environment SOCKET pass through
socketdownload
- 实现android的文件socket下载的功能,实现android的文件socket下载的功能-alize Android file download breakpoint function, if the network problems occured, the next download can continue a download to continue the progress of the download
wenjian
- Android手机socket编写,能接受pc端发送来的文件和发送手机内的文件至pc端(需配合本人上传的另一pc端源码才能实现通信)-Android phone socket to write, to accept the file and send the phone to the pc sends the file to the pc side (in conjunction with another pc-side source code in order to achieve commu
Socket-breakpoint-upload-large-files
- Socket 断点上传大文件,包括服务器端,客服端代码 2013.3.5-Socket breakpoint upload large files, including server, the customer service side code
androidwifipcsocket
- android在wifi下手机与电脑的socket通信,内附电脑端的VC++程序源码,需要在VC6环境下编译并生成EXE文件,方可运行,同时还包括了本实例实现过程的技术文档。在wifi网络下,手机和电脑可以通过socket通信。手机做服务端,电脑做客户端,也可以对调过来。 手机作为服务端,电脑使用MFC编程作为客户端,原理是,手机建立一个ServerSocket,并获取自己的ip地址和端口port;然后电脑通过socket连接手机的ip:port。-android wifi phone
upload-file
- 利用android和socket来上传文件,完成图片和附加信息(标题,大小,类型)的上传。-failed to translate
FileUpload
- 基于socket通讯的文件续传源码,主要面向Android客户端,FileService.java获取每条线程已经下载的文件长度,当文件上传完成后,删除对应的上传记录;StreamTool.java主要用来读取读取文件流,返回上传文件字节数组,用Android上传文件不懂的就可参照这个示例一步步实现,有些代码可以共用。-Socket-based communication file resume source code, mainly for Android client, FileServic
FileUpload
- 基于socket通讯的文件续传!,应用程序编程源码,很好的参考资料。-Socket communication based on filename! , application programming source code, a good reference.
FileUpload
- 基于socket通讯的文件续传源码,主要面向Android客户端,FileService.java获取每条线程已经下载的文件长度,当文件上传完成后,删除对应的上传记录;StreamTool.java主要用来读取读取文件流,返回上传文件字节数组,用Android上传文件不懂的就可参照这个示例一步步实现,有些代码可以共用-Socket-based communication HTTP source files, mainly for Android client, FileService.java
SocketClient
- 安卓的socket通信客户端,用来实现大文件的断点续传,上传进度显示等功能-Andrews socket communications client that implements HTTP large file upload progress display functions
REMOTE
- 一个简单的远程控制(不算远控,只能算SOCKET编程吧),SDK..。代码没有优化,懒得调试。 只有远程信息查看,进程管理,文件管理 这个纯粹只是当时熟悉SOCKET的同步阻塞模型编-A simple remote control (not remote control, it can only be considered SOCKET programming), SDK ... Code is not optimized, too lazy to debug. Only telematics
Socket_File_Send
- socket文件传输收发文件,局域网tcp传输文件和视频-socket file transfer send and receive files, transfer files and videos LAN tcp
Camera_sxt
- 手机摄像头图像源码是一套PC端动态演示手机摄像头图像的源码,在电脑上先运行服务端,手机需要和电脑在一个网络中,打开安卓端以后会要求配置一个ip地址,把PC的IP地址填入手机,点击登录以后服务端控制台会循环打印连接成功,并且弹出一个窗口用来演示手机传过来的图像每秒可以显示20-30帧图像。可以截屏图片并保存为本地文件,本项目包括java服务端源码和安卓客户端源码通过Socket进行通信。-Cell phone camera image source is a PC dynamic demonstr
SocketClient
- 用java 写的socket客户端,还有一个socket写的服务端,在下一个文件上有上传-Using java to write the client socket, and a socket to write server-side, there is a file upload on the next
IM-master
- 简单的仿QQ聊天安卓APP源码。 该项目用JAVA的socket实现,包含客户端,服务器与数据库,如果想运行需要注意一下几点: 服务器更改配置文件dbcpconfig.properties 我已经将所需的依赖库也上传了,如果还缺少某些依赖库,需要你自己去下 注意客户端的端口号应与服务器的端口号一致。 客户端出现服务器异常时,请注意客户端的SERVER_IP,需要保证客户端ping通服务器。数据库使用的mysql。(Wechat,qq,and so on ifyou want to see it
SocketDemo-master
- 基于安卓的SOCKET通信源代码。通过WIFI传送文件与数据(SOCKET communication source code based on Android. Transferring files and data through WIFI)