资源列表
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
GIS
- 百度地图使用,画线,标注,动画标注等。。。。。。。(Baidu maps use, draw lines, annotate, animate annotations, etc.)
login_register
- 基于MySQL数据库用PHP实现简单登录注册功能(Realization of login and registration function with PHP based on MySQL database)
ROSE
- 一个html页面,不依赖于外部库,使用JS在网页上实现一朵玫瑰花的绽开,可在此基础上添加文字、图片等;(An HTML page, does not rely on external libraries, the use of JS in the web page to achieve the blooming of a rose, on this basis to add text, pictures, etc.;)
CSS3_love
- 用css3实现爱心表白特效,动态效果,使用bootstrap框架实现(realize the special effect of expressing loveeeee using css3.bootstrap)
test
- mse实现h5的video标签播放mp4(MSE implements video tag playing MP4 in H5)