EUNO.NEWS EUNO.NEWS
  • All (20543) +144
  • AI (3117) +9
  • DevOps (914) +5
  • Software (10652) +105
  • IT (5812) +25
  • Education (48)
  • Notice
  • All (20543) +144
    • AI (3117) +9
    • DevOps (914) +5
    • Software (10652) +105
    • IT (5812) +25
    • Education (48)
  • Notice
  • All (20543) +144
  • AI (3117) +9
  • DevOps (914) +5
  • Software (10652) +105
  • IT (5812) +25
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 6天前 · software

    Linux 系统编程:动手实践入门 ‘Demo’ 程序

    此仓库包含我书中程序的源代码,书名《System Programming in Linux: A Hands-On Introduction》。该书由 No Starch Press 出版……

    #system programming #Linux #C programming #open source #tutorial #book companion #hands‑on examples
  • 6天前 · software

    第6天:C语言中的结构体:在没有类的情况下组织数据

    介绍 在像 Java 或 Python 这样的语言中,你使用类来捆绑数据。C 没有类;它有更原始的东西:struct。一个 struct…

    #C programming #structs #data structures #tutorial #custom types #type definition
  • 1周前 · software

    多维数组 & Row-major Order:深入探讨

    多维数组和行主序 概念视图 c int matrix34; 将其视为一个二维网格: 00 01 02 03 10 11 12 13 20 21 22 23 物理视图 …

    #multidimensional arrays #row-major order #memory layout #C programming #low-level implementation #data structures #address calculation
  • 1周前 · software

    我用 C 构建了一个小型 HTTP 服务器,以了解网络的实际工作原理

    我想要的和我不想要的 这个项目从来不是为了构建生产服务器。我并不是想与 Nginx 竞争。我只想要对非常…的答案。

    #C programming #HTTP server #sockets #POSIX threads #low‑level web development #network programming #static file serving #learning project
  • 1周前 · software

    C 中的位域解析:它们的工作原理及重要性

    什么是位域?bit field 是一种特殊的 struct 成员,允许你精确指定变量应占用的位数,而不是使用标准的整数类型。

    #C programming #bit fields #struct #memory optimization #low-level programming
  • 1周前 · software

    在 Windows 上设置 C 编程语言

    以下是相同的内容,但已对 Markdown 进行清理并统一格式。所有 images、links 和 text 均已保留。

    #C programming #Windows #development environment #compiler setup #IDE #MinGW #Visual Studio
  • 1周前 · software

    Musashi:用 C 编写的 Motorola 680x0 模拟器

    文章链接: https://github.com/kstenerud/Musashi 评论链接: https://news.ycombinator.com/item?id=46535540 得分: 92 评论数: 8

    #emulator #Motorola 680x0 #C programming #Musashi #GitHub #retro computing
  • 1周前 · software

    第1天:数组的谎言 (Arrays vs Pointers in C)

    引言 今天是我30天编码挑战的第1天,目标是掌握 C internals、algorithms 和 database design。我为什么要这么做?在一个 AI 和……的世界里

    #C programming #arrays #pointers #memory management #coding challenge #programming fundamentals #data structures
  • 2周前 · software

    Xr0 verifier,保证 C 程序在编译时的安全性

    请提供您希望翻译的具体摘录或摘要文本,我才能为您进行翻译。

    #C programming #static analysis #compile-time verification #memory safety #formal verification #Xr0 #software security
  • 2周前 · software

    为什么学习 C 是我成为游戏引擎程序员的第一步

    介绍 你好!新年快乐 🥳🎉🎊 我叫Victor Rosario。 我最初是一名网页开发者,使用的技术包括 Next.js、FastAPI、Express……

    #C programming #game engine development #low-level programming #learning resources #game development
  • 2周前 · software

    结构填充并非内存浪费——它是硬件需求

    Structure Padding – 为什么 sizeof 比你预期的更大 你是否曾经手动计算过结构体的大小,却发现 sizeof 返回的数值更大……

    #structure padding #memory alignment #C programming #embedded systems #performance optimization #data structures
  • 1个月前 · software

    我用 C 写了一个代码编辑器,现在我已改变

    文章 URL: https://github.com/thisismars-x/light 评论 URL: https://news.ycombinator.com/item?id=46340192 Points: 5 Comments: 0

    #code editor #C programming #open source #GitHub #text editor #low-level development

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026