weigao
Home
Tags
Minds
Recent&All
More
Jottings
About
Git
Commits
GitHub
weigao
...
Recent Update
LaTeX
last updated: 1/18/2020, 9:41:29 AM
1 min read
Problems in DL Training
last updated: 1/18/2020, 9:27:33 AM
1 min read
opencv Calibrate Camera
last updated: 1/18/2020, 9:27:33 AM
1 min read
CVPR Paper
last updated: 1/18/2020, 9:27:33 AM
1 min read
DFS and BFS
last updated: 11/20/2019, 11:57:01 AM
1 min read
Python Coroutines
last updated: 11/11/2019, 8:53:26 AM
1 min read
HTTP and HTTP/2
last updated: 11/11/2019, 8:53:26 AM
1 min read
Operating System
last updated: 9/18/2019, 10:47:37 AM
5 min read
Array
last updated: 9/17/2019, 9:53:19 AM
1 min read
Install the Latest Node.js in Ubuntu
last updated: 9/17/2019, 9:31:05 AM
1 min read
4 min read,
09:57 04/28/2019
OTHERS
###
2018/work log
Content of 2018/work log
July
August
September
October
November
December
Author Info
Author
Weigao Chen
update at 4/28/2019, 9:57:40 AM
4 min read,
06:22 08/06/2019
ALGORITHM
###
Algorithm Analysis and Design
Content of Algorithm Analysis and Design
Asymptotic Growth
+ + O-notation
Math
DP
+ + Maximum Subarray - LC53
+ + 0/1 Knapsack
+ + Climbing Stairs
Author Info
Author
Weigao Chen
update at 8/6/2019, 6:22:14 AM
1 min read,
09:53 09/17/2019
ALGORITHM
###
Array
Content of Array
Abstract
Python
+ + 计算二维数组行列数
+ + 调整数组顺序使奇数位于偶数前面
Author Info
Author
Weigao Chen
update at 9/17/2019, 9:53:19 AM
3 min read,
09:57 04/28/2019
RESEARCH
###
ArrayTrack
Content of ArrayTrack
Abstract
Signal fade
Two abservations
Challenge
Key observation
AoA
Design
Downconversion
Useful word
Relevant document
Author Info
Author
Weigao Chen
update at 4/28/2019, 9:57:40 AM
4 min read,
13:25 09/12/2019
ALGORITHM
###
Binary Search
Content of Binary Search
Summary
Code
+ + wiki 伪代码
+ + 查找插入位置
+ + bisect
+ + 向上、下取整
Problems
+ + 查找二维数组中是否存在某个元素
+ + 完全平方数
+ + 数字在排序数组中出现的次数
+ + Find Peak Element - 寻找峰值
Author Info
Author
Weigao Chen
update at 9/12/2019, 1:25:56 PM
3 min read,
09:04 09/04/2019
ALGORITHM
###
Bit Manipulation: Binary Number and Bitmap
Content of Bit Manipulation: Binary Number and Bitmap
Summary
Example
+ + 求二进制
+ + 二进制中1的个数
Bitmap
Author Info
Author
Weigao Chen
update at 9/4/2019, 9:04:40 AM
13 min read,
14:44 06/11/2019
GRAMMAR
###
C/C++ Grammar Note
Content of C/C++ Grammar Note
Pointer
+ + Questions
+ + Pointer and Array
+ + Pointer and Const
main()
Define Struct
Lvalue and Rvalue
OOP
Usage
+ + member initializer list
Templates
+ + Defination
+ + Nontype Parameter
String
+ + memset()
+ + strchr()
+ + strrchr()
+ + strncmp and strcmp
Library string Type
+ + getline(input stream, string)
+ + string::size_type
+ + string for
+ + Charater Type
+ + toupper()
+ + Using Subscript for Iteration
+ + Additional string Operations
+ + Other ways to construct strings
+ + substr
+ + insert and replace
+ + Array and string
String in Leetcode
+ + Get All Substring
+ + Longest Palindrome
+ + Is Palindrome
+ + Palindrome Partitioning
+ + Reverse Numebr
+ + Reverse String
Vector
+ + library vector type
Iterators
+ + toupper example
+ + twice iterator value
+ + Find in iterator
Makefile
+ + Example
+ + CMake
Author Info
Author
Weigao Chen
update at 6/11/2019, 2:44:39 PM
1 min read,
07:39 08/16/2019
_FRAMEWORKS
###
Celery
Content of Celery
Abstract
Config
初始化
调用 Task
Author Info
Author
Weigao Chen
update at 8/16/2019, 7:39:04 AM
3 min read,
08:37 05/15/2019
FRONTEND
###
Charts.js
Content of Charts.js
Installation
npm install
Responsive Charts
Sample
Author Info
Author
Weigao Chen
update at 5/15/2019, 8:37:17 AM
1 min read,
04:57 08/06/2019
RESEARCH
###
CNN
Content of CNN
Author Info
Author
Weigao Chen
update at 8/6/2019, 4:57:43 AM
2 min read,
08:37 05/15/2019
GRAMMAR
###
Code Content
Content of Code Content
Important
DP
BFS
String
Map & Set
Tree
Linked List
Recursion
C basic
Math
Stack
STL
Author Info
Author
Weigao Chen
update at 5/15/2019, 8:37:17 AM
1 min read,
07:09 05/15/2019
OTHERS
###
Code life
Content of Code life
::: vue Hello and Welcome! :::
Author Info
Author
Weigao Chen
update at 5/15/2019, 7:09:13 AM
1 min read,
07:32 08/31/2019
PYTHON
###
Crontab
Content of Crontab
时序语法
Author Info
Author
Weigao Chen
update at 8/31/2019, 7:32:37 AM
2 min read,
09:57 04/28/2019
RESEARCH
###
CSI Tool
Content of CSI Tool
1.1 预备工作
1.2 配置CSI-Tool
Author Info
Author
Weigao Chen
update at 4/28/2019, 9:57:40 AM
2 min read,
09:57 04/28/2019
FRONTEND
###
CSS
Content of CSS
Insert CSS
+ + Multiple Style Sheets
colors
Author Info
Author
Weigao Chen
update at 4/28/2019, 9:57:40 AM
1 min read,
09:27 01/18/2020
RESEARCH
###
CVPR Paper
Content of CVPR Paper
No Bounding Boxs
Author Info
Author
Weigao Chen
update at 1/18/2020, 9:27:33 AM
6 min read,
02:23 07/01/2019
GRAMMAR
###
Data Struct
Content of Data Struct
Stack
+ + Valid Parentheses
+ + Validate Stack Sequence
+ + Next Greater Element
Map and Set
+ + HashMap in Python - Counter
+ + unordered_map
+ + map
+ + set
Linked List
+ + Reverse Linked List
+ + Intersection of Linked List
+ + Implement LRU
Binary Tree
+ + Level Order Traversal
BST
+ + Inorder Traveersal BST
Author Info
Author
Weigao Chen
update at 7/1/2019, 2:23:23 AM
1 min read,
11:57 11/20/2019
ALGORITHM
###
DFS and BFS
Content of DFS and BFS
Problems content
DFS
+ + 矩阵中的最长递增路径
Author Info
Author
Weigao Chen
update at 11/20/2019, 11:57:01 AM
2 min read,
07:52 08/08/2019
_SERVER
###
Docker
Content of Docker
Installation
Containers
Share images
Services
+ + Task
Swarms
Author Info
Author
Weigao Chen
update at 8/8/2019, 7:52:21 AM
3 min read,
04:57 08/06/2019
RESEARCH
###
Face Recognition
Content of Face Recognition
1. Abstract
2. YOLO
+ + 2.1 Sliding window
+ + 2.2 YOLO
3. Face recognition
+ + 3.1 Dataset
+ + 3.2 Darknet
Author Info
Author
Weigao Chen
update at 8/6/2019, 4:57:43 AM
共 73 条
1
2
3
4
前往
页