Lance

大话数据结构

Chapter 2

Content Reference 大话数据结构

大话数据结构

Chapter 1

Content Reference 大话数据结构

Mardown

Contents Github Flavored Markdown Anchor ##Title ###Place 1 Hello, this is some text to fill in this, [here](#place-2), is a link to the second place. ###Place 2 Place one has the fun times of...

CS50 learning

Introduction This is a simple introduction about computer science. You can learn it on YouTube: https://www.youtube.com/results?search_query=cs50+2018 CS50 2018 - Lecture 0 - Computational...

C++ Review

Chapter 3

Content You can git clone C++ Review here: git clone https://github.com/lance-lh/learning-c-plusplus.git Mind map 字符串字面值 字符串字面值是一串常量字符,字符串字面值常量用双引号括起来的零个或多个字符表示,为兼容C语言,C++中所有的字符串字面值都由编译器自动在末尾...

C++ Review

Chapter 1 + 2

Content You can git clone C++ Review here: git clone https://github.com/lance-lh/learning-c-plusplus.git iostream istream -> cin ostream -> cout, cerr, clog (endl) cin >> a &...

Python Project Review

Data Visualization

Content You can git clone learning project data_visualization here: git clone https://github.com/lance-lh/data_visualization.git 1. simple plot import matplotlib.pyplot as plt input_values = [1,2...

Python Project Review

Alien Invasion

Content You can git clone learning project alien_invasion here: git clone https://github.com/lance-lh/alien_invasion.git 1. class class Alien(Sprite): def __init__(self,ai_settings,screen): ...

Jekyll and Github Pages Deployment on Windows

1. Introduction This is a simple tutorial for deploying Jekyll and Github Pages on Windows. 2. Jekyll on Windows 2.1 Ruby + Devkit installation ​ You need to go to official website: http://rub...

IEEE Institution Sign In Problem

Content Generally, we can use IPv6 to visit some websites for school user. While sometimes, the IPv6 address may bring some trouble to us. The proper way is to substitute IPv6 with IPv4 address...