资源列表
Login
- JAVA的登陆界面 没有实现监视功能 供新手参考的界面制作-JAVA LOGIN
a
- 1) 利用求n!的方法计算 2!+4!+5!的值。分别利用递归和非递归方法实现求n!。 2) 编写根据三条边求三角形面积的方法。利用该方法求以下两个三角形面积。 (1)三条边分别为:3,4,5 (2)三条边分别为:5.3, 6.2, 8 3)从命令行参数获取两个整数,找出两个整数之间的所有素数,每行输出3个数。-1) use the method seek n! 2!+4!+5! Value. Are recursive and non recursive method seek
Test_cmpl_float
- title Types of arguments - int, float. Dalvik doens t distinguish 32-bits types internally, so this comparison of int and float makes no sense but shall not crash the VM.
11
- 编程包含一个文本框和一个文本区域,文本框内容改变时,将文本框中的内容显示在文本区域中;在文本框中按回车键时,清空文本区域的内容。-Programming includes a text box and a text area, change the contents of the text box, the contents of the text box is displayed in the text area when you press the Enter key, empty the
EmployeeTest
- 需求:定义一个员工类,自己分析出几个成员,然后给出成员变量,构造方法,getXxx()/setXxx()方法,以及一个显示所有成员信息的方法。并测试。 -Requirements: to define a class of employees, a few members of his own analysis, then give member variables, constructors, getXxx ()/setXxx () method, and a method of disp
IndexServlet
- 使用java开发的一个餐厅的前台首页:显示所有未预定的餐桌-Use a java development front restaurant Home: Show all predetermined table
Delphi01
- Delphi编程中获取屏幕分辨率 当我们需要获取所运行程序时计算机的分辨率时,有两种方法:①可以通过访问Delphi提供的SCREEN全局变量,即SCREEN.WIDTH和SCREEN.HEIGHT以像素点给出屏幕的分辨率。②利用Windows的API函数GetDeviceCaps()来得到所用显示器的分辨率
VclipExample
- collision detection碰撞检测一个很好的例子-collision detection, collision detection a good example
Exam5_10
- JAVA程序 。。
quadShape2
- 用于java3d的初级测试。由于本人是java3d新手。所以没有注示每段代码的具体用途。
GuessNumber
- A small java game, the player needs to guess a number from 1 to 100 in the earliest times.
Imagesuoxiao
- 利用java实现将一副图片按照4:1的格式缩小,图片的格式可以是bmp、jpg-Using java to achieve a 4:1 format image in accordance with the reduced format pictures can be bmp, jpg ... ... etc.