会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
我有点帅哦
导航
博客园
首页
新随笔
联系
订阅
管理
公告
1
2
3
4
下一页
2022年3月11日
sublime text 配置Latex
摘要: 这篇文章不错,参考一下。 Sublime Text 下的 LaTeX 及高级应用 | 有龙则灵 (htharoldht.com)
阅读全文
posted @ 2022-03-11 13:30 我有点帅哦
阅读(102)
评论(0)
推荐(0)
2021年4月17日
GTX1050ti安装tensorflow2.0(gpu)
摘要: 【anacond3 + tf2.0(gpu)+ cuda10.0 + cudnn7.6.5 + 笔记本gtx1050 ti】
阅读全文
posted @ 2021-04-17 13:25 我有点帅哦
阅读(417)
评论(0)
推荐(0)
2021年3月7日
sublime text 配置 markdown和预览
摘要: 1. 建议使用Markdown 和 MarkdownLivePreview 插件 不太喜欢MarkdownEditing的风格 插件介绍介绍几个Markdown类的常用插件: 插件 功能MarkdownEditing 一个提高Sublime中Markdown编辑特性的插件MarkdownPrevie
阅读全文
posted @ 2021-03-07 11:55 我有点帅哦
阅读(1392)
评论(0)
推荐(0)
2021年3月6日
Python 程序打包成 exe 可执行文件
摘要: 安装pyinstaller 1.安装 conda install pyinstaller 2.使用 pyinstaller -F XXX.py 不要控制台 pyinstaller -F XXX.py --noconsole
阅读全文
posted @ 2021-03-06 17:11 我有点帅哦
阅读(104)
评论(0)
推荐(0)
2021年2月23日
devc++ 配置openCV
摘要: 参见:https://www.cnblogs.com/zerolyh/p/12643349.html
阅读全文
posted @ 2021-02-23 17:29 我有点帅哦
阅读(1135)
评论(0)
推荐(0)
2021年2月13日
Ubuntu安装sublime text3
摘要: 转 https://blog.csdn.net/m0_45478865/article/details/104155434 首先在官网http://www.sublimetext.com/3下载,我下载的是Linux 64bit的版本,一般会下载到Downloads/文件夹下,进入到文件夹下解压 t
阅读全文
posted @ 2021-02-13 20:28 我有点帅哦
阅读(456)
评论(0)
推荐(0)
2021年2月1日
sublime text 配置Miniconda编译环境
摘要: 1. 至清华镜像源下载 Anaconda或者Miniconda 发行版,我比较喜欢Miniconda,没其他原因,就是因为小。 链接: Anaconda :https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/ Miniconda: https:
阅读全文
posted @ 2021-02-01 15:39 我有点帅哦
阅读(764)
评论(0)
推荐(0)
sublime text 配置devc++ 编译环境
摘要: 1. 下载好DEVc++软件,安装(略) 2.在sublime text 中,工具->编译系统->新建编译系统 填写如下内容: { "path": "C:/Program Files (x86)/Dev-Cpp/MinGW64/bin", "shell_cmd": "g++ -std=c++11 \
阅读全文
posted @ 2021-02-01 12:53 我有点帅哦
阅读(458)
评论(0)
推荐(0)
2021年1月30日
2013-03-27 problem2 A Famous ICPC Team
摘要: Mr. B, Mr. G, Mr. M and their coach Professor S are planning their way for the ACM-ICPC World Finals. Each of the four has a square-shaped suitcase wi
阅读全文
posted @ 2021-01-30 14:58 我有点帅哦
阅读(56)
评论(0)
推荐(0)
2013-03-27 problem1 字符串匹配
摘要: 题目: 对于主串M和模式串P,找到P在M中出现的所有子串的第一个字符在P中位置,P中第一字符所在的位置为0。首行的数字表示有多少组字符串。 【输入示例】 2ababababaababaaaaaa 【输出示例】 0 2 40 1 【程序】 #include <iostream> #include <s
阅读全文
posted @ 2021-01-30 14:13 我有点帅哦
阅读(81)
评论(0)
推荐(0)
1
2
3
4
下一页
点击右上角即可分享