-
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
-
Fake-Login-Pages-or-Phishing(Yahoo_Facebook_Hi5_O
fake login source code and black hat details
- 2016-06-30 18:39:37下载
- 积分:1
-
java-class
JAVA的采用的java试题 含有100道 可以慢慢提高(The adoption of the java JAVA questions)
- 2013-05-29 22:28:19下载
- 积分:1
-
dingjifen
用JAVA实现简单的定积分,里面有详细说明(use JAVA to realize dingjifen with detailed instruction)
- 2014-05-25 22:33:58下载
- 积分:1
-
头像图片剪裁上传swf组件的java版
说明: 头像图片剪裁上传swf组件的java版,上传图片是实现可裁剪图片大小后上传(Head image clipping and uploading the Java version of SWF component)
- 2020-06-16 09:40:02下载
- 积分:1
-
抽奖
说明: 使用eclipseIDE和JAVA语言编写抽奖GUI应用程序,简洁美观易懂。(Using eclipse IDE and Java language to write the lottery GUI application program, which is simple, beautiful and easy to understand.)
- 2020-04-02 23:44:27下载
- 积分:1
-
qiyeyuanma
企业网站源码、java+mysql数据库(Corporate Website Source)
- 2011-05-26 09:30:27下载
- 积分:1
-
jJaava2Demo
Java2Demo版,不错的东东,需要先安装j2sdk(Java2Demo edition of the Eastern Yes, the need for installing j2sdk)
- 2006-08-13 14:21:19下载
- 积分: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
-
关于将jar包转换为exe可执行文件说明书
关于将jar包转换为exe可执行文件说明书,做了一个jsp程序,如何将它弄成一个可执行的程序(About the jar package converted to exe executable file instructions, made a JSP program, how to make it into an executable program)
- 2017-10-22 22:18:03下载
- 积分:1