some standard project
☆11Aug 21, 2022Updated 3 years ago
Alternatives and similar repositories for standard-project
Users that are interested in standard-project are comparing it to the libraries listed below
Sorting:
- RPC远程调用框架☆26Apr 18, 2021Updated 4 years ago
- 📚一个三级缓存的高并发内存池☆61Feb 24, 2019Updated 7 years ago
- 尝试实现一个迷你的web服务器,用来学习C++语法、多线程编程、网络编程、Linux环境下编程☆23Feb 26, 2019Updated 7 years ago
- This is a phase retrieval approach for astronomical Shack-Hartmann wavefront sensor.☆11Nov 18, 2021Updated 4 years ago
- 短链接服务器,基于proactor的多线程服务器,maysql作为发号器,redis缓存☆10Jun 2, 2021Updated 4 years ago
- 关于C++的稍微高级点的部分,包括CGI通用网关编程、STL容器和算法、lambda表达式、多线程和信号,后期将不断更新内容,加入更多readme。☆12Jul 2, 2018Updated 7 years ago
- 基于c++实现的分布式文件传输系统☆11May 27, 2023Updated 2 years ago
- deep learning enhanced phase retrieval based on different architectures using tensorflow 2.0☆11Dec 18, 2019Updated 6 years ago
- ☆12Dec 5, 2022Updated 3 years ago
- 关于无锁队列的知识☆11Feb 13, 2017Updated 9 years ago
- C++并发编程实战(第2版)翻译自《C++ Concurrency in Action 2nd Edition》☆51Sep 27, 2024Updated last year
- Ultralightweight JSON parser in ANSI C☆10Mar 8, 2017Updated 8 years ago
- 即时通讯,支持单聊,群聊☆11Sep 15, 2020Updated 5 years ago
- 部署在树莓派上实现移动物体的实时监控。(开源版本)☆18Jan 11, 2023Updated 3 years ago
- 《TCP/IP网络编程》(韩-尹圣雨)学习笔记☆11Feb 25, 2019Updated 7 years ago
- 学习Linux epoll,使用epoll实现聊天室demo☆12Apr 2, 2019Updated 6 years ago
- unofficial pytorch implementation Anime Sketch Coloring with Swish-Gated Residual U-Net☆13Oct 3, 2023Updated 2 years ago
- 基于Opencv+QT的视频播放器☆18Dec 1, 2019Updated 6 years ago
- C++实现的高并发web服务器☆14Feb 26, 2020Updated 6 years ago
- 基于C++的可跨平台(主要针对win平台)的支持多线程的分布式缓存,兼容redis command,目前正在开发中。已经实现自适应Hash引擎(自动扩张和缩放)、无锁数据队列、Append持久化、过期键、replication、内存管理等功能,正在开发多数据结构支持。二期计…☆21May 12, 2023Updated 2 years ago
- 分布式、高并发游戏服务器,C++编写、数据库mysql、缓存redis。配置文件在config文件夹中☆15May 6, 2023Updated 2 years ago
- mysql45讲,从入门到精通☆15Aug 30, 2019Updated 6 years ago
- epoll 服务器,基于 reactor 模式,protobuf 自描述消息☆14Nov 17, 2020Updated 5 years ago
- 😎「计算机淘金手册-中文版」立志收录各种酷炫、高大上、对小白友好的开源项目,包括但不限于Java、C++、Python、Golang、JavaScript、人工智能、机器学习、人工智能等相关项目。☆15Feb 8, 2022Updated 4 years ago
- Linux程序设计大作业 一个多线程的Socket通信的FTP服务器☆18Dec 18, 2018Updated 7 years ago
- SunPush 是一个web消息推送服务器,复杂从web服务器推送消息到移动端。底层IO,使用Boost:asio,经过初步测试,可以同时支持20w连接并发推送(每个连接每秒1k数据包)!☆19Sep 1, 2014Updated 11 years ago
- 涡旋光的产生与检测方法:拉盖尔-高斯光束,贝塞尔-高斯光束,环形☆21Mar 22, 2021Updated 4 years ago
- 😏Linux Cpp 后台开发进阶学习,校招必学:操作系统、计算机网络、网络编程、并发实战、数据库原理、设计模式、Linux内核笔记、Linux命令和Git等。校招笔记、项目,你值得拥有。☆81Jan 17, 2021Updated 5 years ago
- ☆170Aug 6, 2019Updated 6 years ago
- Learning to Restore Images Degraded by Atmospheric Turbulence Using Uncertainty☆22Jul 12, 2022Updated 3 years ago
- 用C++11的std::atomic<T>实现一个无锁队列☆17Apr 6, 2016Updated 9 years ago
- An elegant operating system based on c++17 implementation☆21Apr 11, 2023Updated 2 years ago
- 该项目主要是用c++实现了跨平台的基础库,包括线程、互斥锁、自旋锁、条件变量、信号量等。另外还有封装了日志、配置文件读取、日期时间等常用类。再此基础上封装了开源Libevent网络库。主程序框架用了单例模式、工厂模式、命令模式来实现。☆20Mar 15, 2016Updated 9 years ago
- Phase Screen Models for Characterizing the Deep Turbulence effects on long distance laser beam propagation.☆26Feb 12, 2021Updated 5 years ago
- 一个基础性、模块完整且安全可靠的轻量级 Go 服务端框架☆21Jun 3, 2019Updated 6 years ago
- 本项目是在linux下基于Tinyhttpd扩展实现的不到700行的超轻量型Http Server,基于epoll事件驱动I/O,采用高效的Reactor模型+线程池进行客户端连接任务管理,支持高并发的静态与动态http请求。☆22May 5, 2020Updated 5 years ago
- 💎我的CS学习笔记,地址:https://notes.riba2534.cn☆22Dec 21, 2022Updated 3 years ago
- 分布式云存储(网络云盘)☆21Sep 8, 2021Updated 4 years ago
- 这是一个用C++11编写的高性能静态网页服务器 涵盖C++使用的方方面面 C++ 多线程 makefile CMakeList 信号量 互斥锁 智能指针☆26Jul 29, 2019Updated 6 years ago