Tag - C
Chat with llama.cpp
A hands-on guide to creating an interactive chat interface using llama.cpp, covering model loading, prompt engineering, and response streaming.
llama.cpp 分词器类型对比
llama.cpp 分词器类型对比.
llama.cpp simple source code
A llama.cpp Helloworld.
搭建 llama.cpp 开发环境并运行 simple 示例
详细指南:从零开始配置 llama.cpp 开发环境,编译并运行 simple 示例程序。
C++ 中的 Cast 操作总结
C++ 中的类型转换操作符总结,包括 `static_cast`、`dynamic_cast`、`const_cast`、`reinterpret_cast`、`bit_cast`、`duration_cast` 和 C 风格的类型转换。每种转换的用途、特点和示例代码。
理解 [[maybe_unused]]:处理未使用变量与函数的正确方式
介绍C++17引入的[[maybe_unused]]属性,如何优雅地处理未使用的变量和函数。
The C++ language considers six member functions as special.
VSCode 配置 C/C++ 头文件路径
在 VSCode 中配置 C/C++ 项目的头文件搜索路径。
C++11/14/17/20 核心特性速查表
Concise reference for key C++ features across modern standards, helping developers write efficient and maintainable code.
SGX Attacker
SGX Attacker is an experimental project designed to explore vulnerabilities in Intel's Software Guard Extensions (SGX). It uses a combination of C++, Shell scripting, and Makefile to simulate and analyze potential attack vectors.