自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 解决Matlab中load一个mat文件时出现The element type "name" must be terminated by the matching end-tag "</name>"的

下载了一个matlab的svm源码,直接打开load时出现                     The element type "name" must be terminated by the matching end-tag ""                     Could not parse the file: c:\matlab\toolbox\ccslink\cc

2014-04-03 20:04:39 17045 1

原创 安装Matlab的svm工具

要用svm做分类,所以要安装svm工具。

2014-04-03 19:32:43 568

原创 如何安装python的xlrd包

使用xlrd的包,下载之后解压直接双击setup.py发现,发现import时还是不识别,才发现setyp.py是需要参数的,得用命令行,脑残了。 xlrd的下载地址:https://pypi.python.org/pypi/xlrd/0.9.2 安装过程:下载后解压文件夹,使用命令行进入该文件夹后,用命令:setup.py install 之后再import发现安装好了

2014-04-03 10:51:56 4481

转载 Unable to resolve target 'android-14' 的解决办法

right click project --> go to properties --> select Android from there --> and from the list of target name select Android 4.0 or lesser。 有人说重启一下Eclipse也行 参考: http://stackoverflow.c

2014-04-01 11:18:02 395

原创 使用TabView和ListView构建游戏中的排行榜

1. 写出主界面的xml         android:id="@android:id/tabhost"         android:layout_width="fill_parent"         android:layout_height="fill_parent"          android:layout_below="@+id/pvp_rank_bluebar_

2014-04-01 10:44:17 497

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除