上一页 1 2 3 4 5 6 7 8 ··· 14 下一页
摘要: title: 动物识别专家系统课程设计 date: 2017 12 23 18:44:13 tags: categories: python 设计一个可以识别7种动物的专家系统,可以根据前提推导出结论,如果只有部分前提,询问提示。 RD.txt是规则库,一行一条,每条空格分隔,前面是前提,最后一个是 阅读全文
posted @ 2017-12-23 18:54 lepeCoder 阅读(5402) 评论(0) 推荐(2) 编辑
摘要: title: 最大最小距离算法 date: 2017 12 16 17:36:54 tags: 聚类算法 categories: Algorithms 课程设计 使用最大最小距离算法做聚类分析 cpp / 使用最大最小距离法做聚类分析 1. 任选一个样本作为聚类中心z1 2. 选择离z1距离最大的样 阅读全文
posted @ 2017-12-16 17:41 lepeCoder 阅读(3420) 评论(0) 推荐(0) 编辑
摘要: title: vim代码格式化插件clang format date: 2017 12 12 20:28:26 tags: vim categories: 开发工具 安装vim clang format插件 项目地址: "vim clang format" 如果用Vundle管理vim插件,直接在 阅读全文
posted @ 2017-12-13 12:13 lepeCoder 阅读(9614) 评论(0) 推荐(0) 编辑
摘要: title: Linux文件检索 date: 2017 12 11 19:03:01 tags: linux categories: linux whereis 只要执行 就可以搜索到“ls”命令和它的帮助文档的位置。 但它只能搜索man手册、二进制文件和源代码文件。 which which是一个比 阅读全文
posted @ 2017-12-11 21:13 lepeCoder 阅读(373) 评论(0) 推荐(0) 编辑
摘要: title: linux下视频转gif date: 2017 11 23 16:55:26 tags: linux categories: linux 安装 ffmpeg是一套非常强大的音视频录制 转换工具,今天只讨论怎样用它把视频转化为gif动态图,因为在用markdown写博客时偶尔会需要插入录 阅读全文
posted @ 2017-11-23 17:27 lepeCoder 阅读(917) 评论(0) 推荐(0) 编辑
摘要: title: linux下直接复制文件内容到剪切板 date: 2017 11 23 17:00:06 tags: categories: Linux 首先安装 . 如果是简单的用 会自动判别是要输出还是输入. 阅读全文
posted @ 2017-11-23 17:12 lepeCoder 阅读(23735) 评论(0) 推荐(0) 编辑
摘要: title: vim格式化markdown表格 date: 2017 11 23 15:23:25 tags: vim categories: 开发工具 安装插件 " https://github.com/dhruvasagar/vim table mode " 可以查看github页使用git下载 阅读全文
posted @ 2017-11-23 16:59 lepeCoder 阅读(2181) 评论(0) 推荐(0) 编辑
摘要: title: linux终端使用ss代理 date: 2017 11 09 21:06:16 tags: linux categories: linux 系统为archlinux 先将ss代理转化为http代理 安装polipo 修改配置文件 启动polipo 设置别名 添加 8123是polipo 阅读全文
posted @ 2017-11-16 16:09 lepeCoder 阅读(1994) 评论(0) 推荐(0) 编辑
摘要: title: 为archlinux终端ls不同类型文件设置不同显示颜色 date: 2017 11 13 20:53:55 tags: linux categories: linux archlinux终端默认所有文件都以同样的颜色显示,这样不容易区分文件和目录,可以通过在 添加 这样使用 列出目录 阅读全文
posted @ 2017-11-16 16:09 lepeCoder 阅读(1502) 评论(0) 推荐(0) 编辑
摘要: title: vim中的分屏操作 date: 2017 11 14 21:45:11 tags: vim categories: 开发工具 在命令行中: 在vim中: 创建分屏 | 命令 | 功能 | |: | | | :sp(split) file | 在水平窗口打开文件 | | :vsp(spl 阅读全文
posted @ 2017-11-16 16:09 lepeCoder 阅读(640) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 14 下一页