资源列表
StrArray
- 将图片数据转换成字节流传输的StrByte类, 替代FLEX中ByteArray类.-picture data into byte-stream transmission StrByte category, FLEX which ByteArray alternative category.
TestKnapsack
- 0-1背包问题java算法及实现,使用java图形界面-0-1 knapsack problem java algorithm and implementation, the use of java GUI
Josephus
- Josephus问题 Josephus问题-Josephus Josephus problem issues
AddPetrol
- 汽车加油问题,加油次数最少,行程最远。本程序是JAVA实现的,在eclipse下运行。-Vehicle refueling problems, the least number of refueling, travel the farthest. JAVA implementation of this program is in eclipse run.
filecombine
- 用于合并两个文件夹把文件夹first的内容和文件夹last的内容合并到一个文件夹result。-use for file combine
DiscretePathEffect_Delegate
- Delegate implementing the native methods of android.graphics.DiscretePathEffect.
ConstructorAPI
- Class to represent a constructor, analogous to ConstructorDoc in the Javadoc doclet API.
XPathTask
- XPathTask extends Task Source Code for Andriod.
DdmVmInternal
- Declarations for some VM-internal DDM stuff.
cdma
- Java scr ipt for CDMA multiuser source code
RandomArray
- 自动生产随即序列,算序列的平均数和的java程序,适合初学者参考-It will genarate several radom numbers and then calculate the average and sum of these numbers.
BorderLayout
- package 边界布局BorderLayout import java.awt.BorderLayout import java.awt.event.WindowAdapter import java.awt.event.WindowEvent import javax.swing.JButton import javax.swing.JFrame public class TestBorderLayout extends JFrame{