资源列表
WebSite
- 联系用的代码TextBox和两个Label-linked with the code TextBox and two Label
Triangle
- 水仙花数是三位数,它的各位数字的立方和等于这个三位数本身,例如371—33+73+1 3,则371就是一个水仙花数。编程找出所有水仙花数。-Narcissus is the three-digit number, it figures that the three-digit cube and equal to itself, for example, 371-33+73+1 3, the 371 is a few daffodils. Programming to identify the n
j123
- 一、责任链模式 现有 “战士”、“班长”、“排长”、“连长”,“营长”五种角色,当有人要请假时要进行以下处理 1.只能是下级象上级请假(如“排长”只能向“连长请假”) 2.班长可以批准1天内的假期,排长批5天,连长批10天,营长批20天,20以上不准假 请用责任链模式处理以下情况,输出具体的批准过程: 1.战士请12天假 2.排长请3天假 -First, the existing chain of responsibility pattern of " fig
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{
