JameyWoo
I am a graduate student who wants to engage in database development.
Zhejiang UniversityHangzhou
Pinned Repositories
doris
Apache Doris is an easy-to-use, high performance and unified analytics database.
csmile
csmile - a compiler for a subset of the C language.
generate_cpp_code_lstm
使用lstm, 基于我写的cpp代码, 生成新的cpp代码
gokv
A persistent, LSM tree structured key value database engine implemented by go language.
goroom
A simple chat room implemented in golang.
mymalloc
A memory allocator based on the idea of tcmalloc realized by C++.
re2graph
一个正则表达式转化为nfa, dfa 图片的程序.
tinykv_raft
a tiny kv database
transfer-learning
利用迁移学习进行五种花的分类
oceanbase
OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards.
JameyWoo's Repositories
JameyWoo/myDataSet
test how to use github
JameyWoo/cuda-by-examples-codes
This repository is to store the codes of the book -- <<cuda by examples>>.
JameyWoo/face_detect
调用face++的Face Detect API来实现人脸检测,搭建了一个简单的人脸检测网站。
JameyWoo/Model-Machine-expriment
计算机组成原理-模型机实验
JameyWoo/My-Machine-Learning-Project
这个仓库用来存放我实现各个机器学习算法/项目的代码。
JameyWoo/turing_robot_gui
用tkinter做的图灵机器人聊天窗口
JameyWoo/cit
《自己动手构造编译系统:编译、汇编与链接》随书源码
JameyWoo/competition
用来放一些notebook和数据集以在colab上训练模型
JameyWoo/cs346-redbase
CS 346 RedBase Project (Stanford)
JameyWoo/hackfun2019
hackfun 2019 华中赛区 比赛项目 - 智能查寝系统
JameyWoo/hands-on-ml-zh
:book: [译] Sklearn 与 TensorFlow 机器学习实用指南
JameyWoo/ostep
My exercises and homework for Operating Systems: Three Easy Pieces
JameyWoo/site_search_engine
一个站内搜索引擎,为我接下来要搭建的flask博客网站提供站内搜索服务。
JameyWoo/ucore
uCore Operating System Lab