-
Attach
javaSystem will automatically delete the directory of debug and release
- 2009-03-11 21:22:35下载
- 积分:1
-
InfoManage
采用的Java Web设计,开发平台Java和软件架构C/S
就是简单的MVC设计模式+Jsp+Servlet,使用软件Myeclipse + Tomcat + Mysql + Java
由于花费一天时间写Html和代码实现,就没怎么太高要求,能用下就可以了希望可以通过,
就没实现导入的功能,其余功能完全(Using Java Web design, development platforms Java and software architecture C/S is a simple MVC design pattern+Jsp+Servlet, using software Myeclipse+ Tomcat+ Mysql+ Java Html due to spend a day and write code, there is no how high requirements, can hope you can use the following can be, there is no import function to achieve the remaining fully functional)
- 2013-11-22 19:59:40下载
- 积分:1
-
Cube_OpneGL
说明: OpenGl 3D 立方体多纹理贴图源码,立方体可以由鼠标控制让其转方向。(OpenGl 3D cube multi-texture source code. The cube can be turned by the mouse.)
- 2020-03-11 16:46:03下载
- 积分:1
-
java-library-system
java图书馆系统,功能比较简单适合初学者!(java library system!)
- 2013-08-12 11:10:28下载
- 积分:1
-
JMXcode
关于JMX的入门资料,代码展示了一些JMX的基础知识(Introductory information about JMX, JMX code shows some of the basics)
- 2011-11-16 17:15:34下载
- 积分:1
-
sip的jar包
说明: SIP信令解析的jar包, 用于java语言的开发(There is a jar package of sip procotol, which is used in java development.)
- 2020-06-25 13:00:02下载
- 积分:1
-
JAVA_WELCOME
给出了几种用java语言编写的登陆界面的例子,希望对初学者有帮助(Given several landing using java language interface examples, I hope to help beginners)
- 2014-01-08 15:26:23下载
- 积分:1
-
Achieve-bidirectional-seekbar
实现双向的seekbar,可以左右的拖动进度条(Achieve bidirectional seekbar)
- 2013-11-20 20:47:10下载
- 积分:1
-
Library-management-system
这是用java语言Hibernate开发实例----图书管理系统的源代码(This is a java language development instance---- Hibernate library management system source code)
- 2013-11-22 22:53:45下载
- 积分:1
-
AIWordSplit
直接运行compile.bat和run.bat即可
使用了3种分词方法:
1.正向最大匹配(ForwardMatch.java)
2.逆向最大匹配(ForwardMatch.java)
3.最大频率匹配(FrequencyMatch.java)(默认)
取频率最高的词,然后两端递归,构建二杈树存储句子中的词语,显示的时候使用中序遍历二杈树
由于极有可能单个字的使用频率比整个词还高,筛选的时候进行了处理
若单个字不处于当前句子开头,先忽略,
若单个的字处在开头,临时mostFrequency仍为0,且单词长度为1,则加入到二杈树中(Can be run directly compile.bat and run.bat used three kinds of segmentation methods: 1. Being the biggest match (ForwardMatch.java) 2. Reverse maximum matching (ForwardMatch.java) 3. Maximum frequency matching (FrequencyMatch.java) ( default) to take the highest frequency words, and then both ends of the recursive construct two Cha tree storage sentence terms, when used in the sequence shows two Cha tree traversal is very likely because the use of a single word frequency is higher than the whole word, screening If the time were dealing with a single word is not in the beginning of the current sentence, first ignored, if a single word at the beginning of the temporary mostFrequency still 0, and the word length of 1, to 2 Cha tree)
- 2010-05-28 10:23:21下载
- 积分:1