Skip to content
View Green-Ren's full-sized avatar
Block or Report

Block or report Green-Ren

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. C-11ThreadSafe_Queue C-11ThreadSafe_Queue Public

    线程安全队列,采用了c++11新特性实现

    C++ 4 3

  2. ffplay_d3d ffplay_d3d Public

    ffmpeg ffplay 实现dx显示

    C 3 3

  3. file-transfer-system-base-on-linux file-transfer-system-base-on-linux Public

    基于linux的文件传输系统

    C 1

  4. mp3-player mp3-player Public

    基于SD卡的 MP3 播放器

    C 1

  5. CBufferMgr CBufferMgr Public

    申请一块大的内存作为缓冲区,后期资源都从此缓存区申请和释放,缓存区对象采用的是c/c++实现

    C++

  6. C-11_ThreadPool C-11_ThreadPool Public

    C++11实现的线程池,管理一个线程队列,一个任务队列,然后每次取任务给线程去做,循环往复

    C++