StevenBaby / learning-assemblyLinks
汇编语言学习的例子
☆10Updated 4 years ago
Alternatives and similar repositories for learning-assembly
Users that are interested in learning-assembly are comparing it to the libraries listed below
Sorting:
- 一步步写嵌入式操作系统☆82Updated 8 years ago
- 从零实现TCP/IP协议栈。实现ARP/IP(含分片与重组)/UDP/TCP等协议☆72Updated 2 years ago
- 基于Qt/C++实现的新冠肺炎疫情实时数据可视化显示。主要包括新型冠状病毒肺炎疫情数据实时查看,确诊/疑似/治愈/死亡数据趋势折线图,各省市和海外数据树形显示,最新动态和辟谣信息显示等,数据源来自腾讯新闻接口,数据格式为JSON。☆37Updated 5 years ago
- 学员学习过程,课程总结的文章集锦,包含linux c/c++服务器,音视频,内核,dpdk,golang☆130Updated 3 years ago
- 基于IPv4的流媒体广播系统Plus,在原版的基础上进行升级和bug修复等。采用C语言编写,使用高级Unix编程技术。The streaming media broadcasting system plus based on IPv4 is upgraded and bug…☆73Updated 2 years ago
- 本项目是在linux下基于Tinyhttpd扩展实现的不到700行的超轻量型Http Server,基于epoll事件驱动I/O,采用高效的Reactor模型+线程池进行客户端连接任务管理,支持高并发的静态与动态http请求。☆22Updated 5 years ago
- C++教程网视频教程☆43Updated 3 years ago
- 总结Linux驱动写法,编写关于字符设备,platform,锁,中断等example。☆18Updated 3 years ago
- 用标准c语言开发的常用数据结构和算法基础库,作为应用程序开发接口基础库,为编写高性能程序提供便利,可极大地缩 短软件项目的开发周期,提升工程开发效率,并确保软件系统运行的可靠性、稳定性。☆142Updated last year
- c实现的 MQTT 3.1.1 协议broker和client,支持 qos 0,1,2 消息、ACL 权限控制,支持 mongodb 消息存储。正在实现集群支持☆43Updated last year
- 在基于Linux系统的主机上,通过C/C++实现对主机状态监控,衡量终端负载情况。 设计目标是实现对: (1)CPU占用率 (2)系统运行时长 (3)内存占用率 (4)网络接口属性:接口名、IP地址、MAC地址 (5)网卡速率信息:上下行网速 的监控。☆24Updated last year
- gdb debug example☆65Updated 4 years ago
- Linux环境C语言编程项目多级Makefile管理模板☆26Updated 8 years ago
- TLPI(The Linux Programming Interface)《linux/unix系统编程手册(上、下册)》学习笔记☆84Updated 7 years ago
- 本仓库是自己学习操作系统真象还原的代码仓库,是基于作者代码的修改与注释☆71Updated 2 years ago
- C program and network programming series articles demo program☆14Updated 2 years ago
- Unix Or Linux Code Example | 服务器开发之 Linux 基础/系统/网络编程,全部代码已在 MacOS or UOS 编译运行通过☆45Updated 7 months ago
- 《Linux设备驱动开发详解-基于最新的Linux4.0内核》配套代码☆76Updated 3 years ago
- Linux 源码分析☆63Updated 4 years ago
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆58Updated 9 years ago
- 🔥An easy-to-port/learn/use C++ data structure template library | 一个易于移植/使用/学习且结构简洁的数据结构模板库☆53Updated last year
- c++ framework☆108Updated 2 years ago
- ☆46Updated 6 years ago
- 南京大学 计算机科学与技术系 操作系统 示例代码 (SPRING 2022)☆46Updated 3 years ago
- Linux下单进程/多线程/多进程/select/epoll架构的socket服务端和客户端的框架☆47Updated 9 years ago
- C语言实现的正则表达式的阉割版☆12Updated 7 years ago
- TinySTL is a subset of STL(cut some containers and algorithms) and also a superset of STL(add some other containers and algorithms)☆59Updated 9 years ago
- ePump是一个基于I/O事件通知、非阻塞通信、多路复用、多线程等机制开发的事件驱动模型的 C 语言应用开发框架,利用该框架可以很容易地开发出高性能、大并发连接的服务器程序。☆45Updated last year
- 用于Linux和嵌入式Linux平台的远程管理应用实现,包含Linux驱动开发,C++应用管理,node服务器,web界面开发,qt/C#界面实现,更多资料分享,可以通过微信号“sxc123456zc"联系或关注微信公众号:<嵌入式技术总结>。☆76Updated 4 months ago
- ☆29Updated 3 years ago