搜索资源列表
20021014notepad
- 基于FRAME的一个写字板的例子,其中涉及到JTable, MDI, text file, array等知识,适用于初学JAVA的朋友参考-on a tablet example, which refers to J, MDI, text file, array of knowledge applicable to beginners friends reference JAVA
A_faculty_114293842002
- Hi, this program is for my Java assignment.. this is a simple program which make use of JTable, MDI, text file, array, etc... if you like this program, pls vote me :D Just compile and run the program. javac FacultyBookList_Main java FacultyBookList_M
File_to_A
- File to Array Converter in java
readfile
- 将文件"F:/ml-data_0/ua.base"按行读出,文件中数据的存放形式 *为用户号(user), 电影号(movie),rate(用户对电影的评分) 时间戳(timestampe). 将文件按行读出,并 将前三列数据解析出来,从文件读到二维数组UIarray[][]中。-read a file in Line from disk to a array
14191217571
- 全国计算机等级考试四合一过关训练二级Java第 1 章 公共基础知识 第 2 章 Java语言概述 第 3 章 简单数据类型 第 4 章 运算符和表达式 第 5 章 流程控制 第 6 章 类、数组和字符串操作 第 7 章 异常处理 第 8 章 输入输出及文件操作 第 9 章 线程与对象串行化 第 10 章 编写图形用户界面 第 11 章 Applet程序设计 第 12 章 J2SDK的下载和操作 第 13 章 Java应用 -NCRE clea
Jakarta_Commons_study
- 从Jakarta Commons CookBook中整理出来的非常有用的类和方法,以方便的方法解决了诸如数组操作、日期操作、字符串操作、数字操作、文件操作等常见的问题。这是在java web应用中常见的commons-*.jar包中的内容-The very useful class and method finishing out from Jakarta Commons CookBook, to facilitate the solution of such operations of ar
JavaScript-createarray
- 可以创建二维的数组,这个网站传文件很弱智,没有办法-You can create two-dimensional array, pass the file on this site are mentally handicapped, there is no way
javaconnection
- java通讯录课程设计,序使用了ObjectInPutStream和ObjectOutPutStream这两个文件输入输出流,利用这两个文件输入输出流,可以方便的直接将通讯记录对象直接写入文件中,另外为了方便添加和删除一条记录还使用了系统的对象数组类Arraylist。同时也方便了查找操作 -java address book curriculum design, sequence using ObjectInPutStream and ObjectOutPutStream input an
JavaFiletoArrayConverter
- Convert a File to an Array for example convert a gif file Picture.gif to a Java byte array Picture.gif.j that can be used by createImage method. -Convert a File to an Array for example convert a gif file Picture.gif to a Java byte array Picture.gi
HashFunction
- A simple hash function-The input of this hash function is a stream of binary data which is read from file. The data is encrypted by each 32bits. Each block first is initialized by doing XOR with the modified ciphertext and a random binary array, and
tokyocabinet-java-1.24.tar
- Tokyo cabinet C 库代码的Java绑定接口。 Tokyo cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表、b树和定长数据组织。-The Tokyo Cabinet C libaray s Java binding. Tokyo Cabinet is a library of routine
test
- 文本文件读写 将students.txt中数据全部读入内存数组; 可选步骤:对格式不统一的数据进行格式化处理; 将学生按照姓名排序,并将结果保存到文件ordered.txt中; 将班级的学生全部选出,保存到文件classname.txt中。-Text file read and write data in all the students.txt read into memory array Optional: on a unified data format is not f
clock
- 时钟代码提供了各种接口,可以在HTML文件中设置,变化出多姿多彩的时钟模型, 参数说明见代码内info数组 时钟的绘制采用双缓冲图形处理机制,即先在缓冲区内绘制图形,再把图形显示到网页上可以有效的防止闪烁。 另外时钟的不断绘制是通过一个线程不断读取系统时间,如果时间有变化即绘制。采用一个线程绘制,一个线程处理网页比较符合APPLET设置规范。-Clock code provides a variety of interfaces, can be set in the HT
Array
- java code :this file containing to very important conde that deals with LAD idea with image recognition
Common
- 将文件中的数据读入数组,对文件进行读写操作-Read the data in the file into an array, read and write operations on files
array
- goood file to describe
array
- This file relies on the fact that the following declarations have been made in runtime.js.
array-functions-prototype
- This file contains a number of tests of array functions and their interaction with properties in the prototype chain.
nlush-array
- 完整工程文件 详细说明请参照 httpbankbill netupload sywsl-Complete project file Details please refer to httpbankbill netupload sywsl
FloatingHeadArrayBoundedQueue
- Implement Queue with floating head bounded Array.Enqueue employee objects (created by reading the emp.txt file) in Queue and dequeue.