Pinned Repositories
8cc
A Small C Compiler
apollonia
Tiny 2D physics engine
asammdf
Fast Python reader and editor for ASAM MDF / MF4 (Measurement Data Format) files
awesome-cs-books
经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等
awesome-vulkan
Awesome Vulkan ecosystem
FFmpegDemo
Qt + FFmpeg demo
gitignore
A collection of useful .gitignore templates
mydocker
<<自己动手写docker>> 源码
QML-Loaders
Loading animation implementations in QML
QtMySqlTest
Qt使用MySql的Demo
baoliubin's Repositories
baoliubin/8cc
A Small C Compiler
baoliubin/asammdf
Fast Python reader and editor for ASAM MDF / MF4 (Measurement Data Format) files
baoliubin/awesome-cs-books
经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等
baoliubin/Cpp_Primer_Practice
搞定C++:punch:。C++ Primer 中文版第5版学习仓库,包括笔记和课后练习答案。
baoliubin/cppreference2mshelp
cppreference.com html archive converter to microsoft help (for Visual Studio 2012+) and chm help (for Windows)
baoliubin/CTK
A set of common support code for medical imaging, surgical navigation, and related purposes.
baoliubin/easytrader
提供同花顺客户端/国金/华泰客户端/雪球的基金、股票自动程序化交易以及自动打新,支持跟踪 joinquant /ricequant 模拟交易 和 实盘雪球组合, 量化交易组件
baoliubin/Eel
A little Python library for making simple Electron-like HTML/JS GUI apps
baoliubin/geany
A fast and lightweight IDE
baoliubin/geany-plugins
The combined Geany Plugins collection
baoliubin/LearnOpenGL
Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com
baoliubin/llvm
Project moved to: https://github.com/llvm/llvm-project
baoliubin/mediapipe
Cross-platform, customizable ML solutions for live and streaming media.
baoliubin/mobilenet-yolov4-tf2
这是一个mobilenet-yolov4的库,把yolov4主干网络修改成了mobilenet,修改了Panet的卷积组成,使参数量大幅度缩小。
baoliubin/modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly
baoliubin/nodeeditor
Qt Node Editor. Dataflow programming framework
baoliubin/open_model_zoo
Pre-trained Deep Learning models and demos (high quality and extremely fast)
baoliubin/opencv
Open Source Computer Vision Library
baoliubin/Qt-AES
Native Qt AES encryption class
baoliubin/qt-creator
A cross-platform Qt IDE
baoliubin/qt5
Qt5 super module
baoliubin/qtmqtt
Qt Module to implement MQTT protocol version 3.1 and 3.1.1 http://mqtt.org/
baoliubin/sheetjs
:green_book: SheetJS Community Edition -- Spreadsheet Data Toolkit
baoliubin/sql-father-backend-public
新项目:快速生成 SQL 和模拟数据的网站(Java 后端),大幅提高开发测试效率!by 程序员鱼皮
baoliubin/Statistical-Learning-Method_Code
手写实现李航《统计学习方法》书中全部算法
baoliubin/tensorflow-windows-wheel
Tensorflow prebuilt binary for Windows
baoliubin/trader
交易模块
baoliubin/Vulkan
Examples and demos for the new Vulkan API
baoliubin/Vulkan-Samples
One stop solution for all Vulkan samples
baoliubin/yolov4-tf2
这是一个yolo4-tf2(tensorflow2)的源码,可以用于训练自己的模型。