-
Chat
Chat Program b/w Client and Server
- 2010-10-23 02:28:11下载
- 积分:1
-
Banker
Banker s Algorithm to protect from deadlock at process schedule.
- 2012-06-08 04:07:35下载
- 积分:1
-
gateway
springboot 的启动类,关于gateway的启动,。。。。。。。。。。。。。。。。。。。。。(springBootCoreApplication)
- 2019-04-15 20:44:05下载
- 积分:1
-
KeywordSpotting
多串匹配的AC算法/多字符串匹配/多字符串检测/多字符串识别/Aho-Corasick自动机/ahocorasick自动机/AC自动机。/Java实现
该程序是一个高效的,能处理较大的Unicode字符文本(包括要检测的文本和关键词文本)的关键词匹配程序,因此程序的输入为input.txt为待检测文本,keywords.txt为关键词文本,文件夹test1,test2,test3分别是三组自己设定的input和keywords,可自行任意添加删改,运行程序前先将一组拷贝至D:。
程序将识别出的关键词用方括号括上,输出到output.txt中(AC multi-string matching algorithm/multi-string match/multi-string test/multi-string identification/Aho-Corasick automata/ahocorasick automata/AC automaton./Java implementation
This program is highly efficient, can handle large Unicode character text (including text and key words to detect the text) is a match program, so the program is to be detected input.txt input text, keywords. txt for the Keyword text, folders test1, test2, test3 were three groups set their own input and keywords, can add their own arbitrary deletion, run the program before the first set of copies to D: . Program will identify the key words in square brackets, and output to output.txt in)
- 2021-04-27 14:48:44下载
- 积分:1
-
StuManagerSystem
java与MySQL数据库相连,jdbc(java,MySQL )
- 2016-05-28 14:19:02下载
- 积分:1
-
MessageObject
This is the root object from which all other objects in this package are derived. This class is never directly instantiated (and hence it is abstract).
- 2013-12-17 10:03:56下载
- 积分:1
-
SpringThreadExample
基于springboot实现的多线程并发任务,创建多任务并发执行的DEMO(Multi-threaded concurrent tasks based on spring boot to create DEMO for multi-task concurrent execution)
- 2020-06-21 19:20:01下载
- 积分:1
-
color
java语言开发的彩色图形,对于学习java语言中的色彩应用,十分有帮助(this is a java program which paint a colorful circle,this program is helpful to those who want to know how to use color in java)
- 2011-07-31 09:49:59下载
- 积分:1
-
xchart-demo-3.5.4.src
xchart源代码,包含了大量的条形统计图 ,曲线 ,折线,弧形等众多画图源码(xchart source code Contains a large number of bar statistics curves, polygons arcs and many other drawing source code.)
- 2019-06-05 13:03:06下载
- 积分:1
-
Java
设计模式一(单子、工厂、策略模式)练习
1. 假设现在要设计一个贩卖各类书籍的电子商务网站的购物车系统。对所有的教材类图书 实行每本一元的折扣;对连环画类图书提供每本7%的促销折扣;而对非教材类的计算机图书有3%的折扣;对其余书没有折扣。使用策略模式、工厂模式、单子模式进行设计(Design Mode 1 (List, Factory, Strategy Mode) Exercise
1. Suppose we are going to design a shopping cart system for e-commerce websites that sell all kinds of books. All textbook books are discounted at one yuan per book; comic books are discounted at 7% per book; computer books are discounted at 3% for non-textbook books; and other books are discounted at no rate. Design using strategy mode, factory mode and single mode)
- 2020-07-01 06:40:02下载
- 积分:1