资源列表
time
- 可以打开时钟,可以看到系统的日期和时间,再按一下按纽可以隐藏.-Can turn the clock, we can see that the system date and time, and then click button to hide.
JAVA
- 编写一个Java应用程序,在主线程中再创建2个线程,要求线程经历4种状态:新建、运行、中断、死亡。(例如,可以创建兔子和乌龟两个线程,兔子跑到中途要睡一会。)-Write a Java application, in the main thread and then creates two threads require a thread through four kinds of states: new, run, break and die. (For example, you can cr
AnimTimer
- 通过线程装载音频文件进行播放,属于Java的多媒体应用。-Load audio files through the thread play, belongs to Java' s multimedia applications.
Multiplication-table
- 将九九乘法表通过表格的形式在网页中显示出来-The multiplication table through the form of a table displayed on the page
zuoye18
- 应用程序中定义方法头如下所示的方法: static int[] add(int[] x, int[] y) static int[] multi(int[] x, int[] y) add方法的功能是:把参数数组x和y(其元素个数相同)的每个元素相加,并作为返回数组的元素;multi方法的功能是:把参数数组x和y(其元素个数相同)的每个元素相乘,并作为返回数组的元素。在Java应用程序中使用这两个方法。-Application defined in the method he
JisuanRiqi1
- 计算输入字符串中的小写字母在英文字母表中的顺序号-Calculation of the input string lowercase letters in the English alphabet sequence number
filter
- 试编写一个程序,依次输入某股票近10天中每日收盘价,计算收盘价的平均价格后,依次输出所有高于或等于平均价格的那些收盘价 -Try to write a program, input a stock nearly 10 days in the daily closing price, closing price, the average price calculated after all sequentially output the average price is higher than
MonkeyWaitEvent
- monkey throttle event Source Code for Andriod.
CertPathBuilderSpi
- Creates a new {@code CertPathBuilderSpi} instance Source Code for Andriod.
MockNodeList
- A quick mock implementation of NodeList on top of ArrayList.
Ascii
- 输出字符的Ascii码或相应Ascii码所对应的字符-Ascii code or output the corresponding character code corresponding to the character Ascii
MaoPao
- Java 冒泡排序变成代码实现,冒泡排序练习。- Java code into a bubble sort, bubble sort exercises.