搜索资源列表
用Java实现Web服务器
- 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接
ChineseSegmenter
- 中文分词java版 基本词典,分次效果很不错的-Chinese word java version of the basic dictionary, graded very good results
lucene-1.4.3
- java分词技术,只实现英文分词,但是该分词算法很经典(来源于apache)-java-term technology, achieving only English Word, but the Word algorithm classic (from apache)
71477179UDP----P2P
- P2P简单设计思路源码 20字破解补丁-P2P design easy crack code word 20
vncviewer2094224
- 请教一下,怎样在Java命令行输出字?NET向窗体添加字段的时候 不能添加数组。-Ask, how in the Java command-line output word? NET to add form fields when the array can not be added.
JTextPro-1.0.tar
- JTextPro: A Java-based Text Processing tool that includes sentence boundary detection (using maximum entropy classifier), word tokenization (following Penn conventions), part-of-speech tagging (using CRFTagger), and phrase chunking (using CRFChunker
Java
- TCP、UDP、计算器、日历,applet、异常处理等等,还有课本经典例题源码使用基础的程序源代码(Word文档里)。适合初学java这下载学习。-TCP, UDP, calculator, calendar, applet, exception handling, etc., as well as the classic textbook Example source code using the basic source code (Word document-ri). This downl
fenci
- 一个简单的基于词典分词的程序,lucene的分词程序不少,但有时候并不需要复杂的功能,只是需要简单的根据指定的词典分词。代码简单,可以作为学习参考-A simple dictionary-based word process, lucene procedures for sub-word a lot, but sometimes does not require complex functions, but only require a simple dictionary word accord
opencms_7.5.3
- OpenCms是一个专业水平的开放源代码WEB内容管理系统,可被任何组织或企业使用,OpenCms100 开放源码,采用该技术有如下优点: 直接从WEB站点的前台编辑内容 自动在线/离线工作流 灵活的内容资源 集成全文搜索引擎 所见即所得编辑非结构化内容 结构化内容采用易于定义的基于XML的内容项目 在一个应用中管理多个站点 全文搜索支持PDF、Word、Excel文档资源 为所有的存储资源均可进行配置 基于时间的自动内容发布和过期
CutWords
- 实现搜索引擎中的中文分词技术,JAVA语言实现-Chinese word in the search engine technology
how-to-use-MulticastSocket
- 一个word文档,详细的教导你如何在java中使用MulticastSocket。文件中有很大详细的例子,生动而易懂。-A word document, and teach you how to use MulticastSocket java. File very detailed examples, vivid and easy to understand.
ckeditor-java-3.6.2
- java中实现J2EE项目中的word编辑器工具-word editor tool in J2EE projects in java
paoding-analysis-2.0.4
- Paoding中文分词是一个使用Java开发的,可结合到Lucene应用中的,为互联网、企业内部网使用的中文搜索引擎分词组件。 Paoding填补了国内中文分词方面开源组件的空白,致力于此并希翼成为互联网网站首选的中文分词开源组件。 Paoding中文分词追求分词的高效率和用户良好体验。-Paoding Chinese word is a Java development can be combined with Lucene applications for the word componen
chat-room
- 本Java程序是个聊天室小程序,可以运用于个人网站上,里面有word详细说明-This Java program is a chat room applet, can be applied to the personal website, which has the word Details
wordcount-project
- 用JAVA语言编写的词频统计以及根据词的共现确定文章关键词的程序-JAVA language word frequency statistics and procedures in accordance with article keyword co-occurrence of the word is determined
exastem
- 基于JAVA的在线考试系统(毕业设计 J2EE 附源码)。 基于jsp+javabean的web在线考试系统,可以实现选择题、填空题、上机题(word、excel、ppt)的自动组卷和阅卷。 For Teacher: 录入、修改、删除题目 自动组合试卷-JAVA based online examination system (graduation J2EE with source code). Web online examination system based on jsp+javabe
第一次作业
- 输出Hello world,JAVA基础的第一节课作业,适用于初学JAVA的人(print Hello world very good)