搜索资源列表
200608171542009938
- 流 的目的在于屏蔽IO操作的复杂性,java用一些类来封装对IO设备的操作,但是最终设计的类却非常的多,完全背离了设计的初衷,其实,简单和复杂本身就是一对矛盾,大家多做实验就会逐渐的适应,而且会感觉到java的流庞大但不复杂。 我举一个通俗的例子:我们的包裹要送到异地,如果很大,就需要分割后打成大小相同包(集装箱)运输到异地,这很想流的作用。 这个就是一些流操作的例子-flow aimed at shielding IO complicated operations,
ShippingManager
- 运输模块代码,很好用的,功能很全的包括查找运输单等功能-transport module code, easy to use, very functional whole, including identifying the functions of the transport alone
Etong
- 这是成都通源的代码,包括公交查询和电子地图-This is the source code links, including public transport inquiries, and electronic maps
transport
- 基于Java的物流管理系统的开发与应用,应用到数据库
busline
- 基于android的公交查询源码,主要有站点查询、线路查询、换乘查询-Android-based public transport query source, the main site inquiries, line check, transfer inquiry
socket
- 基于Socket的即时通信系统针,对client/server(客户端/服务器)模式的应用以及实现某些特殊的协议的应用,它的通讯过程是基于TCP/IP协议中传输层接口Socket实现的-Real-time communication system based on Socket pin, on the client/server (client/server) mode of application of the agreement and the achievement of certain
java
- 编写一个Java程序,设计一个运输工具类Transport,包含的成员属性有:速度pace、载重量load;汽车类Vehicle是Transport的子类,其中包含的属性有:车轮的个数wheels和车重weight;飞机Airplane类是Transport的子类其中包含的属性有:机型enginertype和发动机数量enginers。每个类都有相关所有数据的输出方法。-Write a Java program, designing a means of transport category T
lei
- 编写一个Java程序,设计一个运输工具类Transport,包含的成员属性有:速度pace、载重量load;汽车类Vehicle是Transport的子类,其中包含的属性有:车轮的个数wheels和车重weight;飞机Airplane类是Transport的子类其中包含的属性有:机型enginertype和发动机数量enginers。每个类都有相关所有数据的输出方法。-Write a Java program, the design of a transport type Transport,
Server.java
- 不可靠传输协议,可靠用户数据报协议(RUDP)是一种基于可靠数据协议 (RDP: RFC908 和 1151 (第二版 )) 的简单分组传输协议。作为一个可靠传输协议, RUDP 用于传输 IP 网络间的电话信号。 -Unreliable transport protocol, reliable User Datagram Protocol (RUDP) is based on reliable data protocol (RDP: RFC908 and 1151 (second edit
a
- Traffic Circle交通系统的仿真程序-Traffic Circle transport system simulation program
traval
- 一个简单的用JAVA实现的交通工具的红绿灯的源代码-A simple means of transport used JAVA implementation of the traffic light' s source code
computertime
- 用java编写的一个接口类,用于学习接口的作用和如何编写。该接口演示了使用不同交通工具到达同一地点所需要的时间。-Prepared with a java interface class interface for learning the role and how to prepare. The interface demonstrated the use of different transport modes to reach the same place by the time requ
Bus_Search
- 公交查询系统,功能是查询公交路线,得到公交车号与公交车的运行时间。-Public inquiry system, the functions of public inquiries line, get public transport buses kept running with the time.
JAMOD
- jamod is an object oriented implementation of the Modbus protocol, realized 100 in Java. It allows to quickly realize master and slave applications in various transport flavors (IP and serial). -jamod is an object oriented implementation of the Modbu
experiencetwo
- 请设计一个通用程序,用来计算每一种交通工具行使1000公里所需的时间。已知每种交通工具的速度都是3个整数A、B、C的表达式。现有3种工具:Car 、Plane和Ship,其中Car 的速度运算公式为:A*B/C,Plane 的速度运算公式为:A+B+C,Ship的计算公式为A-B-C。-Please design a common procedure used to calculate the exercise of each type of transport time required fo
java
- 获得网络信息和资源例如IP,端口,传输协议,连接网址等-Access to network information and resources such as IP, port, transport protocol, connection URL, such as
mpeg2transports
- 基于java实现的mpeg2 传输 解析 demux mux 等功能 -Java based on the realization of the mpeg2 transport demux mux analytic functions
javafr_OPTIMISATION-ENTIERE-DANS-RESEAU-TRANSPORT
- transport problem in java
transport
- 基于java io流的运输部门行包托运业务-Based on java io stream transport sector Parcel shipping business
Transport
- This interface defines a "transport", which is defined here as being one layer below the specific wire protocols such as POP3, IMAP, or SMTP.