SGNYYYY / supermarketLinks
超市商品库存信息管理系统/大一C语言课设
☆13Updated 3 years ago
Alternatives and similar repositories for supermarket
Users that are interested in supermarket are comparing it to the libraries listed below
Sorting:
- C语言 考试管理系统☆14Updated 5 years ago
- C语言(宿舍管理系统课程设计)☆28Updated 7 years ago
- 基于共享内存的进程间通信组件☆15Updated 6 years ago
- vue.js+node.js 毕业设计 ----- 校园信息发布平台☆15Updated 4 years ago
- C语言课程设计超市库存管理系统☆23Updated 7 years ago
- 使用 epoll 实现多线程 Reactor 模式的 TCP server 框架。☆10Updated 6 years ago
- C语言实现封装的服务器框架,多进程+单线程+libevent+openssl+ORMSQL☆10Updated 6 years ago
- 一个通用的C语言编写的类似STL功能的集合库,实现比较简单,通用性比较强☆32Updated 8 years ago
- Linux环境下的C/C++小项目☆97Updated 7 years ago
- linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能☆86Updated 2 years ago
- I/O multiplexing(select,poll和epoll三组I/O复用系统调用),libevent学习笔记和与之相关的小项目。☆31Updated 7 years ago
- A cross platform lock-free and timer-supported C++11 network library.一个跨平台的无锁且支持定时器的C++11网络库。☆30Updated 3 years ago
- 物流仓储管理系统前端(预览http://39.96.175.246:8083)☆14Updated 2 years ago
- C语言实现部分数据结构和算法,包括链表,栈,队列,哈希表,树,排序算法,图算法等等☆14Updated 7 years ago
- C服务器进程通用模板,跨平台,动态库,协程☆47Updated last month
- 定时器方案,采用epoll的异步驱动和采用时间轮推动2中方案。测试在20万个定时器同时存在(以50us的速率仍然持续创建)的情况下内存为20M,cpu占用2%左右☆17Updated 10 years ago
- 在 Linux 环境下使用 C 语言实现,使用socket 通信,结合select函数实现高并发的IO,客户端发送消息到服务器,服务器在广播到每个聊天室成员。☆52Updated 9 years ago
- 2013年C++实训五子棋项目☆23Updated 6 years ago
- 用C++开发web服务器框架☆31Updated 4 years ago
- 一个基于Linux的纯C基础类库☆36Updated 8 years ago
- C++QT写的图书管理系统☆153Updated 4 years ago
- 校园订餐系统,前端vue2,后端nodejs,本人的毕业设计,学前端的小伙伴用来应付毕业设计应该没啥问题😁☆21Updated last year
- C、C++和其在Linux下的编程学习,主要是51CTO、传智播客、一些经典书籍的学习等☆37Updated last year
- 算法数据结构学习笔记-C语言☆80Updated 7 years ago
- 学员学习过程,课程总结的文章集锦,包含linux c/c++服务器,音视频,内核,dpdk,golang☆127Updated 3 years ago
- 涵盖C++ Primer 5th、 effective C++ 、 STL api和demos C++ 基础知识与理论、 智能指针、C++11、 Git教程 Linux命令 Unix操作系统(进程、线程、内存管理、 信号)计算机网络、 数据结构(排序、查找)、数据库、、C++…☆40Updated 4 years ago
- 由C语言实现的单线程高并发的网络基础库☆54Updated 4 years ago
- 使用Qt开发的一个简单的酒店管理系统☆67Updated 5 years ago
- 高性能网络设计——网络编程(网络io与select、poll、epoll,reactor原理与实现、http服务器实现、websocket协议与服务器实现)与网络原理(服务器百万并发,网络协议栈,UDP可靠传输协议QUIC),协程框架NtyCo的实现,用户态协议栈NtyTc…