搜索资源列表
java_network_code_examples
- 简单清晰具有启发性的实例。 Net1和Client1类实现了TCP的简单应用。 Udp和Udpwatch类实现了UDP的简单应用。 Chater是一个聊天小工具,综合运用了TCP,UDP,IO,GUI,Thread等技术。对初学者很有启发性。-clear and simple instructive examples. Net1 and Client1 category achieved a simple TCP application. Udp Udpwatch category
200608171542009938
- 流 的目的在于屏蔽IO操作的复杂性,java用一些类来封装对IO设备的操作,但是最终设计的类却非常的多,完全背离了设计的初衷,其实,简单和复杂本身就是一对矛盾,大家多做实验就会逐渐的适应,而且会感觉到java的流庞大但不复杂。 我举一个通俗的例子:我们的包裹要送到异地,如果很大,就需要分割后打成大小相同包(集装箱)运输到异地,这很想流的作用。 这个就是一些流操作的例子-flow aimed at shielding IO complicated operations,
udp-reliable-data-transmission
- 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
JavaPXML-RSS
- 一、使用说明 程序入口命令 cd F:\java\2003012142 set classpath=classes javac -d classes src/RssParser.java java RssParser 操作 互动部分在左侧的树 左键选择---状态栏显示RSS的URL 右键弹出---该对象的方法 二、功能 简单快速查看网上的RSS资源,支持RSS2.0版本。 可以添加、删除RSS,可
TestIO
- 用java + MyEclipse 7.0做的简单的IO小程序-Java+ MyEclipse 7.0 used to do a simple applet IO
rw
- java 对文本文件的读和写。简单实用,详细介绍了io类操作文本文件-java text files to read and write. Simple and Practical
Split
- 简单的文件分割器,在学习IO流的时候做的简单的程序,初学者参考-Simple file splitter, the time in learning to do IO stream simple procedure reference for beginners
Proficient_JAVA_IO
- Java语言的输入输出功能是十分强大而灵活的,美中不足的是看上去输入输出的代码并不是很简洁,因为你往往需要包装许多不同的对象。在Java类库中,IO部分的内容是很庞大的,因为它涉及的领域很广泛:标准输入输出,文件的操作,网络上的数据流,字符串流,对象流,zip文件流....本文的目的是为大家做一个简要的介绍。-Java language input and output functions are very powerful and flexible, fly in the ointment i
shangchuan-xiazai
- 实现简单的.txt文件上传功能,应用commons-fileupload-1.0和commons-io-1.3.2框架包。-Implement simple. Txt file upload function, application commons-fileupload-1.0 and commons-io-1.3.2 framework package.
simplejava
- 简单的java程序,适合于初学者,没什么功能,简单介绍递归,初级IO-Simple java program, suitable for beginners
JavaSockets_knock
- A simple Client and Server base on Java Sockets. A beginners tutorial to understand how sockets work along with IO streams.
lotto
- 一个简单的公司年会抽奖系统,先把把本公司的人员信息加载,然后设置没次的抽奖人数,点击抽奖键按钮,进行、、主要运用java中的io流操作,多线程处理,随机数-A simple annual lottery system, the first of the company s personnel information load, and then set no times lottery number, click on the sweepstakes button, the main use o
IO2Project
- 简单的IO适合初学者,来MLDN李兴华的初级教程-Simple IO for beginners
Desktop
- 一个简单的上传下载功能!用到的是IO流!并且解决了下载乱码问题的!-A simple upload and download features! Used is IO stream! Download garbled problem and solve!
IOOperate
- MyEclipse 下的java project 工程,功能是:使用FileInputStream 和FileOutputStream 进行文件的读取,保存操作。(用java代码实现文件的复制保存功能)本程序简单易懂,入门IO必看。-MyEclipse java project engineering functions: use FileInputStream and FileOutputStream file read and save operations. Copy of the fil
Berkeley_DB_Java_Edition
- Berkeley DB Java Edition (JE)是一个完全用JAVA 写的,它适合于管理海量的,简单的 数据。 l 能够高效率的处理 1 到 1 百万条记录,制约 JE 数据库的往往是硬件系统,而不是 JE 本身。 多线程支持,JE 使用超时的方式来处理线程间的死琐问题。 Database 都采用简单的 key/value对应的形式。 事务支持。 允许创建二级库。这样我们就可以方便的使用一级 key,二级 key 来访问我们的数 据。 支
Anliku
- 简单的一个库的框架,包含菜单树以及io流的应用 可应用为:案例库,各种系统-Simple framework of a library, the application that contains the menu tree and IO stream can be applied: the case base, a variety of systems
source
- 简单的聊天程序,这个项目是为了让大家练多线程而多线程,其实在服务器端有更合适的方式,如异步IO模型-A simple chat program,This project is to let everyone practice multiple threads and multiple threads, actually has a more appropriate way in the server, such as asynchronous IO model
java-s-data-type-example
- 这是我自己编写的JAVA散列表的小程序,通过输入界面输入物品价格并通过输出流存到文件中,可以有助于您理解java的数据结构-this simple example was done by me,the GUI interface allows you to type into the data message and use stream to write into a file . in the viewing panel, you can check it. this example can
UDataOutputStream
- A trivial extension to java.io.DataInputStream to provide methods for writing unsigned 16- and 32-bit integers with simple mnemonics.