Pinned Repositories
acl
one advanced C/C++ lib for UNIX and WINDOWS
AdvancedEAST
AdvancedEAST is an algorithm used for Scene image text detect, which is primarily based on EAST, and the significant improvement was also made, which make long text predictions more accurate.
android-open-project
Collect and classify android open source projects 微信公众号:codekk 微博:
Deep-Learning-21-Examples
《21个项目玩转深度学习———基于TensorFlow的实践详解》配套代码
log4cpp-encapsulation
封装一个日志类,让记录日志更加简便。
OpenCV_Code
OpenCV实例精解源代码
SearchEngine
一个搜索引擎迷你项目,涉及分词,建倒排索引,网页去重,计算相似度,文本聚类,多进程编程,网络编程,守护进程编写,makefile编写,工程组织等各方面内容
SpellCorrect
拼写纠错程序,涉及建词典、索引,动态规划算法,线程池池,线程同步,socket网络编程等
ssd.pytorch
A PyTorch Implementation of Single Shot MultiBox Detector
tensorflow
Computation using data flow graphs for scalable machine learning
june505's Repositories
june505/SearchEngine
一个搜索引擎迷你项目,涉及分词,建倒排索引,网页去重,计算相似度,文本聚类,多进程编程,网络编程,守护进程编写,makefile编写,工程组织等各方面内容
june505/log4cpp-encapsulation
封装一个日志类,让记录日志更加简便。
june505/hiredis
Minimalistic C client for Redis >= 1.2
june505/acl
one advanced C/C++ lib for UNIX and WINDOWS
june505/muduo
A C++ non-blocking network library for multi-threaded server in Linux
june505/SpellCorrect
拼写纠错程序,涉及建词典、索引,动态规划算法,线程池池,线程同步,socket网络编程等
june505/jsoncpp
A C++ library for interacting with JSON.
june505/awesome-cpp
A curated list of awesome C/C++ frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
june505/w3school
W3School 教程 & 编程语言文档整理
june505/cjieba
CppJieba的C语言api
june505/android-open-project
Collect and classify android open source projects 微信公众号:codekk 微博:
june505/cppjieba
"结巴"中文分词的C++版本
june505/simhash
中文文档simhash值计算
june505/redis-cplusplus-client
A C++ client for Redis. It supports consistent hashing, redis-server v2.0 and has a high level api for shared strings, integers, lists and sets