当前位置:
首页 资源下载
搜索资源 - code source socket in java
搜索资源列表
-
0下载:
WEB服务器实现原理源代码,Java socket编程绝对实用,IntelliJ工程 ,近乎于完美的程度,欢迎大家下载,记住xuezheng21cn-Principle Web server source code, Java programming socket absolutely practical, IntelliJ, almost in a perfect degree, all are welcome to download, remember xuezheng21cn
-
-
2下载:
GPRS DTU数据中心 源代码,实际cdma的也可以用
DTU接受程序使用Java编写,其中,…\WSNserver\src 为源文件,…\WSNserver\bin 为可执行程序。该文件夹下project文件可用eclipse for java 直接打开编译。编译是需要注意的是将java-mysql的类库放置在C:\Program Files\Java\jre6\lib\ext路径下。本程序只用到这一个Java外部类库。
在源文件中,DataReceiver.java 为主程序类,通
-
-
0下载:
用java写的聊天室源码,含有客户端和服务器端的jar文件。运用到多线程和socket技术-With java source code written in the chat room, which contains client and server-side jar file. Applied to multi-threaded and socket technology
-
-
0下载:
java教程中的一段源码,其功能是,用socket建立通讯实例客户端。-java tutorial in the section of source code and its function is, and set up communication socket client example.
-
-
0下载:
java教程中的一段源码,其功能是,用socket建立通讯实例服务器端。-java tutorial in the section of source code and its function is to use socket communication set up server-side examples.
-
-
0下载:
在netbeans上开发的java chatroom,分为服务器端和客户端,使用了java socket编程,里面包含了项目和源代码、设计文档(英语)。-The netbeans developed on java chatroom, is divided into server-side and client-side, using java socket programming, which includes the project and source code, design docum
-
-
0下载:
服务端socket,通过监听某一端口实现多线程通信的socket源代码-Server socket, through the listening port to achieve a multi-threaded communication socket source code
-
-
0下载:
java编写的简陋版QQ源码 可以聊天查看在线好友-java source code written in simple version of QQ to chat with online friends, etc. See
-
-
0下载:
java中的socket编程实例源代码,实现简单的客户端socket与服务端socket的连接功能-java socket programming examples in the source code for simple client socket and server socket connectivity
-
-
0下载:
自己写的Java socket的源码。对学习socket有很大帮助-Their own source code written in Java socket.
-
-
0下载:
Java Socket编程的几个示范性例子,包括远程服务器端和客户端的源码,详细展示了Socket编程的流程,供初学者参考。-Java Socket programming model of a few examples, including the remote server and client source code, Socket programming shows in detail the process, reference for beginners.
-
-
0下载:
Java中的SSL及HTTPS协议实例源码,使用SSL套接字的HTTPS服务器端,接受客户端的一个连接,并返回Hello,world.
本例中使用8080端口创建SSL服务器套接字,返回缺省的SocketFactory对象,生成PrintWriter对象,用于输出信息。-Java SSL and HTTPS protocol source code examples, using SSL socket HTTPS server, the client accepted a connec
-
-
0下载:
应用套接字在java平台上编写的一个聊天程序,有分别有客户端和服务器端的源码-Application socket to write a chat program in java platform, respectively, the source code of the client and server-side
-
-
0下载:
Source code for a chat between 2 computers using socket in Java.
-
-
0下载:
精通Java网络编程,包含输入输出流 服务器 套接字 以及Java线程机制等源代码-Proficient in Java network programming, including input and output stream server socket and threading mechanism of Java source code
-
-
0下载:
java聊天程序源代码 简单的聊天程序,主要用到的是Socket,线程以及流-java chat program source code for a simple chat program, mainly used in the Socket, thread and streaming
-
-
0下载:
通过学习socket套接字原来,采用java语言来实现P2P中的基本网络编程。仅供大家参考学习。-This source code applies the JAVA to realize the basic network program in the P2P networks by using the socket theory.
-
-
0下载:
摘要:Java源码,网络相关,聊天程序
一个Java聊天程序服务端和客户端程序,C/S结构,ChatServer 类实现了一个聊天室服务器端, 此类有一个构造器, 在构造器中使用newServerSocket()建立一个Socket 连接。RunServer()方法中运行聊天服务,通过Socket 类的getInetAddress().getHostName() 方法获得主机名, 建立新的ChatHandler 对象实例, 在synchronized (clients)中取得与客户端的同步。
-
-
0下载:
基于java的多客户端通信小程序源码,典型的 C/S 架构,有界面。主要分为两部分,服务器端和客户端。使用 TCP/IP 协议通过 Socket 进行通信。 服务器端主要完成登录验证和消息收发的功能。启动服务器后提供一个网 络端口,等待客户端发出请求,登录到此服务端,然后进行网络通讯和消息的 转发。要实现多客户端之间的通信,则必须构建多线程机制。
客户端主要完成登录验证和消息收发和显示功能,客户端可通过服务器端 的 IP 地址发送连接请求,然后登陆聊天室。成员列表栏中会显示在线的所有 人名
-
-
0下载:
手机摄像头图像源码是一套PC端动态演示手机摄像头图像的源码,在电脑上先运行服务端,手机需要和电脑在一个网络中,打开安卓端以后会要求配置一个ip地址,把PC的IP地址填入手机,点击登录以后服务端控制台会循环打印连接成功,并且弹出一个窗口用来演示手机传过来的图像每秒可以显示20-30帧图像。可以截屏图片并保存为本地文件,本项目包括java服务端源码和安卓客户端源码通过Socket进行通信。-Cell phone camera image source is a PC dynamic demonstr
-