受欢迎的博客标签
RSS

博客

多核CPU并行编程:.c++ 版本历史及Visual Studio c++ 实现多核并行运算目录
并行库 对于C++而言,当我们需要使用多线程时,可以使用boost::thread库或者自从C++ 11开始支持的std::thread,也可以使用操作系统相关的线程API,如在Linux上,可以使用pthread库。除此之外,还可以使用omp来使用多线程。它的好处是跨平台,使用简单。
Visual Studio Official Download url
Visual Studio 2019 Offical Download url
git for Home Assistant
git for Home Assistant
开发人员网站工具资源汇总 web tools
开发人员网站工具资源汇总
StockMonitor - Stock Monitor
股票监控系统开源项目设计
Process Explorer
Process Explorer is a  replacement for Task Manager.
Spy4win vs spy++ web tool download Hex Editor
Hex Editor HexEditor(16进制编辑器\十六进制编辑器)
MCP Server in C# .NET Part1 - How it works?(AI Chat Application Using MCP)
MCP provides a structured framework for AI agents to communicate with data sources seamlessly. The protocol consists of three primary components: MCP Host MCP Client MCP Server
MCP Server in C# .NET Part3 - How it works?(AI Chat Application Using MCP and LLM) an MCP client LLM Application such as Claude
MCP Host LLM‑hosting teams embed an MCP client in their host (chatbot framework, IDE plugin, etc.).
MCP Server in C# .NET Part2 - (TransportType=SSE)
MCP是一个典型的C/S架构模式,即客户端 和 服务端,它们之间采用一种标准的消息格式(JSON-RPC)进行通信. The MCP C# SDK has great samples of creating MCP server, MCP