资源列表
Vehicles
- List of available vehicles
Regular_Expressions
- 正则表达式 html筛选用到的 正则表达式-Regular expressions used in html filter regular expression
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
StkAppInstaller
- Application installer for SIM Toolkit for Andriod.
bb
- animate() 方法通过使用 CSS 样式,把元素从一种状态改变为另一种状态。-animate () method by using CSS styles, the elements change from one state to another state.
file
- JAVA的文件传输 C://1.bmp picserve picClien-java file
CookieIdentityComparator
- This cookie comparator can be used to compare identity of cookies.
randomnumbers
- basically it is used to print the random numbers automatically in java-basically it is used to print the random numbers automatically in java....
Analizador_lexico
- this a analizador lexico-this is a analizador lexico
Main
- 输入包含多组测试数据。 每组输入第一行是两个正整数N和M(0<N<=30000,0<M<5000),分表代表学生的数目和操作的数目。 学生ID编号从1编到N。 第二行包含N个整数,代表这N个学生的初始成绩,其中第i个数代表ID为i的学生的成绩。 接下来有M行。每一行有一个字符C(只取‘Q’或‘U’),和两个正整数A,B。 当C为‘Q’的时候,表示这是一条询问操作,它询问ID从A到B(包括A,B)的学生当中,成绩最高的是多少。 当C为‘U’的时候,表