搜索资源列表
图灵机Java源码
- 本资源给出了Eclipse下图灵机的完整Java程序源码工程包,开发说明文档中给出了图灵机概要设计,功能实现程序结构剖析,明了易懂,源码导入Eclipse即可使用,无需编译,实用性极强。 功能简述:Java GUI(AWT)生成图灵机工作模型的图形化界面模拟展示,可用于语言的识别,函数的计算,某种语言的产生。具体实现了以下八种常用的图灵机模型如下: 1 二进制数加法 2 二进制计数器 3 二元回文 4 同等数量a和b的识别器&nbs
P2P式多用户在线聊天Java程序
- 该资源给出了Eclipse下完整的Java源码工程包和详细开发说明文档。下载完导入Eclipse即可使用,无需调试,实用性极强!程序各模块接口清晰,可以修改扩展打造一个完全属于自己的聊天室! 功能描述:实现了一个多用户的在线聊天程序,C/S结构,客户端可发送消息,然后其他的用户接收到该消息并将其显示在界面中,服务器对信息进行有关处理并向适当的用户发送,同时在服务器端还将显示所有的在线用户,网络管理员即服务器端管理员可选中某用户并将其踢出该聊天室。 扩展功能:本程序
Eclipse Helios 中文包
- Eclipse Helios 中文包,解压缩后,里面有很多压缩包,分别解压缩后,将里面的文件夹直接覆盖Eclipse根目录
fcm算法的java实现
- fcm算法的java实现,在eclipse环境下成功运行
Linux+eclipse开发环境构建
- 详解解释了基于Ubuntu的Linux安装和eclipse的安装过程,是c++和java初学者的必备参考资料。
SMS.学生成绩管理系统 eclipse rcp开发
- 学生成绩管理系统 eclipse rcp开发 swt技术,Student achievement management system swt Technology Development eclipse rcp
SerialPort Android 、Eclipse、Java串口编程
- Android 、Eclipse、Java串口编程,这是个麻烦的事,这是第二个例子,你研究后会有收获的。-Android, Eclipse, Java serial programming, which is a troublesome thing, this is the second example, the study will be harvested.
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
BeginningAndroidCode
- (Java) Beginning Android Source with eclipse project
Rtree-eclipse
- 用eclipse编写的R-tree程序,可以实现R-tree的基本功能-With the eclipse program written in R-tree, R-tree can achieve the basic functions of
javaeclipse
- java聊天系统,eclipse开发,access数据库,可以文字聊天,服务器和客户端系统-java chat system, eclipse development, access the database, you can text chat, server and client systems
AWT
- awt图形界面的生成,开发环境是Eclipse,java源码-AWT graphical interface generation, the development environment is Eclipse, java source code
eclipse-BPEL
- 基于eclipse环境下开发的bpel流程编排例程-Eclipse-based development environment bpel process scheduling routines
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.
Addison.Wesley.Eclipse.Building.Commercial.Quality
- Eclipse插件开发圣经,吐血推荐。Eclipse插件开发必备 -Eclipse Plug-in Development in the Bible, hematemesis recommended. The development of Eclipse plug-ins required
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,分别创建本科生