搜索资源列表
MyControlComputer(java)
- 通过Android手机去关闭电脑,适用windows系统。之前发了一个电脑端用java写的,在网上自学后用C语言写了这个电脑服务器端。注意,这个app对应这个客户端,之前发的不能通用。 在学习的过程中发现,关于C语言与java通过socket通信这方面比较少入门级的简单易懂的例子,在C的cpp里面写了一下一些学到的东西,不足之处望指导。java实现socket比较简单,就不写了。 -Android phone to turn off the computer, for windows sys
communication-of-Android-and-CPP
- C++编写的服务器端跟android上编写的手机客户端进行socket通信,传动多种数据。用VC6.0直接打开C++ Server,用eclipse直接打开android socketTest。注意修改一下安卓代码中的IP地址。-This demo provid a way to solve the problem of the communication of Android and C++ with socket
cPP-socket(tcp)
- TCPIP通讯,含有一个客户端和服务器端,C++,以通过VC6.0编译-TCPIP communications, containing a client and server side, C++, VC6.0 compiler through
CSharp_Android-Socket-yu
- c#与android的Socket通信,服务器是c#,android是客户端-C# and Socket Android communication, the server is Android, c# is the client
TestSockets
- 主要是介绍C# socket通信 用异步非阻塞方式,建立服务器和客户端,在程序中使用了委托,事件,回调函数来实现程序(This paper mainly introduces the asynchronous non blocking mode of C# socket communication, establishes the server and client, and uses the delegate, event and callback function in the progra