Forty-two

The Hacker's Guide to the Algorithm


  • 首页

  • 分类

  • 标签

  • 归档

  • 关于

  • 公益 404

  • 搜索

linux中文输入法

发表于 2019-06-10 | 分类于 操作系统

系统版本为 Ubuntu 16.04。

首先安装汉语语言包:

阅读全文 »

linux强化学习环境配置

发表于 2019-06-10 | 更新于 2019-11-15 | 分类于 操作系统

Nvidia 驱动安装

在 All Settings -> Details 中查看自己的设备信息,如图:

阅读全文 »

markdown入门

发表于 2019-06-02 | 更新于 2019-12-09

本博客均使用 markdown 撰写,这里简单介绍一下 markdown 的语法,同时记录分享一些在编写文章的过程中遇到的问题。

阅读全文 »

Python 随机数

发表于 2019-05-21 | 更新于 2019-06-10 | 分类于 Python Notes

有这样一个场景:在蛇棋游戏中,总共有 100 个格子,其中有 ladder_num 个格子中有梯子,梯子的作用是让棋子直通到另外一个格子中。用 python 实现梯子功能的代码片段如下:

阅读全文 »

Python字符串

发表于 2019-05-21 | 更新于 2019-07-12 | 分类于 Python Notes

字符串的访问跟列表一样,用方括号访问,支持切片操作。
python 支持格式化字符串的输出,最基本的用法是字符串中插入 %s:

阅读全文 »

朴素贝叶斯 naive bayes

发表于 2019-02-27 | 分类于 机器学习

贝叶斯公式

Linux Guide

发表于 2019-01-23 | 更新于 2019-06-10 | 分类于 操作系统

Introduction

Linux

Linux是一个免费的类 unix 操作系统,基于 POSIX 和 UNIX 的多用户、多任务、支持多线程和多 CPU 的操作系统。以网络为核心,性能稳定。

阅读全文 »

Effective C++ 读书笔记 03:尽可能使用const

发表于 2019-01-22 | 更新于 2019-06-25 | 分类于 编程语言

const 允许你指定一个语义约束,而编译器会强制执行这项约束,确保某个对象不会被改变。如果某个对象在执行中不应该(或者不会)被改变,就应该使用 const。

阅读全文 »

test

发表于 2019-01-20 | 更新于 2019-06-04 | 分类于 测试文档

Hello World!

Welcome to visit my blog!

this my first blog.

  • papers
  • coding
  • books













11 11
1111
123 456 789

Hello World

发表于 2019-01-20 | 更新于 2019-01-21 | 分类于 测试文档

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

12
Mr-Solution

Mr-Solution

an introduction
20 日志
9 分类
14 标签
GitHub E-Mail CSDN
友情链接
  • shenzhuo
  • Light
  • 飞语流年
© 2018 – 2019 Mr-Solution
0%