搜索资源列表
Java门电路画图器
- Java门电路画图器 基本功能: 1。文件的保存,打开; 2。添加基本元件; 3。元件的配置用XML保存,不用修改程序即可增加,修改,删除基本元件 4。画点,画线,字符; 5。删除元件 6。统计元件 画好的电路用xml文件保存,基本元件的配置也是使用xml文件 这个软件虽然小,但是涉及了很多知识,对学Java的初学者还是很有帮助的。 文件的保存,单个门电路的保存都是用XML文件存储,使用了线程... 虽然是一个画门电路的软件,但是纯粹是一个
j2mecode
- 使用J2ME MIDP进行开发 第 1 章 J2ME介绍 3 1.1 J2ME的基本概念 3 1.1.1 J2ME介绍 3 1.1.2 J2ME、J2SE 与 J2EE 之间的比较 4 1.1.3 CDC与CLDC介绍 5 1.1.4 MIDP介绍 5 1.1.5 CLDC/MIDP架构 6 1.1.6 J2ME的前景 7 1.2 MIDP 的适用范围 8 1.3 本书的内容与组织 8 1.4 本书的读者 9 1.5 J2ME与MIDP相关网站 1
catrastreaming-1.6.tar
- 一个开源3gp流媒体播放服务器,java编写,测试过可以通过手机播放该服务器流媒体内容
ftp4j-1.6.1
- The ftp4j library implements a Java full-featured FTP client. With ftp4j embedded in your application you can: transfer files (upload and download), browse the FTP site (directory listing), create, delete, rename and move directories and files.
calendar
- 寿星万年历是一款采用现代天文算法制作的农历历算程序,含有公历与回历信息,可以很方便的进行公、农、回三历之间的转换。提供公元-4712年到公元9999年的日期查询功能。其中1500年到1940农历数据已经与陈垣的《二十史朔闰表》核对;含有从公420元(南北朝/宋武帝元年)到今的基本年号。在过去几百年中,寿星万年历的误差是非常小的,节气时刻计算及日月合朔时刻的平均误差小于1秒,太阳坐标的最大可能误差为0.2角秒,月亮坐标的最大可能误差为3角秒,平均误差为误差的1/6。万年历中含有几百个国内城市的经纬
SysTray
- This java source code show how to put an application into a system tray area. This code for system tray functions. But you have to need java 1.6. Because SystemTray and TrayIcon comes from 1.6 onward.
jes-1.6.1-src
- java email server with support for SMTP, POP3 and IMAP protocols
weka-3-6-1
- Weka是一个超强功能的machine learning开发包-Weka is a collection of machine learning algorithms for data mining tasks. The algorithms can either be applied directly to a dataset or called from your own Java code. Weka contains tools for data pre-processing, clas
marytts-5.0
- MARY is an open-source, multilingual Text-to-Speech Synthesis platform written in Java. Detail could be seen from http://mary.dfki.de/documentation-To install and run MARY TTS, you will need a recent Java Runtime installed (Java 1.6 or newer).
Java-JDK-API-1.6-CHINESE
- JAVA 1.6 版本的JDK,提供多种函数搜索功能,使运用简洁方便-JAVA 1.6 version of the JDK, to provide a variety of functions search function, so that the use of simple and convenient
1.6.1pre1_COM_openwfe_dotnet
- C'est un bon framework java
Quartz.NET-2.6
- C# 定时任务类库,定时执行,ASP.net,winform(http://www.quartz-scheduler.net/ 1. INTRODUCTION ---------------- This is the README file for Quartz.NET, .NET port of Java Quartz. Quartz.NET is an opensource project aimed at creating a free-for-commercia
the-one-1.6.0
- 用于DTN仿真的开发平台,包含多种常见路由算法与节点运动模型。(DTN simulator, include several typical routing schems and node movement model.)
基于网络通信&多路径&死胡同的java迷宫
- 1.基于网络通信的走迷宫 2.算法为栈,深度优先搜索遍历 3.基于线程 4.多路径的寻找 5.死胡同的判别 6.基于GUI实现(1. the maze of maze based on network communication 2. algorithm is the stack, the depth first search traversal 3. based on threads 4. The search for themultipath 5. Discriminat
jes-1.6.1-src
- 这个是一个java email server, 实现了 MTA / MTP(this is a implementation of email server based in java)
hyperic-sigar-1.6.4
- java获取CPU、内存、硬盘等信息,非常好用。非常实用(Java gets information about CPU, memory, hard disk, and so on)
匹配游戏算法
- 实现匹配游戏算法 在两个数组中,索引相同且该相同索引上的值也相同,用a表示。 在两个数组中,索引不同且该不同索引上的两个值相同,用b表示。 例: int[] arrOne = { 2, 1, 4, 5, 6 }; int[] arrTwo = { 2, 4, 7, 1, 6 }; 以上数组中有2个a, 2个b(JAVA Matching game algorithm In the two array, the index is the same and the value on
MyTank0.6
- # # An unexpected error has been detected by HotSpot Virtual Machine: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x77c556d8, pid=1068, tid=2900 # # Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode) # Problematic frame: # C
dcm4chee-2.17.1-src
- dcm4che是医疗保健企业的开源应用程序和实用程序的集合。这些应用程序是用Java编程语言为提高性能和可移植性而开发的,支持在JDK 1.6及更高版本上部署。(dcm4che is a collection of open source applications and utilities for the healthcare enterprise. These applications have been developed in the Java programming language
JAVA
- 定义长方体类Cuboid,要求如下:(1)私有成员变量包括长length、宽width和高height;(2)构造方法包括一个公共的空构造方法,一个能够初始化所有成员变量的构造方法;(3)包括所有的setter和getter方法,其中setter方法要求对形参进行验证,例如长、宽和高都大于0;(4)功能方法包括计算表面积getArea()、计算体积getCubage()、判断是否正方体isCube()、输出该长方体的长宽高printCuboid()、绘制该长方体(给出提示信息即可)drawing