代码改变世界

阅读排行榜

将搜狗词库(.scel格式)转化为txt格式

2015-10-20 15:41 by 采药的蜗牛, 11321 阅读, 收藏,
摘要: 参考:http://blog.csdn.net/zhangzhenhu/article/details/7014271#!/usr/bin/python# -*- coding: utf-8 -*-import structimport osimport sys#拼音表偏移,startPy = 0x... 阅读全文

计算机视觉整理库

2015-02-02 11:09 by 采药的蜗牛, 9763 阅读, 收藏,
摘要: 本文章有转载自其它博文,也有自己发现的新库添加进来的,如果发现有新的库,可以推荐我加进来转自:http://www.cnblogs.com/tornadomeet/archive/2012/05/24/2515980.htmlDeep Learning(深度学习):ufldl的2个教程(这个没得说,... 阅读全文

利用matlab将数据写入指定列的方法

2013-04-30 17:34 by 采药的蜗牛, 9741 阅读, 收藏,
摘要: 最近忙着毕业设计,主要是提取TID2008图库里的图像的特征,然后用于分类器。其中用到matlab程序,提取特征存成excel的,第一列是图片名字,第二列往后 是提取出来的特征。其中图片格式是bmp的程序很简单:clcclear allclosepathname = uigetdir(cd, '请选择文件夹');if pathname == 0 msgbox('您没有正确选择文件夹'); return;endfilesname = ls(strcat(pathname,'/*.bmp'));%strcat连接字符串files = [cellstr 阅读全文

Solution for link error:Cannot Open File 'python27_d.lib'

2015-12-02 10:04 by 采药的蜗牛, 4986 阅读, 收藏,
摘要: 引自:http://guangboo.org/2013/01/17/solution-link-errorcannot-open-file-python27_dlib感谢原作者使用C调用Python函数或解释器时,在添加了Include Directories和Library Directories... 阅读全文

windows下使用docker安装tensorflow

2016-10-28 13:01 by 采药的蜗牛, 4178 阅读, 收藏,
摘要: 一.安装Docker 1.首先先按照docker,从 https://get.daocloud.io/toolbox/ 下载exe文件就好 双击安装会多出来三个东西: Oracle VM VirtualBox Git Boot2Docker for Windows 2.启动docker 命令行(cm 阅读全文