资源列表
Comanda
- COMANDA, DESPRE BUCATARIE
12
- 简单实现抽签功能。通过两个数组的定义及借助random方法实现-Draw a simple function to achieve. Through the definition and use of two arrays of random method
PrintArrayTest
- 打印数组,一个专门打印数组的程序,方便自己打印数组,留着用-Allow phonetic typing Print array, a dedicated print an array of programs, and convenience to print an array, and keep with...
funciones
- library to util for app in ajax
HowManyTimes
- 1. 使用文件howmanytimes.dat来记录程序HowManyTimes.java的运行次数。编一个程序HowManyTimes.java,它先检查文件howmanytimes.dat是否存在,如果文件不存在,则显示“第1次运行”,创建该文件,在文件中写进整数1,关闭文件;如果文件已存在,则从文件中读取已运行的次数k,显示当前是第k+1次运行,从文件的File对象读取文件上次修改的时间并显示,用seek方法把文件读写位置移到文件头,写进整数k+1,关闭文件。要求运行效果如下图所示:-1
ApiMethod
- Representation of a method in the API with parameters (arguments) and a return value for Andriod.
SmsRawData
- A parcelable holder class of byte[] for ISms aidl implementation.
Test_dstore_2
- check Verify Exception Source Code for Andriod.
TestDay
- 从键盘输入2014年的月份和号数,输出是2014年的第几天-Enter 2014 and the number of months the keyboard, and outputs the first few days of 2014
TestKnockSeven
- Figure out a multiple of 7 or 7,it is really good.You can use this program as a game.
CopyArray
- 数组及接口import java.util.Arrays public class CopyArray { public static void main (String args[ ]) { int [] a {1,2,3,4,500,600,700,800} int [] b,c,d System.out.println(Arrays.toString(a)) b Arrays.copyOf(a,a.length) System.out.pr
AppletTest
- 编写Applet程序,改变applet窗口大小,使其最大化、最小化,查看init()、start()、paint()、和destroy()方法的执行情况(执行顺序和执行次数)。-Write Applet program, change the applet window size to maximize, minimize, see init (), start (), paint (), and destroy () method implementation (execution order