-
04【熟悉】excel 的导出xls
说明: Excel的导出,主要针对项目中使用到poi的说明........................(Export of Excel, mainly for the description of POI used in projects)
- 2020-06-23 20:00:01下载
- 积分:1
-
ChinaMobile
这是我在东方标准学习的时候做的一个项目,是中国移动的一个子管理任务模块,采用MVC模式设计,调试成功。(This is my standard in the east to learn to do when a project is a subset of China Mobile Management mission modules, the use of MVC design patterns, debugging success.)
- 2008-08-21 09:03:02下载
- 积分:1
-
NOTEPAD
说明: JAVA实现的记事本,不错,好资源,可以参考一下。(java notepad)
- 2009-08-18 16:27:58下载
- 积分:1
-
new-java-exercise50
最新JAVA编程题全集_50题及答案,收集了最新的一些java试题,有很详细的解答(Complete _50 latest JAVA programming problems questions and answers, a collection of some of the latest java questions, there is a very detailed answer)
- 2013-09-23 16:15:14下载
- 积分:1
-
CAN2_2
用英飞凌TC1767芯片开发的PMSM电机FOC运算代码,项目的程序,好使!(The Infineon TC1767 chip development the PMSM motor FOC computing code, the program of the project, so that!)
- 2021-04-27 13:38:44下载
- 积分:1
-
struct2
struts2框架中的为应用指定多个配置文件,可以使在编写框架时等心应手(struts2 framework for the application to specify more than one configuration file, the heart in the preparation of the framework should hand)
- 2012-08-27 09:50:16下载
- 积分:1
-
a2
Java简单小程序,album管理系统,JDBC的应用(Simple Java applet, album management system, JDBC applications)
- 2013-08-04 18:33:48下载
- 积分:1
-
JiSuanQi
java实现计算器,import java.awt.*
import java.awt.event.*
import javax.swing.*
public class JiSuanQi
{
Frame f
Label lab
Button[] bt=new Button[29]
JTextField t
StringBuffer str //显示屏所显示的字符串
double x,y //x和y都是运算数
int z //Z表示单击了那一个运算符.0表示"+",1表示"-",2表示"*",3表示"/"
static double m //记忆的数字
JiSuanQi()
{(java implementation calculator, import java.awt.* import java.awt.event.* import javax.swing.* public class JiSuanQi {Frame f Label lab Button [] bt = new Button [29] JTextField t StringBuffer str //display character string displayed double x, y //x and y are the operands int z //Z represents an operator clicks that 0 means " +" , 1 indicates " -" , 2 is " *" , 3 is " /" static double m //number in memory JiSuanQi () {)
- 2013-05-24 19:03:04下载
- 积分:1
-
Banker
Banker s Algorithm to protect from deadlock at process schedule.
- 2012-06-08 04:07:35下载
- 积分:1
-
2008010
编写一个线段类 MyLine,要求如下:
主要属性有: x ,y ;类型为Point (查看API)
编写构造方法,如 MyLine(Point p1 , Point p2)
编写5个成员方法。如:
检查线段是否位于第一象限check()…
求线段的长度 length() …
判断两条直线是否相交(另一线段作为参数)。
编写一点到该线段(或延长线)的距离
其他方法。
注:编写方法时,考虑利用Point类的方法
编写测试程序
(Write a segment class MyLine, requirements are as follows: The main attributes are: x, y type Point (see API) the preparation of construction methods, such as MyLine (Point p1, Point p2) prepared by five members of the method. Such as: Check whether the line segment in the first quadrant check () ... order to segment the length of the length () ... to determine whether the two straight lines intersect (the other segment as a parameter). The preparation of 1:00 to the line segment (or extension) of the distance from other methods. Note: The preparation method, consider using the Point class approach to preparing test program)
- 2009-12-24 14:03:10下载
- 积分:1