搜索资源列表
AES_in_java
- 用java编写的AES加密解密程序,程序需要同目录下有key.dat作为加密解密密钥,输出密文cipher.dat,输出解密文件descrypt.dat-with java prepared by the AES encryption and decryption procedures, procedures required under the same directory as key.dat encryption and decryption keys, and the output ci
view238
- The view238 application is a simple tool for graphically displaying STEP-NC toolpaths. It is a Java application that reads AP-238 XML data using the DOM inferface, then finds and display the toolpaths within. At present, only polylines, and circular
ch25
- some java example for learn how to using database in java-some java example for how to learn using dat abase in java
dat
- 压缩编码可以在任何情况下运行出结果,但不保证错误与否.
Readfiles
- java可以编写各种格式的读取文件的程序,这里仅以.dat格式为例。
LVQUEEN
- 运行环境: JDK1.4以上 程序编写软件:JCreator Application1.java为主类,如果装有JCreator,直接用JCreator打开Application1.java 程序就可以运行。 点击‘八皇后演示’ 会跳出个Frame,可以输入第一行起点的坐标比如‘3’的话,第一行会从第三个开始演示。 点击‘快速排序’会把TARRAY.DAT文件里面的数据用快速排序的方法进行排序 注意:在程序编写时候 TARRAY.DAT 是放在 D:\\
TxtToDat
- 文件转换的程序,将TXT文件转换成dat文件-File conversion program that will convert the dat file TXT file
DFAReader
- 一个java编写的DFA(difinite automata reader) 拥有完备的图形界面和rebustness 另付.dat的测试文件 -Java prepared a DFA (difinite automata reader) has a comprehensive graphical interface and rebustness extra. Dat test document
skyline
- 城市轮廓线问题的实现,利用分治算法,将input1.dat文件放在d盘根目录下-Urban contour implementation issues, using the partition algorithm, the input1.dat files under the root directory on the d
IP
- Java操作QQwry.dat数据库,读取相关登录的ip信息-Java operating QQwry.dat database, read the ip-related registry information
exp2_3
- 以随机存取二进制度方式保存下列数据(rbi.dat),并从该二进制文件中读取数据,将其显示在屏幕上 -Degree of random access to binary data stored following (rbi.dat), and binary files from the read data to be displayed on the screen
Projecto_POO
- Its a project that i create. The program its like an helpdesk, that allows the user to introduce requests and manage them. The data is saved in .dat files and in .txt files. The main file, the u should run is: n2006131015_Main
Java
- 基于GUI和对象序列化 记录从Telephone.dat中读出 记录保存到Telephone.dat中 已经实现一个较完整的通讯录 将2.1版移植到NetBeans环境下,因本人更喜欢NetBeans -java application of phonebook
Inventory
- 编写一个Inventory.java完成以下功能: 1.程序首先打开并读取Inventory.dat中记录的所有库存记录,然后读取Transactions.dat,处理这个文件中包含的事务,记录发货记录到Shipping.dat,并记录错误信息到Errors.dat中。最后更新库存到另外一个文件NewInventory.dat中。 2.文件Inventory.dat和NewInventory.dat的每行包含一个存货记录,没条记录包含下面一些字段息,这些字段之间用一个tab分开(见
ch06
- 讲解了4个例子,其中前两个比较容易,代码都在Ajax工程目录下。而GoogleSuggest和Slider两个较为复杂,在GoogleSuggest和Slider两个工程中都用到了数据库驱动包:msbase.jar、mssqlserver.jar、msutil.jar,以此来连接SQL Server数据库。这两个程序都用到了数据库C3C,可以直接将目录下的C3C.dat还原(方法为先在SQL Server的企业管理器中建立一个名为C3C的数据库,然后再在其上还原)-Explained the f
ex2subsequence
- 求取最大连续子序列之和与最大连续子序列,输入在input2.dat文件中,输出在result2文件中-Derive the maximum sum consecutive subsequence with the maximum continuous sub-sequence, enter the input2.dat file, the output file in the result2
Fourier
- 快速傅里叶方法求两个多项式乘积,将input4.dat文件放在d盘根目录下-Fast Fourier method, to calculate the product of two polynomials, the input4.dat the file under the root directory on the d
ReverseFileDigit
- 利用RandomAccessFile类,把几个int型整数(1,2,3,4,5,6,7,8,9,10)写入到一个名字为tom.dat文件中,然后按相反顺序读出这些数据并显示在屏幕上-Use RandomAccessFile class, the number of int-type integer (1,2,3,4,5,6,7,8,9,10) tom.dat written to a named file, then read out in reverse order data and disp
Itemtype.datEditor
- A program to automatically edit the Itemtype.dat file in Conquer so that you can see the rare items on the ground.
xjgl
- 一个学籍管理程序需要管理本科生与研究生的课程成绩,涉及的数据如下: (1) 程序基本信息(课程编号,名称,学分,类别)。 (2) 学生基本信息(学号,姓名,类别)。 (3) 成绩(学号,课程编号,成绩)。 示例数据分别存放在Course.dat、Student.dat和SC.dat三个文件。 -An enrollment management program to manage undergraduate and graduate students of the course