资源列表
uc-002
- Unicode non-breaking space character test.
GenerateXmlDom.rar
- XML文档转换为DOM文档
http_post
- java 程序。手机发短信
描述:把M个同样的苹果放在N个同样的盘子里
- 描述:把M个同样的苹果放在N个同样的盘子里,允许有的盘子空着不放,问共有多少种不同的分法?(用K表示)5,1,1和1,5,1 是同一种分法。 输入:第一行是测试数据的数目t(0 <= t <= 20)。以下每行均包含二个整数M和N,以空格分开。1<=M,N<=10。 输出:对输入的每组数据M和N,用一行输出相应的K。 输入实例: 1 7 3 输出实例:8 -Descr iption: The same apples to the
Guess Number 猜数字游戏JAVA源代码
- 猜数字游戏1. 随机生成4个0到9的整数,组成一个序列(使用LinkedList<Integer>存储)例如:3 6 4 4System.out.println((int)(Math.random(0*4)))2. 然后要求用户循环猜这4个数子,在用户每猜一次之后,提示用户有几个数字的位置正确了。 例如:用户输入3 7 2 4 (3和4的位置正确了),则提示用户有2个数字正确。3. 使用LinkedList存储用户每次猜测是数字组合。用户可以随时查看之前自己的输入 例如:
画螺旋线.rar
- 一个关于java的画螺旋线程序,A painting on the java process spiral
js-table
- js表单百分比相乘计算数值后去两位数.通过网页测试通过,javascr ipt程序自动计算并保留小数点后两位。-js form percentage multiplied by the calculated values to double digits. page testing by javascr ipt program to automatically calculate and retain two decimal places.
java_sqr(big_int)
- java大整数开根号.txt 符合数位要求的大整数开根号,避免了c,c++高精度的麻烦,此题属高精度较难题,具有一定算法-java大整数开根号.txt
1-20
- 1到20的阶乘和,即是1的阶乘加到20的阶乘和-1-20 factorial, that is added to 20 1 factorial factorial and
band1
- 在vasp软件里面画能带结构的程序。计算能带结构要先进行自洽,再用计算好的电荷密度文件计算能带,编译band.f生成dat就是物质的能带结构图。-Software, which painting in vasp band structure of the program. Band structure calculations to conduct self-consistent, then the calculated charge density file calculated the ba
BrowserFile
- 将文件夹下的所有文件及子文件夹打印出来,包括子文件夹下的所有文件和文件夹-Print out all the files in the folder and subfolders, including all files and sub-folders under the folder
Panel
- AWT 产生事件对象事件界面设计的小程序-AWT event interface design