搜索资源列表
-
0下载:
BeanShell是一个小型的,免费的,可嵌入式的,具有面向对象脚本语言特性的Java代码解释器。它是用Java语言写的。它能执行标准的Java语句和表达式,还自带简单的脚本命令和语法。它把编程对象当成一个简单的方法,这很像Perl和Javascr ipt.
你可以在写Java测试或调试时使用BeanShell,也可以用它作为你的应用程序的脚本引挚。简而言之,BeanShell可以动态的解释JAVA语言。也就是说BeanShell在许多方面对于Java的用处就像Tcl/Tk对于C的用处一样:
-
-
1下载:
这是一款用Java打造的矢量绘图软件:
实现了一个矢量绘图软件的基本功能。从设计角度来看,面向对象特性的应用是比较充分的。特别是他所设计的多边形和曲线的输入方式,是整个软件的亮点。对图形对象实现了串行化(保存到文件中)和并行化(从文件中再读出)功能。另外,整个界面设计得简洁大方。-using Java to create vector graphics software : implementation of a vector drawing software's basic fun
-
-
0下载:
J2ME是Java 2平台的一个版本,使用在各种各样的消费电子产品和嵌入式设备上。Java Card技术规范得Java应用能运行在智能卡和更小的嵌入式设备上。本文介绍J2ME和Java Card的硬件平台和软件体系结构,以及如何进行J2ME和Java Card应用程序开发。Java在移动通信领域的应用已经引起广泛的关注,本文对此进行了详细的描述。-J2ME Java 2 Platform, a version of used in a wide range of consumer electro
-
-
0下载:
gc6.7 一个适用于C\\C++的内存垃圾回收器,可以像Java中那样随意的分配内存而不用释放,也不必担心内存泄漏了-gc6.7 an application to the C \\ C memory for the garbage collector. Java can be as arbitrary as the allocation of memory instead of the release, there is no need to worry about a memory lea
-
-
0下载:
Standord Classifier实现了一个基于Java的最大熵分类器。用于模式识别,特别是自然语言处理方面的应用。-Stanford Classifier achieved a Java-based Maximum Entropy classifier. For pattern recognition, especially natural language processing the application.
-
-
0下载:
java初学者的简单的小程序应用,可以作为书本中的例子使用,实现了基本控件的一些功能。-java beginners a simple application procedures for small, as examples of books to use, realize the basic functions of some controls.
-
-
0下载:
这是一个用java代码编写的一个小应用软件,一个简单的计算器-This is a java code used to prepare a small software application, a simple calculator
-
-
0下载:
A JAVA Clock application
-
-
0下载:
本程序是由java写的一个小程序,用于记录好友各种信息,方便添加,查询,修改好友信息。是一个简单适用的小程序-this program is written in java from a small program used to record information friends, add convenience, inquiries, information amend friends. It is a simple application of small programs
-
-
0下载:
密码学中的JAVA例子,此源码说明了密码学中的JAVA的应用,借此说明JAVA的广泛应用,已应用到了很广的范围了!-cryptography JAVA example, the source of cryptography note of Java applications, this shows that the extensive application of Java, has been applied to a very wide scope of the!
-
-
2下载:
一个用java编写的词法分析器!其主要运用和来源是编译原理词法分析器的课程设计!-Using java prepared a lexical analyzer! Its main source of application and compiling principle of curriculum design lexical analyzer!
-
-
0下载:
< JAVA ME 手机应用开发技术与案例详解>>一书中关于MIDP网络通信的源代码-<JAVA ME mobile application development technology and explain the case>> a book on the MIDP network source code
-
-
0下载:
Lua is a powerful, fast, lightweight, embeddable scr ipting language.
Lua combines simple procedural syntax with powerful data descr iption constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpre
-
-
0下载:
Lucene是什么?
Lucene是Apache组织的一个用JAVA实现全文搜索引擎的开源项目。后来有人将Lucene移植到。Net语言。
Lucene是一个信息检索的函数库(Library),利用它你可以为你的应用加上索引和搜索的功能。
Lucene的使用者不需要深入了解有关全文检索的知识,仅仅学会使用库中的一个类,你就为你的应用实现全文检索的功能。
不过千万别以为Lucene是一个象google那样的搜索引擎,Lucene甚至不是一个应用程序,它仅仅
-
-
0下载:
大富翁论坛上penal网友开发的New Midas Library 控件:
(penal: mysqlcced@163.com QQ: 15136064)
概述
New Midas Library是一组三层控件,可以使你方便地把双层应用快速移植成三层的应用,以适应在Internet使用的需求。当前版本支持和.NET和Java平台进行数据交换。开发人员可以使用.NET或Java在服务端编程,输出MIDAS数据包给DELPHI应用,DELPHI应用进行处理后,将修改回传给服务端,充分利用
-
-
0下载:
这里假设你对CORBA毫无所知。对JAVA略有所知,因为这里使用JAVA作为程序设计语言。学习了本书,你将对CORBA有个初步了解,并能编写一个简单完整的CORBA应用程序。-It is assumed that you have no knowledge of CORBA. A slight knowledge of JAVA, as here, the use of JAVA as a programming language. Study of this book, you will ha
-
-
0下载:
Java语言及应用教程,随书资源代码,包含了第三章到第十一章节的全部代码-Java language and application tutorials, source code with the book, including a third chapter to the 11th chapter of all the code
-
-
0下载:
学习java的非常好的资料,设计模式(英语:design pattern)这个术语是在1990年代,由Erich Gamma等人,从建筑设计领域引入到计算机科学里去的。是对软件设计中普遍存在(反复出现)的各种问题,所提出的解决方案。设计模式并不直接用来完成程式码的编写,而是描述在各种不同情况下,要怎么解决问题的一种方案。面向对象设计模式通常以类别或物件来描述其中的关系和相互作用,但不涉及用来完成应用程式的特定类别或物件。算法不能算是一种设计模式,因为算法主要是用来解决计算上的问题,而非设计上的问
-
-
1下载:
目前文本编辑器种类很多,所提供的功能也很多,但是能满足用户实现多种功能,不能更好的适应当前用户的要求。本设计所完成的文本编辑器功能是针对学习Java程序语言,因此我们利用Java程序设计虚拟机和软件对用户及使用者的应用过程形成一整套完整的编写代码,编译,运行。-Many different types of text editor functionality provided by many, but can meet a variety of functions, not better ad
-
-
0下载:
2 Introduction
This educational software simulates an Ad-hoc network with AODV algorithm, it uses a high level view
and only works in Routing layer. it has a user-friendly graphical user interface and has been written in
java language. Here is
-