Introduction
A 0 Mathmatics
attractor.py
A 1 Computer Science
Algorithm
Bit Manipulation
Calculator_AST.py
DFS BFS
Diffie Hellman Key Exchange
Dynamic Programming
Eight_Queen.py
FullBinaryTreeHeap.py
sort.py
Swap
Programming
Front End
HTML
split panes.html
热力图
FrontEnd.html
百度api获取城市坐标.py
Language
C
Gramma
argv.cc
inherit.cc
STL
Python
Dev Tools
crash_on_ipy.py
jupyter_hide_code.py
Example
Sendmail
attachment.py
pic.py
qq_smtp.py
sendmail.py
argparse_example.py
Ctypes
Cython
Keyboard Mouse
ncurses_example.py
Pandas
qrcode_example.py
Socket
动态修改幻灯片内容
Regular Expression
Software Engineering
Design
Factory Pattern
A 2 Machine Learning
Algorithms
Deep Reinforcement Learning
Policy Gradient
karpathy-pg-pong.py
kvfrans-ddpg.py
my simple PG.py
replay_buffer.py
Fine Tuning
Step By Step Q Learning
Neural Network
nn_mnist_static.py
nn_mnist.py
Support Vector Machine
SMO Simple
LDA.py
Problems
Imbalance
Tools
Py Torch
Example
Sci Kit Learn
tsne.py
Tensor Flow
Tensor Board
mnist_with_summaries.py
tensorboard_advanced.py
1 Tensor Flow Cheatsheet
Distributed_tensorflow.py
Duplicate A Tensorflow Graph
A 3 Linux
Bash
bash的高级技巧
Server Maintenance
Scripts
backup_server_data.py
charles-adduser.sh
mv2cron.bash
sendlog.py
AUTO UPGRADE
QUOTA
SECURITY
Arch Linux Installation
B Economics
Principle
Quantitative Investment
基本概念
B Management
Human Resource
Interview
2018ST实习收获
2020面试总结
Inwerviewer
Management By Object
OKR
Self Control
SMART
C Traffic Control
Objects
Terms
X Photography
1-纽约摄影学院三原则
Y Academic
论文写作
论文阅读
Z Sundry
DPT RP 1 Config
Published with GitBook
Bit Manipulation
去掉最右位:
x & (x - 1)
只要最右位:
x & ~(x - 1)
加法:
Result: XOR
Carry: AND
results matching "
"
No results matching "
"