2017年7月14日
摘要: 1.数据下载地址 http://pan.baidu.com/s/1ge9bJIN 2.这些数据已经分过类别-webkb 20newsGroup R8,预处理 分词 stemming 词频统计 3.这些数据数据下载地址 http://ana.cachopo.org/datasets-for-singl 阅读全文
posted @ 2017-07-14 08:39 ALT_LB 阅读(1013) 评论(1) 推荐(0) 编辑
  2017年7月13日
该文被密码保护。 阅读全文
posted @ 2017-07-13 16:20 ALT_LB 阅读(1) 评论(0) 推荐(0) 编辑
摘要: import numpy as npimport matplotlib.pyplot as pltN = 5menMeans = (20, 35, 30, 35, 27)menStd = (2, 3, 4, 1, 2)ind = np.arange(N) # the x locations for 阅读全文
posted @ 2017-07-13 14:17 ALT_LB 阅读(2312) 评论(0) 推荐(0) 编辑
摘要: # encoding=utf-8def init1(): path='lb\\matrix.txt' f=open(path) martrix=[] for line in f.readlines(): line=line.strip('\n') doc=line.split(',') martri 阅读全文
posted @ 2017-07-13 14:16 ALT_LB 阅读(1823) 评论(0) 推荐(0) 编辑
摘要: package lb;import java.awt.Color;import java.awt.Font;import java.io.File;import java.text.DecimalFormat; import org.jfree.chart.ChartFactory;import o 阅读全文
posted @ 2017-07-13 14:13 ALT_LB 阅读(6037) 评论(0) 推荐(0) 编辑
摘要: # encoding=utf-8import matplotlib.pyplot as pltfrom pylab import * #支持中文mpl.rcParams['font.sans-serif'] = ['SimHei']names = ['5', '10', '15', '20', '2 阅读全文
posted @ 2017-07-13 14:11 ALT_LB 阅读(103334) 评论(0) 推荐(3) 编辑
  2017年7月10日
摘要: 1.下载所需的python3.6.exe 我已下载好放在 http://pan.baidu.com/s/1pLQCyyJ 2.里面的组件都是官网下载的 ,操作系统64位 3. 找到python 的安装路径 的scripts ,例如 我的是C:\Program Files\python\Scripts 阅读全文
posted @ 2017-07-10 17:05 ALT_LB 阅读(339) 评论(0) 推荐(0) 编辑
  2017年6月16日
摘要: 1.打开word2010 2.光标定位在首页,点击插入 编辑页脚 3.在页脚输入内容,发现所有页都有页脚 4.点击第二页的页脚 然后点击链接到上一页页眉 该按钮处于未选中状态 删除页脚内容 5.只有第一页有页脚 阅读全文
posted @ 2017-06-16 12:03 ALT_LB 阅读(7406) 评论(0) 推荐(0) 编辑
  2017年6月8日
摘要: String fileName = imgUrl.substring(imgUrl.lastIndexOf('/') + 1, imgUrl.length()); try { // 文件名里面可能有中文或者空格,所以这里要进行处理。但空格又会被URLEncoder转义为加号 String urlTa 阅读全文
posted @ 2017-06-08 17:23 ALT_LB 阅读(212) 评论(0) 推荐(0) 编辑
  2017年5月18日
摘要: package Test;import org.ujmp.core.Matrix;import org.ujmp.jama.*;import org.ujmp.core.MatrixFactory;import org.ujmp.core.calculation.Calculation.Ret;pu 阅读全文
posted @ 2017-05-18 11:28 ALT_LB 阅读(1710) 评论(0) 推荐(0) 编辑