Pinned Repositories
acm-challenge-workbook
《挑战程序设计竞赛》习题册攻略
Algorithms
全面的算法代码仓库
Alibaba-German-AI-Challenge
多通道城市图像分类
C-Sokoban
C语言编写的推箱子小游戏
captcha-tensorflow
hack captcha by cnn with tensorflow
CPS-OCR-Engine
An awesome OCR engine developed by SYSU DeepDriving Lab
Crack-Detection-YOLOV3
The detection of sleeper crack for high-speed railway
CS
上过的公开课的作业,源代码的注释版本,一个大杂烩。
Qix
Machine Learning、Deep Learning、PostgreSQL、Distributed System、Node.Js、Golang
Snaill123's Repositories
Snaill123/acm-challenge-workbook
《挑战程序设计竞赛》习题册攻略
Snaill123/Algorithms
全面的算法代码仓库
Snaill123/captcha-tensorflow
hack captcha by cnn with tensorflow
Snaill123/CPS-OCR-Engine
An awesome OCR engine developed by SYSU DeepDriving Lab
Snaill123/CS
上过的公开课的作业,源代码的注释版本,一个大杂烩。
Snaill123/csapp
Computer Systems: A Programmer's Perspective
Snaill123/CSAPP-Labs
CSAPP网站上的9个labs
Snaill123/darknet_scripts
Auxilary scripts to work with (YOLO) darknet deep learning famework. AKA -> How to generate YOLO anchors?
Snaill123/Data_Structure
数据结构课程设计
Snaill123/Distributed-Systems
MIT课程《Distributed Systems 》学习和翻译
Snaill123/gcc_five_minute
gcc五分钟系列
Snaill123/Ghost
An AI search algorithm demo
Snaill123/Goupon
仿大众点评团购项目
Snaill123/HIT-OS-Lab
哈工大操作系统实验 (含报告,PPT,以及做实验过程中的一些小记录README.md)
Snaill123/HIT-OSLab
S - 哈工大《操作系统》实验
Snaill123/my_tensorflow
The code on deep learning.
Snaill123/NJU-Probability-and-Statistics
南京大学 概率论与数理统计 作业
Snaill123/objdet_web
Image object detection demo(YOLO,SSD,etc.) running as a Flask web server.
Snaill123/Sharing_bike
2017创训
Snaill123/shuaOJ
naive Online Judge solutions 愉快地刷各种OJ(我不是,我没有...)
Snaill123/SSM
J2EE项目系列(四)–SSM框架构建积分系统和基本商品检索系统(Spring+SpringMVC+MyBatis+Lucene+Redis+MAVEN)
Snaill123/tensorflow-tutorial
Example TensorFlow codes and Caicloud TensorFlow as a Service dev environment.
Snaill123/UDPChatAppEncryt
A java chat app based on UDP with our own encryption algorithm
Snaill123/web_tasks
Snaill123/write-a-C-interpreter
Write a simple interpreter of C. Inspired by c4 and largely based on it.