Pinned Repositories
AVLTree
a AVL tree used as key-value set
BinaryHeap
A binary heap in Java can use to be priority queue
blog_site
car_game
A car racing game based on Slick with a simple physics engine and three different AI players
deeplearning-model-convertor
Non-universal deeplearning model convertor
eight_puzzle
An Eight Puzzle problem solver using Random Searching, BFS, DFS, Greedy Searching, A* Searching
flappybird_cocos2dx_2
A flappybird based on cocos2d-x with physics features
mobilenets-caffe-prototxt
Google's MobileNets definition with Alpha = 0.25, 0.5, 0.75, 1.0, in Caffe prototxt.
ncnn
ncnn is a high-performance neural network inference framework optimized for the mobile platform
ya_mxdet
Yet Another MXnet DETection
lhCheung1991's Repositories
lhCheung1991/deeplearning-model-convertor
Non-universal deeplearning model convertor
lhCheung1991/mobilenets-caffe-prototxt
Google's MobileNets definition with Alpha = 0.25, 0.5, 0.75, 1.0, in Caffe prototxt.
lhCheung1991/AVLTree
a AVL tree used as key-value set
lhCheung1991/BinaryHeap
A binary heap in Java can use to be priority queue
lhCheung1991/blog_site
lhCheung1991/car_game
A car racing game based on Slick with a simple physics engine and three different AI players
lhCheung1991/eight_puzzle
An Eight Puzzle problem solver using Random Searching, BFS, DFS, Greedy Searching, A* Searching
lhCheung1991/flappybird_cocos2dx_2
A flappybird based on cocos2d-x with physics features
lhCheung1991/ncnn
ncnn is a high-performance neural network inference framework optimized for the mobile platform
lhCheung1991/ya_mxdet
Yet Another MXnet DETection
lhCheung1991/KMP_Tool
A string matching tool based on KMP algorithm (Knuth-Morris-Pratt Algorithm)
lhCheung1991/lhCheung1991.github.io
lhCheung1991/mirrors
中科院开源镜像小组
lhCheung1991/optical_number_recognizing
A simple optical number recognizing example based upon BFS and geometry features
lhCheung1991/RBTree
A Red Black Tree implemented in Java