-
使用类面板设置颜色,使用按钮显示不同的颜色变换…
运用类Panel设置颜色,使用按钮显示不同的颜色变换-use category Panel set up color, the use of buttons show different colors transform
- 2023-05-04 15:10:03下载
- 积分:1
-
leedcode
用Java编写的leedcode 算法题(Java prepared by the leedcode algorithm,)
- 2016-08-03 09:36:21下载
- 积分:1
-
327518
Java编程io实例,给出输入输出技术在java方面的具体例子,()
- 2018-01-25 09:55:07下载
- 积分:1
-
《Java核心技术(卷I)
java核心技术,经典教材,主要是java基础(Java core technology, classic textbook, mainly Java Foundation)
- 2021-03-12 08:59:25下载
- 积分: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
-
精确数据格式化
//利用BigDecimal对象作为参数在format()中调用货币和百分比格式化 BigDecimal bigInterest = bigLoanAmount.multiply(bigInterestRate); //BigDecimal运算 NumberFormat currency = NumberFormat.getCurrencyInstance(); //建立货币格式化引用 NumberFormat percent = NumberFormat.getPercentInstance(); //建立百分比格式化用 percent.setMaximumFractionDigits(3); //百分比小数点最多3位}
- 2023-03-29 16:00:03下载
- 积分:1
-
Spring-Reference_zh_CN
说明: spring reference describe by chinese
- 2019-01-07 22:49:42下载
- 积分:1
-
K-means Cluster Algorithm
本程序采用java 开发,主要实现传统的K-means聚类,可以直接点击JAR文件运行,然后选择相关K,然后点击开始聚类,最后可以看到图示表示。
- 2023-06-17 09:30:04下载
- 积分:1
-
j2me实现两移动设备,如java手机等的蓝牙通信
j2me实现两移动设备,如java手机等的蓝牙通信-j2me achieve two mobile devices, such as cell phones java Bluetooth Communication
- 2022-02-06 14:35:25下载
- 积分:1
-
KugouPlayer_202_V4.0.1.apk
是一个很实用的,还不错的一个音乐播放器。还是有可观性的(Is a very practical, but also a good music player. There are still substantial in nature)
- 2011-09-23 19:16:59下载
- 积分:1