Pinned Repositories
AC-match-
This is a multi pattern match
BasicApiServer
c-btree
This class generates iterators , const iterators , reverse_iterators of btree
c-Eu-Vector
This is an vector-like data structure , I managed the memory myself to understand how vector manages memory
c-Graph
This program is used by practicing the smart pointers
c-radix-sort-
This is a multithreading radix sort , illustrating my understanding of mutex, multithreading
ClockComponent
cv-image-processing-
This program processing an image with operations such as sharpen , smooth and so on .
cv-natural-marker-AR
This is a natural marker Augmented Reality System ,
cv-sift-feature-stitching-
This is a image stitching program, algorithms used are Sift feature extraction, RANSAC, KD-Tree and so on
Even0311's Repositories
Even0311/ClockComponent
Even0311/twilio-video-app-react
A collaboration application built with the twilio-video.js SDK and React.js
Even0311/javascript-developer-test
Smokeball JavaScript Coding Challenge
Even0311/Project-setting-practise
Even0311/Project2-Weather
Even0311/BasicApiServer
Even0311/SmartHotel360-Website
SmartHotel360 Webiste
Even0311/lightsout-Answer-set-programming-
Even0311/Java--P2P-like-transport
This simulating a P2P like clients cycle
Even0311/AC-match-
This is a multi pattern match
Even0311/cv-natural-marker-AR
This is a natural marker Augmented Reality System ,
Even0311/cv-sift-feature-stitching-
This is a image stitching program, algorithms used are Sift feature extraction, RANSAC, KD-Tree and so on
Even0311/cv-image-processing-
This program processing an image with operations such as sharpen , smooth and so on .
Even0311/c-radix-sort-
This is a multithreading radix sort , illustrating my understanding of mutex, multithreading
Even0311/c-btree
This class generates iterators , const iterators , reverse_iterators of btree
Even0311/c-Graph
This program is used by practicing the smart pointers
Even0311/c-Eu-Vector
This is an vector-like data structure , I managed the memory myself to understand how vector manages memory
Even0311/Wordladder
This is a word ladder which lists all the possible ways between two words
Even0311/hello-world
First attempt, just learning