搜索资源列表
com.ibm.bluez.jcop.eclipse.rar
- javacard jcop卡开发eclipse插件,能调试,javacard jcop development eclipse plug-in cards can debug
精通java EE整合应用案例源码
- 精通java EE eclipse struts2 hibernate spring整合应用案例源码下载第12章项目管理Maven,Proficient in java EE eclipse struts2 hibernate spring integration case source download Chapter 12 Project Management Maven
Hadoop-compile-in-eclipse
- Hadoop源代码eclipse编译教程。hadoop是一个分布式系统基础架构,也就是构建云计算的系统-The Apache Hadoop project develops open-source software for reliable, scalable, distributed computing. Hadoop includes these subprojects
Rtree-eclipse
- 用eclipse编写的R-tree程序,可以实现R-tree的基本功能-With the eclipse program written in R-tree, R-tree can achieve the basic functions of
AWT
- awt图形界面的生成,开发环境是Eclipse,java源码-AWT graphical interface generation, the development environment is Eclipse, java source code
Rtree-eclipse
- 一个java实现的R树,R树在存储空间数据方面用处很大,特别是区域性的按空间划分的数据.这种结构用在数据库处理多维数据极为方便,oracle索引多维数据就是用的这种-a tree to achieve the R, R tree in the storage space data very useful, in particular, according to the regional breakdown of the data space. this database structure us
eclipse-BPEL
- 基于eclipse环境下开发的bpel流程编排例程-Eclipse-based development environment bpel process scheduling routines
Guess
- spring mvc 学习例子,eclipse环境开发,可以一看 -spring mvc study examples, eclipse development environment, you can see one
Eclipse_pdf
- 对于初学JAVA语言的人来说,经常对eclipse这个开发工具的使用很不熟悉,这个PDF文件可以帮助你进行很好的了解和掌握-JAVA language for beginner people, often eclipse the use of development tools is very familiar with, this PDF document can help you carry out a very good understanding and knowledge of
Eclipse
- Eclipse完全手册配套源代码,学习JAVA的好书籍!-Eclipse fully manual matching source code, learn from good books JAVA!
java-jigsaw
- 用eclipse打开 在eclipse左侧包资源管理器中右键选择导入 然后选择现有项目到工作空间中,点下一步 在选择根目录中选择压缩包解压后的目录,单击完成即可 用eclipse新建 新建项目 新建源文件夹src,及对应三个类 新建文件夹pic,与src同目录,放置图片-Using eclipse in the eclipse left open the package Explorer and then select the right to choose t
suggest
- JAVA WEB 实现google suggest的功能 前台使用AJAX 后台是action 使用MYSQL数据库 ECLIPSE导入直接可以进行测试-JAVA WEB realize the function of google suggest the use of AJAX Backgrounds future action are the use of MYSQL database ECLIPSE import can be tested directly
Rtree-eclipse
- 移动对象空间数据库中索引r树源码,能在eclipse下直接运行.-Moving objects in spatial database index r source tree, can directly run in eclipse.
java
- 本人的毕业设计,JAVA实现数据库转化,我用Java作为编程语言(Java的版本是6.0),JDOM作为XML解析器。数据库是SQL Server 2000,开发工具是NetBeans IDE 5.5 大家在运行程序的时候最好还是使用NetBeans IDE 5.5和Java 6.0,因为我设计的是图形界面,在设计的时候我用到了NetBeans的Swing设计工具Martisse,如果把我的程序放在JBuilder、Eclipse或JCreator中无法运行的(NetBeans是免费下载的)
Eclipse
- 本电子文档介绍java开发软件eclipse的详细用法,是学习java的必备文档。-This electronic document describes the development of software java detailed usage eclipse is an essential document to learn java.
js_sq_llibray1
- 基于java/mysql的图书管理系统,主要使用的技术有java+jsp+tomcat+mysql+eclipse jdk版本1.6.0-library management system created by java and myslq
myplugin
- Eclipse Java plugin 代码-Eclipse Java plugin code
eclipse
- eclipse的平台体系结构及配置、Java集成开发环境及调试、tomcat服务器的搭建配置、版本控制及CVS、web、struts和MySQL应用开发、插件开发和ant的使用-eclipse of the platform architecture and configuration, Java integrated development environment and debugging, tomcat server build configurations, version contro
eclipse-java-workspace
- 包含了Java常用的算法,数据结构,基础数学,经典例题等(Contains the Java commonly used algorithms, data structures, basic mathematics, classic examples, etc.)
Java类的设计
- 假定根据学生的3门学位课程的分数决定其是否可以拿到学位,对于本科生,如果3门课程的平均分数超过60分即表示通过,而对于研究生,则需要平均超过80分才能够通过。根据上述要求,请完成以下Java类的设计: (1)设计一个基类Student描述学生的共同特征。 (2)设计一个描述本科生的类Undergraduate,该类继承并扩展Student类。 (3)设计一个描述研究生的类Graduate,该类继承并扩展Student类。 设计一个测试类StudentDemo,分别创建本科生