当前位置:
首页 资源下载
搜索资源 - java socket control
搜索资源列表
-
1下载:
JICQ是用JAVA语言编写的一个基于客户机/服务器(C/S)模式的局域短信实时通信工具系统,系统采用了Microsoft公司的SQL Server 2000作为后台数据库,系统通过JDBC访问数据库。系统分为服务器程序和客户程序两部分,服务器与客户间采用“传输控制协议”(TCP),通过套接字(Socket)连接,客户之间采用“用户数据报协议”(UDP),通过数据报套接字(DatagramSocket)建立连接。系统具有用户注册、用户登录、添加好友、删除好友、发送和接收消息等功能。-JICQ J
-
-
0下载:
The JICQ is the bureau area which JAVA writes according to \"Customer s Machine/Server\"(C/S) mode message solid hour correspond by letter tool system, the system adopted the SQL Server2000 of Microsoft company as a backstage database, the system pas
-
-
0下载:
UDP实现可靠数据传输。使用GBN算法,实现了:1.随即丢包(随机数产生器Math.random()) 2.丢包后遇冗余ack重传 3.超时重传 (DatagramSocket和Socket都有成员函数setSoTimeout(delay),通过捕获超时时抛出的IO异常来实现超时重传)-Reliable UDP data transfer. GBN algorithm used to realize: 1. Then packet loss (random number generator Ma
-
-
0下载:
一、Java概况介绍
二、基本数据类型,控制语句
三、Java中的类,方法,属性
四、封装,继承,多态
五、修饰符,一些简单的设计模式
六、接口,抽象类,类的类型,异常
七、集合
八、java中的图形界面
九、多线程及线程间通信
十、I/o流,网路知识,及socket编程。 -One, Java sheets Second, the basic data types, control statements III, Java classes, methods,
-
-
0下载:
Socket套接字—Java套接字编程
基础知识—Java的网络功能与编程
网络协议—Java网络编程之传输控制协议
相关API—Java Transaction API概述
-Socket socket-Java socket programming basics-Java' s network capabilities and programming of network protocols-Java network programming related to the
-
-
0下载:
JAVA传输控制协议
Http客户端程序已集成在Java语言中,可以通过URLConnection类调用。遗憾的是,由于SUN没有公布Http客户程序的源码,它实现的细节仍是一个谜。本文根据HTTP协议规范,用Java.net.Socket类实现一个HTTP协议客户端程序。-JAVA Transmission Control Protocol Http client program has been integrated into the Java language, you can cal
-
-
1下载:
实现一个简单远程监控软件,采用Windows Socket(或Java Socket)编程。采用C/S架构。(1)能够远程监控一台主机,显示主机屏幕内容,能远程关机(2)能远程下载或上传文件(3)能远程执行一些DOS命令(4)能远程运行一些可执行命令。
-Implement a simple remote control software, using Windows Socket (or Java Socket) programming. By C/S architecture. (1)
-
-
0下载:
# remotecontrolserver.(Remote Control - Java) - /***** remote control server source code of the role and his ...
# Delphiremotecontrols(Remote Control - Delphi) - remote control samples, Delphi7 compile, including switching ...
# delphiremotecont
-
-
0下载:
第1章至第4章详细介绍面向对象技术和Java类的高级特性;第5章介绍数组,主要
涉及数组的创建和使用;第6章介绍图形用户界面和事件处理;第7章讲述高级I/O处理技术;第8章
主要介绍多线程技术,包括线程的两种创建方法、线程的基本控制、线程的同步和线程的交互;第9章以
网络聊天室为例,以JBuilder9.0为开发环境,详细介绍图形用户界面设计、事件处理方法、Socket编程
技术和多线程编程技术;第10章以员工管理系统为例,详细讲述如何使用JDBC访问数据库-Chapter 1
-
-
0下载:
Android手机控制电脑,用socket实现,两段代码都是用java开发-Control the computer Android phone socket implementation, two pieces of code are developed using java
-
-
0下载:
java开发的socket软件,目前仅实现了读取客户端的资源管理器,静待更新-java development of remote control software, only achieve Explorer reads the client s wait for the update ...
-
-
0下载:
通过java socket实现的远程控制,界面由java swing制作,适合初学者学习,本代码纯属手工原创,如有雷同,那也正常。-Remote control via java socket to achieve, the interface by Java Swing production, suitable for beginners to learn, this code is purely manual original, if identical, that is normal.
-
-
0下载:
一个针对智能车做的java上位机,通过socket通信实现与智能车的通信,可以传输视频监控图像,也可以通过上位机的按键控制智能车的前进,后退,左转和右转-A java client for the smart car, through the socket communication to achieve communication with the smart car, you can transfer video surveillance images, but also through t
-
-
0下载:
java写的移动触控移动端,需要配合PC端的SOCKET接收控制才能正常使用-write java mobile touch moving end and in line with the PC side SOCKET reception control to work properly
-