搜索资源列表
IOConcealData_A
- 使用流类隐藏数据(使用流类将我们的数据隐藏到BMP图形文件中,在需要时读取,别人看到的只是一幅普通的图片,而我们则在其中隐藏了自己的数据。)-use of hidden data stream category (category will be streaming the data we have to hide BMP graphics files. when required to read, others see only a general picture, in which we w
ChatSystem.rar
- JAVA网络聊天室.运用网络编程、文件操作、数据流处理以及多线程等基础技术编写一个网络聊天室. ,JAVA Web chat rooms. The use of network programming, file operations, data stream processing, as well as multi-threading technology and other infrastructure to prepare a network of chat rooms.
WenJian
- 基于JAVA的数据流操作,对文件进行写入、读出操作。-JAVA-based data stream operations, the file is written, read out operation.
clustream
- Clustream是一种基于用户指定的、联机聚类查询的演变数据流聚类算法。它的聚类过程分联机和脱机两个部分。 -Clustream is based on user-specified, the evolution of online data stream clustering query clustering algorithm. It' s online and offline clustering process comprises two parts.
des_java
- 一个DES的加密解密算法完整实现 包括S盒等重要实现,另外此程序还实现了文件数据流的加密解密 DESAlgorithm.java DesHelper.java DESStream.java // des算法初始置换表ip public static final int[] IP = { 58, 50, 42, 34, 26, 18, 10, 2, 60, 52, 44, 36, 28, 20, 12, 4, 62, 54, 46, 38, 30, 22, 14,
Proficient_JAVA_IO
- Java语言的输入输出功能是十分强大而灵活的,美中不足的是看上去输入输出的代码并不是很简洁,因为你往往需要包装许多不同的对象。在Java类库中,IO部分的内容是很庞大的,因为它涉及的领域很广泛:标准输入输出,文件的操作,网络上的数据流,字符串流,对象流,zip文件流....本文的目的是为大家做一个简要的介绍。-Java language input and output functions are very powerful and flexible, fly in the ointment i
data-stream
- java数据流应用相关技术及技巧,对数据流的各种处理方法-java data stream applications related technologies and techniques, data stream processing methods
chardet
- 网页编码自动检测,能准确无误的确定网页数据流的编码。-Page encoding auto-detection, to determine the accuracy of the data stream web page coding.
BakMysql
- 用数据流将mysql数据库备份至文档,并能从文档恢复-Mysql database with the backup data stream to the document, and document recovery from
a1
- ObjectInputStream:对象输入数据流(将对像反序列化)-ObjectInputStream: Object input data stream (as will be deserialized)
StudentData
- /*学生类包括姓名、院系、年龄和平均成绩。要求编程实现: 输入两个学生的信息; 用数据流存入文件; 读取并显示该文件中的数据。*/-/* Class, including the names of students, faculty, age and grade point average. Requires programming: two students entered information with the data stream into the file re
strest-server-master
- Strest-Server是一个高度可扩展的STREST和HTTP服务器。拥有飞快的速度。易于创建数据流。支持异步。控制器能够自动支持HTTP 和STREST。支持WebSockets。-Strest-Server is a highly scalable STREST HTTP server. Has a fast speed. Easy to create a data stream. Support asynchronous. Controller can automatically su
stream-and-file
- 基于java的数据流和文件编程,包含多个文件,用JCreator LE进行编写-Java-based data streams and files programming that contains multiple files, write JCreator LE
java
- 学习java编程很好的材料,介绍了java中类的数据流,缓存读写,输入数据流的读取,输出数据流和Class ServerSocket等,并介绍他们的使用方法。-Good material to learn java programming, the java classes in the data stream, the cache read and write, to read the input data stream, the output data stream and the Clas
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
h264
- 一硬编码模式提取h264数据流并可通过udp发送。。其中对头部的手机硬件参数设置部分请自己根据自己的手机设置修改-A hard-coded pattern extraction h264 data stream can be sent via udp. . In which the head of the phone hardware parameter setting your own phone settings to modify according to their own
warehouse
- 掌握使用I/O流进行数据读写的方法。假设有一家商店,需要一个存货目录 来记录每种工具的名称、数量、价格。工具的初始信息存放在hardware.dat 文件中。GUI界面包括一个面板和两个按钮。按下“显示”按钮,面板以表格形式显示工具信息。可以在卖货或进货(该商店可能买入新品种工具)后,在GUI界面上对工具信息进行更新,按下“提交”按钮,更新后的信息保存到文件中。 -Master the use of I/O reads and writes data stream approach. S
Java-data-streams1001
- Java数据流,文件数据流(源文件+课ppt), 包括FileImputStream和FileOutputStream, 用来进行文件的I/O处理,其数据源都应当是文件 对本机上的文件进行操作,但是它们不支持方法mark()和reset() 在构造文件数据流时,可以直接给出文件名 -Java data streams, file data stream (source file+ lesson ppt), including FileImputStream and Fi
HandshakeIODataStream
- Handshake I O Data Stream Source Code for Andriod.
studentManager2
- java版的学生管理系统,包含添加,查询,删除,修改 功能。写这个系统的目的是为了熟练数据流的使用。-java version of the student management system, including add, query, delete, modify functions. The purpose of this system is written to skillfully use the data stream.