/images/avatar.png

^_^

GO与http请求

参考 任务 用go写一个http请求,输入一个单词,通过对彩云小译发起网络请求,返回单词的翻译结果 过程 打开网站 输入单词good,点击翻译 打开开发

vins_estimator

vins_estimator rosNodeTest.cpp 读取配置文件的参数 readParameters(config_file); readParameters()将配置文件的参数读取到parameters.h中 estimator.setParameter() 设置estimator的外参、td

Matrix Decomposition

本文试图用最简洁清晰的语言解释各种矩阵分解,只记录矩阵分解的基础知识和过程,对性质和应用的讨论先挖个坑,下次再填 有关矩阵分解的知识可以参考这

Pandas

pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool, built on top of the Python programming language. 参考 1 2 import numpy as np import pandas as pd Object creation Series是一维数据 1 2 s = pd.Series([1, 3, 5, np.nan, 6, 8]) s 0 1.0 1 3.0 2 5.0 3 NaN 4

剑指offer

在leetcode平台上做一下剑指offer的题,不定时更新 03 数组中重复的数字 考点 easy 模拟 题意 题链 找出数组中任一重复的数 题解 1 2 3 4 5 6 7 8 9

CS:GO参数设置

N卡设置 Config文件 默认 命名为conf.cfg 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 rate "786432" alias +cjump "+jump; +duck" alias -cjump "-jump; -duck" bind "space" "+cjump" cl_interp "0" cl_interp_ratio "1" viewmodel_recoil "0" bind "Capslock""+jump;-attack;-attack2;-jump" sv_grenade_trajectory "1" bind "MWHEELDOWN" "toggle

Learning CPP

Introduction 学习一下c++ 教程视频地址,搬运自youtube 个人认为是一个非常不错的c++教程 空着的待补 How C++ works pre-process compile link Variables Functions Header Files 当我们需要在cpp文件中用

tf-idf

记录一下tf-idf TF-IDF(term frequency–inverse document frequency)是一种用于信息检索与数据挖掘的常用加权技术