上一页 1 2 3 4 5 6 7 8 ··· 14 下一页
摘要: title: 博客园自动显示随笔标签 date: 2018 01 03 20:52:22 tags: 浏览器脚本 categories: 前端 在添加随笔页自动显示已有标签,不用点击 效果如图 安装链接 https://greasyfork.org/zh CN/scripts/36809 %E5%8 阅读全文
posted @ 2018-01-03 21:08 lepeCoder 阅读(367) 评论(0) 推荐(0) 编辑
摘要: title: 感知器算法做模式识别 date: 2017 12 23 21:04:54 tags: 模式识别 categories: c++ 感知器算法是线性分类器中的一种。 这种算法的基本思想是: 对于初始的或者迭代中的增广权矢量W,用训练模式检验其合理性。当不合理时,对其进行校正,利用梯度下降法 阅读全文
posted @ 2017-12-23 21:21 lepeCoder 阅读(2401) 评论(0) 推荐(0) 编辑
摘要: title: 动物识别专家系统课程设计 date: 2017 12 23 18:44:13 tags: categories: python 设计一个可以识别7种动物的专家系统,可以根据前提推导出结论,如果只有部分前提,询问提示。 RD.txt是规则库,一行一条,每条空格分隔,前面是前提,最后一个是 阅读全文
posted @ 2017-12-23 18:54 lepeCoder 阅读(5469) 评论(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 阅读(3487) 评论(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 阅读(9944) 评论(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 阅读(375) 评论(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 阅读(931) 评论(0) 推荐(0) 编辑
摘要: title: linux下直接复制文件内容到剪切板 date: 2017 11 23 17:00:06 tags: categories: Linux 首先安装 . 如果是简单的用 会自动判别是要输出还是输入. 阅读全文
posted @ 2017-11-23 17:12 lepeCoder 阅读(24011) 评论(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 阅读(2226) 评论(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) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 14 下一页