搜索资源列表
C源码一个原始套接字的实例
- C源码一个原始套接字的实例,很详细-an original C source socket example, in great detail
socket-code 多线程Socket编程的例子
- 一个多线程Socket编程的例子,不用多说了吧?读通之后你会发现比你看10本书还强。实际应用-one example zbout socket
java
- mina 开发的例子。实现网络通讯的开发。包括socket。http等通讯协议。-mina development example. Network communication development. Including the socket. http and other protocols.
socket
- 关于SOCKET的单用户,以及多用户多线程问题,java,是老师给的范例-About SOCKET single-user, as well as multi-user multi-threaded issues, java, is a teacher gave an example of
Socket
- 一个简单的java Socket通讯实例,实现简单通讯功能-A simple example of java Socket Communications, the realization of a simple communication
PHP_SOCKET_SERVER_CLIENT
- PHP SOCKET 服务端与客户端实现的简单示例-PHP SOCKET server and client to achieve a simple example
javasocketHttpServer
- java中用socket编写HttpServer的例子-java using socket example of the preparation of HttpServer
phpsocketServer
- php 開socket 範例 php 開socket 範例-php open socket example
socket
- 一个JAVA的SOCKET例子,经过测试,很好用,对JAVA学习比较有帮助-SOCKET example of a JAVA, tested and very good use of JAVA Learn more help
Socket
- Socket example using java.
FlashSocket
- 一个类似坦克游戏的demo程序 使用Direction类来进行方向控制 使用Dot类来计算距离 用上Direction类和Dot类之后,这个demo程序变得异常简单额。。 也没什么好说,主要透过这个例子,让大家类熟悉Direction类和Dot类的使用方法 不懂的可以在后面跟帖提问,高手如果看到什么有错误的地方,请指正出来,多谢指教 -A similar tank game demo program using the Direction class to carry o
java socket 编程
- 本例包含服务器端和客户端,多线程,每线程多次发送,Eclipse工程,启动服务器使用 nu.javafaq.server.NioServer,启动客户端使用 nu.javafaq.client.Nio-This example contains the server side and client, multi-threaded, each thread repeatedly sent, Eclipse project, start the server using the nu.javafaq
src
- java nio socket 源码是java nio 编程的例子,简单易学-java nio socket programming java nio source is an example, is easy to learn
NetBeansProjects
- netbeans SOCKET的简单例子,代码很简单,也很垃圾-netbeans SOCKET simple example, the code is very simple, and very rubbish
SOCKET-agenda
- Example of socket use in java. An address book was implemented.
Socket
- java socket 简单例子,最简易的SOCKET编程例子-java socket simple example
src
- Java 简单界面socket本机聊天案例-a simple java socket example
Socket
- 本例子是一个演示Android简单Socket聊天室的例子源码,只可以安卓发消息PC客户接收,不能反方向发送消息,消息会由PC端转发给所有在线的安卓客户端,接着客户端(包括自己)都会收到某个客户端输入的信息。-This example is a simple demonstration of Android Socket chat room source code examples, can only Andrews PC client receives a message, not in th
bizsocket-master
- socket编程,简单的实现,tcp、udp例子,可以参考(Socket code socket programming, simple implementation, TCP, UDP example, you can refer to)
RMIgui
- This is a very simple java rmi example. It has an interface, the implementation class, the server and then the client. Make sure that you run the server first and then run the client.