-
敏感词wordbank
package com.yaozhou.sensitive.wordbank;import java.io.BufferedInputStream;import java.io.BufferedReader;import java.io.File;import java.io.FileInputStream;import java.io.FileNotFoundException;import java.io.IOException;import java.io.InputStream;import java.io.InputStreamReader;import java.util.ArrayList;import java.util.HashMap;import java.util.HashSet;import java.util.LinkedList;import java.util.List;import java.util.Map;import java.util.Properties;import java.util.Set;/** * @author Yao.Zhou* @version 创建时间:2016年12月21日 上午11:08:23 * 类说明 */@SuppressWarnings("unused")public class SensitiveWordBank {private static final String ENCODE = "UTF-8";private File path;private Map wordBankContainer;public SensitiveWordBank(String dir) {
- 2022-01-26 05:07:53下载
- 积分:1
-
偶极天线的Fortran代码
fortran code of dipole antenna
- 2022-03-24 20:19:53下载
- 积分:1
-
自个写的一个穷举法算二十四点的小程序
自个写的一个穷举法算二十四点的小程序- Oneself writes an exhaustion method calculates 24 scripts
- 2022-06-11 23:59:02下载
- 积分:1
-
条形码生成软件,根据用户输入自动检索产生条形码图像
条形码生成软件,根据用户输入自动检索产生条形码图像-Barcode generation program. It can automatically generate barcode according to user s input.
- 2022-01-26 07:32:23下载
- 积分:1
-
The section of least squares procedures, very good, and hope that we share
最小二乘法的一段程序,很好用,希望大家共享-The section of least squares procedures, very good, and hope that we share
- 2022-12-26 20:45:02下载
- 积分:1
-
边缘检测代码
源码是关于边缘检测的代码,可以对检测图像中的边缘,能够很好的对一些非边缘物体进行图像的基本处理,使之消失 ,不影响整个边缘的检测!!!!!
- 2023-04-18 22:00:03下载
- 积分:1
-
DG method for transport equations
DG method for transport equations
- 2022-01-27 08:40:38下载
- 积分:1
-
numerical comparison to judge whether two equal number greater than or less than
数值比较 判断两个数是否相等 大于 或 小于-numerical comparison to judge whether two equal number greater than or less than
- 2022-10-25 12:20:03下载
- 积分:1
-
mapInfo图形文件的读取程序,可在DOS/控制台下读取tab文件数据
mapInfo图形文件的读取程序,可在DOS/控制台下读取tab文件数据-graphics document reader, the DOS/console read tab document data
- 2022-05-06 01:20:56下载
- 积分:1
-
01 背包问题 (回溯算法)
回溯法: 01 背包属于来找出最优解问题,回溯方法需要构建的解决方案的子集。当你在状态空间搜索树,只要左的子节点可以是一个可行的节点,搜索到左子树。上限为右子树,首先计算函数,以确定是否其负。
- 2022-02-21 05:06:50下载
- 积分:1