Welcome![Sign In][Sign Up]
Location:
Search - JAVA

Search list

[Game Programeluosifangkuai.java

Description: 一个java版的俄罗斯方块程序的源代码,供大家观摩和借鉴,不够完美,希望各位以自我、开发为主!-a java version of the Russian box program's source code for all to observe and learn from, not perfect, Members hope to self-development mainly!
Platform: | Size: 3072 | Author: 程勇 | Hits:

[Documentsjava-index-files

Description: 本文档是 Java 2 Platform Standard Edition 5.0 的 API 规范。-Java 2 Platform Standard Edition 5.0 API specification.
Platform: | Size: 1330176 | Author: cunmu | Hits:

[JSP/Java(Java)mp3_player

Description: Java写的一个mp3播放器,虽然程序不是太大,但是很实用,有值得学习的地方-Java write a mp3 player, although the process is not too great, but very practical. a place worth learning
Platform: | Size: 501760 | Author: pp | Hits:

[JSP/Javajava-ERP

Description: 大型企业管理源码,JAVA类,包括销售,采购,财务,OA辅助办公处理,有学习JAVA的朋友,将是不错的参考资料!-large enterprise management source, JAVA categories, including sales, procurement, finance, OA back-office processing, learning Java friends, it will be a good reference!
Platform: | Size: 2248704 | Author: baiyu | Hits:

[JSP/Javajava-calendar

Description: 一个JAVA applet的万年历.直接编译运行MyCalendar即可。外表直观实用。-a Java applet to the calendar. MyCalendar directly translated operation can be. Practical visual appearance.
Platform: | Size: 18432 | Author: runner | Hits:

[JSPSams.Java.After.Hours.10.Projects.Youll.Never.Do.A

Description: 10个高质量的java例子,很不错的教程,初学者很好的教程。英文-10 high-quality java example, the tutorial is very good, very good beginners guide. English
Platform: | Size: 2868224 | Author: 李志勇 | Hits:

[Game ProgramBattleTank1.0(java)

Description: java实现的坦克大战游戏,学习java游戏编程的可以参考参考。-java realized Tankedaizhan game, learning java game programming can refer to the reference.
Platform: | Size: 328704 | Author: luping | Hits:

[JSP/Javafp-tree-java

Description: java platform java-growth algorithm
Platform: | Size: 26624 | Author: | Hits:

[DocumentsIntroduction-to-Java-IO

Description: Java IO Tutorial:介绍Java的设计,使用方法,以及最新的Java New Io 介绍。-Java IO Tutorial : Java design, use, and the latest Java on New Io.
Platform: | Size: 603136 | Author: wubin | Hits:

[JSPJava-msz

Description: java夜未眠 本书是一本散文集。作为一名资深Java程序设计师,作者用清新自然的笔触记录下自己学习、工作生活中的所见所思。书中收录的文章内容贴近程序员的生活,令读者产生强烈共鸣。此外,书中部分文章也以轻松的风格介绍了学习Java技术时的一些常见问题,并介绍了一些优秀的Java书籍,能够帮助读者兴趣盎然地学习Java技术。 本书适合于Java程序员、专业软件开发者、程序设计爱好者阅读。-java release of the book is an essay collections. As an experienced Java programmers, the authors used the brush, which is natural to record their learning, working life feelings thoughts. The essays in the book as close to the programmer's life, so readers have a strong resonance. In addition, the article also part of the book in a lively style of learning Java technology of some common problems, and introduced some excellent books on Java, to help readers with interest to learn Java technology. The book is suitable for Java programmers, software developers, programming enthusiasts reading.
Platform: | Size: 191488 | Author: 暮山紫 | Hits:

[Education soft systemJava-course

Description: java课程设计案例精编源代码(包括超市管理系、高考信息系统、学生信息管理系统等)-java curriculum design case Editting source code (including Supermarket Management Department, scores of information systems, Student Information Management System)
Platform: | Size: 1193984 | Author: guyun | Hits:

[Industry researchjava-interview-question

Description: 收集的一些java面试题,对即将参加面试的人和初学者有一定参考价值。-collected some java face questions on the upcoming interviews and beginners of a certain reference value.
Platform: | Size: 22528 | Author: guyun | Hits:

[JSPJava-develop

Description: java信息系统设计与开发实例(第二版)很实用的毕业设计和小型项目参考书,尤其对初学者有很强的指导性。-java information systems design and development Example (2nd Edition) is the practical design and graduated from small projects reference books , especially for beginners is very instructive.
Platform: | Size: 8342528 | Author: guyun | Hits:

[Software Engineeringbase-on-Java

Description: 本文以此为背景,提出了基于事件驱动的BDI agent实现体系结构,用信念(Belief)、事件(Event)、规划(Plan)等内部特征来描述软件agent,并给出了面向对象层次上的软件agent的UML模型,该模型定义了构成软件agent的四个对象:Agent、BeliefSet、Event、Plan 为描述这些对象及其交互关系,本文以java语言为基础,扩展出了能描述这四个对象的java类以及描述其交互关系-this background paper, based on Event-Driven Implementation BDI agent architecture, with conviction (Belief), event (Event) plan (Plan) to describe the characteristics of the internal software agent, and given the level of object-oriented software agent UML model, The model defines a software agent constitute the four targets : Agent, BeliefSet. Event, Plan to describe these objects and their mutual relationship, this paper-based java language, can be expanded with a description of the four types of java object and describe their mutual relationship
Platform: | Size: 3131392 | Author: 王浩(jiqixueyuan) | Hits:

[Other resourcethe-realizaton-of-both-Hibernate-and-Java

Description: Hibernate是一个面向Java环境的对象/关系数据库映射工具。对象/关系数据库映射(object/relational mapping(ORM))这个术语表示一种技术,用来把对象模型表示的对象映射到基于SQL的关系模型数据结构中去。Hibernate不仅仅管理Java类到数据库表的映射(包括Java数据类型到SQL数据类型的映射),还提供数据查询和获取数据的方法,可以大幅度减少开发时人工使用SQL和JDBC处理数据的时间。 本文在充分研究以往数据持久层的发展和现状的基础上,引出了基于ORM的数据持久化概念,并通过其与传统持久化方法的深入比较,说明其优越性。依据这一概念,本文进一步引出基于ORM的持久层框架——Hibernate,并详细描述其体系结构和API。-Hibernate is a Java-oriented environment for the object/relational database mapping tool. Object/relational database mapping (object/relational mapping (ORM) ) said the terms of a technology, Object Model is used to express the object mapped to SQL-based relational model of data structure. Hibernate Java class management not only to the mapping database tables (including Java data type S QL data type mapping), but also provided data query and data acquisition methods, can greatly reduce development time using artificial SQL and JDBC data processing time. Based on the previous full study data persistence layer and the development on the basis of the status quo, ORM raises based on the concept of data persistence, and through its persistence with the traditional method of in-depth comp
Platform: | Size: 4283392 | Author: 王浩(jiqixueyuan) | Hits:

[Software Engineeringthe-use-of-Java-Applet

Description: 提供了一个用于图像处理的Java Applet开发方法.论述了图像处理技术、图像处理类的设计、图像处理的功能在Java Applet中的实现、ASP与Java Applet参数的传递等关键技术.用于图像处理的Java Applet研究,对于Internet环境下图像应用系统的开发具有一定的参考价值,对于Internet环境下其他应用系统的开发也具有一定的借鉴意义.-provided for an image processing Java Applet development method. Discussed image processing technology, image processing category of the design, Image processing functions in Java Applet the realization ASP and Java Applet parameters of the key technology transfer. Image Processing for the Java Applet, Internet environment for the image application development system has some reference value, Internet environment for other applications under development also have certain experiences.
Platform: | Size: 227328 | Author: 王浩(jiqixueyuan) | Hits:

[JSP/Javajava-calculator

Description: java 计算器(Caculaor)。小程序。仅供参考。-java Calculator (Caculaor). Small procedures. For reference purposes only.
Platform: | Size: 5120 | Author: gw | Hits:

[JSP/Javajava-rmi

Description: Actual Java RMI implementation-Actual implementation of Java RMI
Platform: | Size: 99328 | Author: | Hits:

[SMSSMSLib-Java-v2.1.0

Description: SMSLib一个很有用的程序,最新的短信猫控制库,含有短信收发例程,Java-SMSLib a very useful procedure, the latest cat control the messages, containing messages TX routines. Java
Platform: | Size: 483328 | Author: | Hits:

[Game Programjava-tanchise

Description: 本程序是贪吃蛇游戏,java程序,主要实现简单的贪吃蛇游戏的功能,是一个不错的java课程设计程序.-this procedure is a huge memory games, java procedures, the main simple game of a huge memory function, is a good java curriculum design process.
Platform: | Size: 29696 | Author: 王雨 | Hits:
« 1 2 ... 42 43 44 45 46 4748 49 50 »

CodeBus www.codebus.net