-
split_words
分词程序,正向最大匹配法,JAVA语言。核心思想是从句子最左端开始,单字节扫描匹配,直至句末(Segmentation procedure, forward maximum matching, JAVA language. Core idea is to start from the leftmost sentence, single-byte scan match until end of the sentence)
- 2013-11-04 19:29:54下载
- 积分:1
-
Ellipsoid
编写一个Ellipsoid类,用于椭球体的表示,其中定义三个私有变量表示一个椭球体的长半轴a短半轴b和扁率apha(Write a Ellipsoid class, used to represent the ellipsoid, which defined three private variables represents an ellipsoid semimajor axis semiminor axis B and a of APHA)
- 2017-10-16 04:39:27下载
- 积分:1
-
schedule
安卓日程管理系统。包括一些基本的日程功能包括文字和音频提示功能。(Andrews schedule management system. The schedule includes some basic features include text and audio prompts.)
- 2014-03-24 15:34:17下载
- 积分:1
-
jhtp7_SSM_15
jhtp7_SSM_01.pdf
Include the solution of partof how to program JAVA 7e
- 2011-07-23 15:56:25下载
- 积分:1
-
codefans.net
java飞鸽传书源代码,感觉很不错,有兴趣的可以试试(Flying Pigeon Chuanshu java source code, feel good)
- 2010-05-28 08:06:19下载
- 积分:1
-
qiyeyuanma
企业网站源码、java+mysql数据库(Corporate Website Source)
- 2011-05-26 09:30:27下载
- 积分:1
-
transportwithsource
说明: 高质量文件传输,界面开发的文件传输软件,可以方便的传输文件,速度快,而且支持大文件(high-quality file transfer, interface development of file transfer software that can facilitate the transmission of documents, faster, but also supports large files)
- 2005-11-03 14:49:02下载
- 积分:1
-
TestHive
测试在Java中链接hive,实现简单的hive数据查询(test Hive)
- 2015-07-24 11:44:15下载
- 积分:1
-
Impl_RowSet
add Row Set Listener Source Code for Andriod.
- 2013-12-13 14:50:27下载
- 积分:1
-
graphics
实验一:类与对象实验: 几何图形类的设计
实验目的:掌握用类进行面向对象程序设计的方法,掌握使用对象作为类的成员变量,掌握方法的参数传递,掌握静态域和静态方法。
实验内容:编写4个类:Rectangle、Circle、Geometry、Exa,具体要求如下:
① Rectangle类有double型成员变量表示矩形左上角的位置坐标及矩形的宽和高,要求提供修改和返回各成员变量的方法。
② Circle类有double型成员变量表示圆心坐标和圆的半径,要求提供修改和返回各成员变量的方法。
③ Geometry类有Rectangle类和Circle型的成员变量rect和circle。即Geometry类创建的对象由一个矩形和一个圆组合而成。要求该类提供修改rect、circle位置和大小的方法;提供显示rect和circle位置关系的方法,并能够显示圆是否完全坐落于矩形中。
④ 要求能对创建的Rectangle类和Circle类对象数目进行统计。
Exa类含有main方法,在main方法中用Geometry类创建对象,该对象调用相应的方法
设置圆和矩形的位置及大小并输出圆是否包含在矩形中。输出当前Rectangle和Circle
对象数目。
(test one)
- 2014-05-05 08:37:25下载
- 积分:1