Giter Site home page Giter Site logo

richardwqj's Projects

advanceddatastructures icon advanceddatastructures

大学时期学习数据结构的C++源码,包含AVL树、Treap、多个有序链表合并、二叉查找树、二项堆、红黑树、伸展树、跳表、栈与队列相互模拟以及最小(大)值求解、主席树的C++版实现,欢迎指出错误和提交贡献。

awesome-cpp icon awesome-cpp

A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.

bakebit icon bakebit

BakeBit is an open source platform for connecting BakeBit Sensors to the NanoPi NEO/NEO2. It is based on the GrovePi.

c_deamon icon c_deamon

C语言的一个小的守护进程,可以经任意进程启动为后台进程,并且当先停止时自动拉起该进程

can_transmitter icon can_transmitter

Super simple CAN transmitter for simulating vehicle network. Used for environmental testing of new automotive products.

ccif_simplelink_tcp icon ccif_simplelink_tcp

Sample C Code Interface Visual Studio DLL Project. Receives Rx CAN Messages object from Vehicle Spy via event handler and forwards the 8-byte payload over socket to a connected TCP server.

cherryusb icon cherryusb

Tiny and portable USB Stack (device & host) for embedded system with USB IP

clouddisk-cs icon clouddisk-cs

多进程+数据库连接池+Epoll+FastDFS。其主要工作流程是由父进程维护一个监听socket,然后当有接到连接请求时,通过管道通知子进程来与新的客户端建立连接,并且将其添加到子进程维护的epoll上。这样每个子进程相当于实际的工作进程,父进程只负责客户端连接请求的分发。然后每个字进程都通过边缘触发的方式来结收客户端的数据消息,并且通过公用的mysql连接池将文件信息进行存储,然后再通过fastDFS文件系统的traker服务器找到适合存储的存储节点,实现文件的分布式存储。

cpp-templates-2nd-- icon cpp-templates-2nd--

《C++ Templates 第二版》中文翻译,和原书排版一致,第一部分(1至11章)以及第18,19,20,21、22、23、24、25章已完成,其余内容逐步更新中。 个人爱好,发现错误请指正

cpp_new_features icon cpp_new_features

2021年最新整理,500个c++11/14/17/20/23的新特性代码案例,包含lambda匿名函数,右值引用,auto,coroutine库,synchronization库等

cpptemplatetutorial icon cpptemplatetutorial

中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.